https://github.com/monyster/get-crypto-currency-api
https://github.com/monyster/get-crypto-currency-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monyster/get-crypto-currency-api
- Owner: Monyster
- Created: 2022-10-16T07:40:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T17:39:54.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:55:29.804Z (4 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get-crypto-currency-API
This API based on https://docs.coincap.io/ and allow to get the price in usd of any cryptocurrency that provided with coincap API.
### Example:
```
http://localhost:5000/rates?currency=bitcoin
http://localhost:5000/rates?currency=ethereum
```### Response
```
{
"usd": "1536.8376043904155762"
}
```Node.js v18.4.0