arduino-coinmarketcap-api
arduino-coinmarketcap-api copied to clipboard
CoinMarketCap API v1 shutting down
Dear Brian,
CoinMarketCap Public API Version 1 will be taken offline on November 30th, 2018. Please modify your application to use Version 2 prior to shutdown.
Thank you.
Thats would be interesting, how we change to V2 Api?
V2 is documented there link
Any word if this application will be updated to API V2? I am attempting to do it myself but am having trouble
Yeah I plan to update it over the next couple of weeks. I'll close out this issue when I do so you should get notified
V1 doesn't get shutdown til November so there is still plenty of time
On Mon, Jul 9, 2018, 7:28 PM koosthoe [email protected] wrote:
Any word if this application will be updated to API V2? I am attempting to do it myself but am having trouble
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/witnessmenow/arduino-coinmarketcap-api/issues/4#issuecomment-403576045, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfXwjNGVhtntMfbwWFYCXhNJUh5aEAqks5uE6DmgaJpZM4U_6R4 .
You should switch to Coinlib.io They have a free API to get the JSON.
Perhaps i find time to do it by myself.
You may also consider CoinGecko's free API: https://www.coingecko.com/api/
Now v2 api is migrating to 'pro'. Basic free plan for personal use is available.
This one still works?
I have not migrated to V2, and probably won't, the free plan is very limiting
On Wed, 5 Dec 2018, 23:35 Lbenza <[email protected] wrote:
This one still works?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/witnessmenow/arduino-coinmarketcap-api/issues/4#issuecomment-444692630, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfXwtio4lpxb95JvGEYJEQ2JV2kC5bYks5u2FhLgaJpZM4U_6R4 .
so no more crypto api :(
You can try our Simple API. Example: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd
Will try today bobby, and I will tell you.
I just try the api v1 and is still working
Hello, now the CoinMarketCap API is down. I tried to use the free API with an API-Token. This can work, but I can't parse the response from the API. (BTW I have the same problem with api.coingecko.com) I receive the response and want to put it in a String, but in the repsonse are a unknown letter at the beginning and a 0 at the end.
For example:
1b {"bitcoin":{"eur":5851.43}} 0
Did you have a hint for me?
Thank you