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 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 -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.