adrianhajdin / project_cryptoverse

Cryptocurrency App powered by RapidAPI
https://jsmastery.pro
1.31k stars 399 forks source link

coinranking API not free anymore #54

Open PrassasMichael opened 2 years ago

PrassasMichael commented 2 years ago

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 ?

kaustubh2020 commented 2 years ago

Yes, you can use the new API endpoints they have implemented. visit: https://developers.coinranking.com/api/documentation#migrating-to-v2

someshkrish commented 2 years ago

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.

zpreston123 commented 2 years ago

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.

slawton3 commented 2 years ago

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.