barnumbirr / coinmarketcap

A python wrapper around the https://coinmarketcap.com API.
Apache License 2.0
436 stars 109 forks source link

Get multiple ids in ticker #45

Closed amiut closed 6 years ago

amiut commented 6 years ago

I need to search through currencies so here's what i do : Let's say the user enters the word "bit", First i get the ids of the searched currency with listing endpoint, now i want to get list of those coins but there's no way to do this according to the documentation since ticker/{id} gives data only for 1 currency. is there any other way to do this?

barnumbirr commented 6 years ago

Hello,

there's no other way of doing what you're trying to do. This is a limitation of the coinmarketcap API, not of the library.

Cheers.