Issues with CoinGecko

Hi there,

I got into a. weird situation. I cannot access api.coingecko through my tracker server which polls market data periodically and store the data in Redis so that client app can request it.

My tracker server runs into following error

HTTP/1.1 403 Forbidden\r\nServer: Cloudflare\r\nDate: Tue, 04 Apr 2023 04:43:21 GMT\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Length: 16\r\nConnection: keep-alive\r\nX-Frame-Options: SAMEORIGIN\r\nReferrer-Policy: same-origin\r\nCache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0\r\nExpires: Thu, 01 Jan 1970 00:00:01 GMT\r\nCF-RAY: 7b26e3d59ebf409a-SIN\r\nSet-Cookie: __cf_bm=XKIpTDFWC2jz7mxyf1z2gkntwYkODgPsitMQ0HmXNKc-1680583401-0-AX3L24N7c1XHtgM9v0MLsZxuCwuY+WcIpuSxmyzVu00TQJ7sUBN253BjFKnC58+Upi7Rx72daucCkuvLAOuzx/A=; path=/; expires=Tue, 04-Apr-23 05:13:21 GMT; domain=.api.coingecko.com; HttpOnly; Secure\r\n\r\nerror code: 1020"}

I already check in Activity Log in Events but cannot find the Ray ID 7b26dc829da3409a.

I do not get into any problem (can access api.coingecko) when doing cURL from the server VM. What do I incorrectly set?

Regards,

Ian

You are getting a 1020 error.

These are some info on it, but it’s something the owner of the API set-up, you need to contact them.

1 Like

I’m also having CoinGecko api issues with error code 1020, started a few weeks ago and I cannot use any “v3.markets” queries anymore.

The solution is the same I posted above, nobody here can do anything. Contact the website themselves.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.