list
list copied to clipboard
coinMarketCap api error
I followed the installation instructions. However, when clicking Update Portfolio I get the following error:
Exception: Request failed for https://api.coinmarketcap.com returned code 503. Truncated server response:
<me... (use muteHttpExceptions option to examine full response)
Hi! I'm having the same error. How did you solve it?
Hi! The same. Any ideas?
I am using importjson with cmc api in google sheet like this:
importjson("https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?CMC_PRO_API_KEY="& cmcAPIkey&"&symbol=TASTE","/data/TASTE/quote/USD/price","noInherit,noTruncate,noHeaders")
You need to replace cmcAPIkey with your api key.
This is the correct API URL:
https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?convert=EUR&limit=400&CMC_PRO_API_KEY=XXXXXXXXXXXXXXXXXXXXX
Just substitute XXXXXXXXXXXXXXXXXXXXX
with your API key and in file main.js
substitute line 8 URL with the above.