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.
- Host: GitHub
- URL: https://github.com/joaostack/cryptopriceapi
- Owner: joaostack
- Created: 2024-10-09T14:51:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:51:59.000Z (about 1 year ago)
- Last Synced: 2025-01-18T11:16:10.920Z (11 months ago)
- Language: C#
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```