arduino-coinmarketcap-api icon indicating copy to clipboard operation
arduino-coinmarketcap-api copied to clipboard

CoinMarketCap API v1 shutting down

Open sz4bi opened this issue 6 years ago • 14 comments

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.

sz4bi avatar Jul 02 '18 20:07 sz4bi

Thats would be interesting, how we change to V2 Api?

Lbenza avatar Jul 07 '18 16:07 Lbenza

V2 is documented there link

sz4bi avatar Jul 08 '18 13:07 sz4bi

Any word if this application will be updated to API V2? I am attempting to do it myself but am having trouble

koosthoe avatar Jul 09 '18 18:07 koosthoe

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 .

witnessmenow avatar Jul 09 '18 18:07 witnessmenow

You should switch to Coinlib.io They have a free API to get the JSON.

Perhaps i find time to do it by myself.

simplest-circuits avatar Sep 15 '18 05:09 simplest-circuits

You may also consider CoinGecko's free API: https://www.coingecko.com/api/

bobbyong avatar Oct 18 '18 13:10 bobbyong

Now v2 api is migrating to 'pro'. Basic free plan for personal use is available.

sz4bi avatar Nov 28 '18 15:11 sz4bi

This one still works?

Lbenza avatar Dec 05 '18 23:12 Lbenza

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 .

witnessmenow avatar Dec 05 '18 23:12 witnessmenow

so no more crypto api :(

Lbenza avatar Dec 06 '18 00:12 Lbenza

You can try our Simple API. Example: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd

bobbyong avatar Dec 06 '18 03:12 bobbyong

Will try today bobby, and I will tell you.

Lbenza avatar Dec 06 '18 14:12 Lbenza

I just try the api v1 and is still working

Lbenza avatar Dec 08 '18 22:12 Lbenza

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

tom71 avatar Mar 23 '20 18:03 tom71