Crypto Prices

Easy to use API to pull Cryptocurrency Coin prices.

Examples

Bitcoin price: https://cryptoprices.cc/BTC/

Ethereum price: https://cryptoprices.cc/ETH/

Binance Coin price: https://cryptoprices.cc/BNB/

Dogecoin price: https://cryptoprices.cc/DOGE/

XRP price: https://cryptoprices.cc/XRP/


How to get Bitcoin price from Google Sheets

=IMPORTDATA("https://cryptoprices.cc/BTC/")

How to get Ethereum price from Microsoft Excel

=WEBSERVICE("https://cryptoprices.cc/ETH/")

How to get Bitcoin ATH price

https://cryptoprices.cc/BTC/ATH/ (Append /ATH/ to any URL)

How to get Shiba Inu Market Cap price

https://cryptoprices.cc/SHIB/MCAP/ (Append /MCAP/ to any URL)

How to get Bitcoin price in EUR/GBP/INR in Google Sheets

=IMPORTDATA("https://cryptoprices.cc/BTC/")*GOOGLEFINANCE("CURRENCY:USDGBP")

Demo / PoC Spreadsheet

You can see an example spreadsheet on my Medium blog post.


List of all tokens/pairs available.


Why use this service:

Simple API, easy to use.

No Parsing: all endpoints return only text (price of coin)

No limits: there's no usage limits

No sign ups: anonymous, no setup, no maintenance.


Why NOT use this service:

Data can be 30/60 min late if not more.

Only shows coin market price.


If this service doesn't satisfy your requirments, go straight to the source CoinGecko API.