Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 internal error. #51

Open
bluehawana opened this issue May 22, 2023 · 1 comment
Open

500 internal error. #51

bluehawana opened this issue May 22, 2023 · 1 comment

Comments

@bluehawana
Copy link

Hi,
I recently tested our api https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=100&page=1&sparkline=false on Azure funtion app, http app side, but every time when I tried, it returns with 500 error. while if I use this api https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd works fine. I added header to do the api call, but unfortunately, not working. Hopefully someone could give me a hand. HELLO

@sachiew
Copy link

sachiew commented May 23, 2023

hey specifically for coins/market endpoint, 2 things you might wanna try to look into:

  1. user agent: is it empty? if yes, might wanna change it
  2. how many calls are you making every minute? might wana reduce it to <5 calls/min (based on what I checked with CG API team recently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@sachiew @bluehawana and others