An open API service indexing awesome lists of open source software.

https://github.com/monyster/get-crypto-currency-api


https://github.com/monyster/get-crypto-currency-api

Last synced: 2 months ago
JSON representation

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