/CryptoPriceAPI

This API performs web scraping on CoinDesk to retrieve all cryptocurrencies and their current prices

Primary LanguageC#

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