XChange
XChange copied to clipboard
Coinmarketcap apiKey Issue
My old Cmc code is not working after 3 year. Update it for pro-cmc api, but no luck. Cant get data from Cmc. Other Exchange work fine, also with api key and secret. Only Cmc not working.
I set apiKey when initialize CmcExchange, and CmcExchange.apiKey is correct.
But currency data always empty.
Also to check key, i try send raw rest api call with my api key, and it working fine.
Can't handle data from Cmc, need CmcQuote, percent_change_7d, percentChange1h etc. How can i get it? Any code example (java) with working Cmc ?