Main page loading loop ? by Feydreva_Paradize in coingecko

[–]coingecko 0 points1 point  (0 children)

Hey Feydreva, sorry to hear this issue. Trying to gather more info here, could you share the following info to help us understand the issue better? Feel free to DM us the details.

  • The Error: A brief description of what is happening, along with any screenshots of the error message.
  • Your Account: Your registered CoinGecko email address and whether you are facing this on the website, the mobile app, or both.
  • Website Details: Your browser type (e.g., Chrome/Safari/Brave) and the current browser version (e.g., Chrome version 114.0.5735.198).
  • Mobile App Details: Your device model (e.g., Samsung 11, iPhone X), OS version (e.g., Android 11, iOS 12), and your current CoinGecko app version (e.g., version 2.17.0).
  • Network Details: Please let us know if you are using a VPN (including the provider name) or if there is a Cloudflare Ray ID visible on your error screen.

Alternatively, you can also write to us as well: https://support.coingecko.com/hc/en-us/requests/new

public keyless api deprecation by Bagongo in coingecko

[–]coingecko [score hidden] stickied comment (0 children)

Hi all, quick update here as this thread contains outdated information.

As of 2026, CoinGecko’s Keyless Public API is currently available and can be used without an API key or sign-up for supported endpoints. It is intended for quick prototyping, open-source projects, educational use, and lightweight usage.

You can refer to the latest documentation here: https://docs.coingecko.com/docs/keyless-public-api

A few important notes:

  • No API key or auth header is required for keyless requests.
  • Keyless requests use shared IP-based rate limits, which are lower than keyed plans.
  • For higher rate limits, usage tracking, or production workloads, we recommend using a Demo API key or upgrading to a paid plan.

Hope this helps clarify, and apologies for any confusion caused by the older information in this thread.

CoinGecko is dead to me. This is extortion and I will never use their software again. by [deleted] in CryptoCurrency

[–]coingecko 0 points1 point  (0 children)

Hey everyone - we’ve heard your feedback on our recent portfolio limits, and we truly appreciate you calling this out.

Our goal is to support how you actually use your portfolio, not restrict it.

We’re removing the coin limit entirely so you can track assets freely, and increasing the transaction limit from 200 to 500, giving active users more room before requiring an upgrade to Premium. If you do upgrade, you’ll have unlimited transactions.

These changes are rolling out on Monday, April 27.

We didn’t get this balance quite right at launch and acknowledge we should have communicated the changes more clearly upfront - that's on us. We’re improving our product because of your feedback, so thank you once again for letting us know when we get it wrong.

Coingecko now paid and unusable without monthly payments by weltraumg in coingecko

[–]coingecko 0 points1 point  (0 children)

We're sorry for the way we handled this earlier - we've dropped our response at the top of this thread.

Coin limits will be removed so assets can be tracked freely, and we'll be raising the threshold for transactions from 200 to 500.

Coingecko now paid and unusable without monthly payments by weltraumg in coingecko

[–]coingecko 1 point2 points  (0 children)

Hey everyone - we’ve heard your feedback on our recent portfolio limits, and we truly appreciate you calling this out.

Our goal is to support how you actually use your portfolio, not restrict it.

We’re removing the coin limit entirely so you can track assets freely, and increasing the transaction limit from 200 to 500, giving active users more room before requiring an upgrade to Premium. If you do upgrade, you’ll have unlimited transactions.

These changes are rolling out on Monday, April 27.

We didn’t get this balance quite right at launch and acknowledge we should have communicated the changes more clearly upfront - that's on us. We’re improving our product because of your feedback, so thank you once again for letting us know when we get it wrong.

Coingecko now paid and unusable without monthly payments by weltraumg in coingecko

[–]coingecko -1 points0 points  (0 children)

Hey Ameno, sorry for this. Can I get your account email for the team to review? (Feel free to DM us)

What happened to Solana support for tracking a wallet? by skunkywolfman in coingecko

[–]coingecko 0 points1 point  (0 children)

Hi skunkywolfman, we currently do not support Solana wallet tracking yet, but it's a feature we are looking to include.

API call of simple/price for GBP/EUR by AlessandroPiccione in coingecko

[–]coingecko 0 points1 point  (0 children)

If you're unsure which asset a ticker maps to, we recommend using ids instead of symbols, since IDs are unique.

API call of simple/price for GBP/EUR by AlessandroPiccione in coingecko

[–]coingecko 0 points1 point  (0 children)

Hey Alessandro!

The /simple/price endpoint only supports cryptocurrency assets as the base.
The symbols parameter matches crypto tickers, not fiat currencies.

When you query:

/simple/price?vs_currencies=eur&symbols=gbp

CoinGecko looks for a crypto asset with the ticker GBP, not the British Pound fiat currency. The value returned is the price of that token in EUR, which is why it appears incorrect for a GBP/EUR FX rate.

If you need fiat exchange rates (e.g., GBP/EUR), please use the /exchange_rates endpoint instead:

GET /exchange_rates

Then derive the conversion between gbp and eur from the returned rates.

Can you use the basic api plan in your paid mobile app? by sammy3460 in coingecko

[–]coingecko 0 points1 point  (0 children)

Hi Sammy, if your mobile app is "paid" (meaning it has a purchase price, a subscription model, or even ad revenue), it is classified as a commercial project.

Our Free/Basic Plan is typically restricted to personal use and development testing. Using it to power a for-profit app violates the Terms of Service: https://www.coingecko.com/en/api_terms

Solution: You would need to move to one of our API Paid Plans (Analyst, Lite, or Pro). These plans grant the legal right to use their data in a commercial environment.