Closed vanlooverenkoen closed 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?
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
/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?