tosunthex / CoinGecko

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

Calls with 'Demo account API Key' end with 400 Bad request #53

Open dledvinka opened 8 months ago

dledvinka commented 8 months ago

Looking into the source code I see that when an API key is provided, it automatically uses the PRO endpoint. That is always not correct. The PRO endpoint is for paid subscription tiers only. There is also a demo account API key option (which is limited but free), which still needs to use the normal endpoint. Would you mind if I fixed that? :)

sachiew commented 8 months ago

gentle reminder on the Root URL:

Ref:

chrisfromneptune commented 8 months ago

Perhaps you can fork it with the changes?