I’m having this as an error message appear.
I have the same problem. Anybody have a solution?
Hi @Vladlen_Vronsky and @Kamil_Serafin
Try passing your API key as a custom Request Header
.
You can do this by adding X-CoinAPI-Key
as your header key. You can then insert your API key as your header value.
Let me know if that works!
Hi @Balaji- happy to help!
I took a look at CoinMarketCap’s API documentation and it looks like you’ll need to include either an “id”, “slug”, or “symbol” parameter into the API endpoint URL.
Are you still running into this issue after doing that?