RE: Upgrading to Coinmarketcap.com API v2

You are viewing a single comment's thread from:

Upgrading to Coinmarketcap.com API v2

in cryptocurrency •  7 years ago 

Hi there,

I've followed all the "HOW TO USE" steps.

However the document won't update...

The displayed error is the following:Screen Shot 2018-05-02 at 7.18.51 PM.png

Am I the only one having this issue? If not, pls upvote! :)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago (edited)

I think you hit the API limit for the day. Maybe you have lots of coins or maybe your timer is set very frequently. I have about 45 coins and call UPDATE every 10 minutes. I didn't encounter error with my settings. If you have 30+ coins, the script tries to get top 100 listing and uses the results. You could try changing "var useBatchRequestThreshold = 30;". If you coins are mostly in top 100 it will reduce your API call (urlfetch). Try to set it to lower than number of coins.

You'll have to wait to have the error go away.