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

https://github.com/joaostack/cryptopriceapi

This api, does webscraping on CoinDesk, getting all coins and their price.
https://github.com/joaostack/cryptopriceapi

Last synced: 4 months ago
JSON representation

This api, does webscraping on CoinDesk, getting all coins and their price.

Awesome Lists containing this project

README

          

# CryptoPriceAPI
This api, does webscraping on CoinDesk, getting all coins and their price.

SWAGGER:
```
http://localhost/swagger/
```

Api Docs
#### Method: GET
URL:
```
http://localhost/api/coins/PAGE
```
Ex:
```
http://localhost/api/coins/1
```
```
http://localhost/api/coins/2
```

#### Method: GET
URL:
```
http://localhost/api/coin/COIN_NAME
```
Ex:
```
http://localhost/api/coin/bitcoin
```
```
http://localhost/api/coin/ethereum
```