project_cryptoverse
project_cryptoverse copied to clipboard
coinranking API not free anymore
401Unauthorized
Body
Headers
{1 item
"message":"This endpoint is disabled for your subscription"
}
I get this when i try to use the Get exchange
anyway we can use it ?
Yes, you can use the new API endpoints they have implemented. visit: https://developers.coinranking.com/api/documentation#migrating-to-v2
Have you subscribed to the free version in rapdi api dashboard? I got the same issue. And I come to know that some endpoints are not available for free subscription. But the endpoints used in this projects are free to use.
Can no longer use the exchanges endpoints in version 2 via Basic plan. Requires the Pro plan or higher - https://developers.coinranking.com/api/documentation/exchanges.
You should implement response data caching for a certain amount of time to reduce API hits for your app. This will drastically decrease the rate in which you call the API.