tosunthex / CoinGecko

CoinGecko .Net Standard api wrapper
111 stars 46 forks source link

IExchangesClient misses GetExchanges(int perPage,string page) #31

Closed OxfordGrid closed 2 years ago

OxfordGrid commented 2 years ago

The following method from the ExchangesClient class doesn't exist in IExchangesClient: public async Task<IReadOnlyList<Exchanges>> GetExchanges(int perPage,string page)

As a result there is no way to get more than 100 exchanges

tosunthex commented 2 years ago

@OxfordGrid

thanks again. I fixed it you can check the new version