tiaanduplessis / coinmarketcap-api

CoinMarketCap API wrapper for node
MIT License
121 stars 37 forks source link

marketcap.getQuotes return null for percent_change_ #47

Closed emmtte closed 4 years ago

emmtte commented 5 years ago
obj = await marketcap.getQuotes( { symbol: symbols, convert: 'EUR'})

Worked well until today

But now "percent_change_1h", "percent_change_24h" & "percent_change_7d" returns null

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.82. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

abhinavk99 commented 5 years ago

That's probably an issue on CoinMarketCap's side then. The API documentation still shows those attributes so I don't think the API endpoint response format changed. Let me know if the issue persists.

abhinavk99 commented 4 years ago

Closing since it's been months and there doesn't seem to be an issue anymore.