mess110 / coinmarketcap.northpole.ro

A straightforward JSON API for all the currencies and assets found on coinmarketcap.com crawled every 5 minutes
MIT License
41 stars 11 forks source link

All Coins does not contain the same data as 1 Coin #14

Closed vanlooverenkoen closed 7 years ago

vanlooverenkoen commented 7 years ago

/coins.json

does not contain the same data as

/ticker.json?select=BTC

The BTC data is different when you pull it at the same time. Can you fix this?

mess110 commented 7 years ago

/coins.json returns metadata of the coins.

/ticker.json returns all coin data

/ticker.json?select=BTC returns BTC data

Maybe I misunderstood what you are asking for. Could you please give me an example?

vanlooverenkoen commented 7 years ago

OMG nvm I have been searching for it the whole day and it was something in my android application I forgot adding the , when selecting multiple coins ;) my bad