improved
Multiple Improvements: Onchain Trending Pools, CG New Currencies Support, Snapshot, Exchange Info
December 15th, 2024
Onchain Trending Pools: Added Support to Filter by Duration
You can now query trending pools with the following endpoints, and filter them by different duration: 5m, 1h, 6h, 24h, using duration
parameter. e.g. duration=5m
- Trending Pools List: query all the trending pools across all networks on GeckoTerminal
- Trending Pools by Network: query the trending pools based on the provided network
CG Coin Prices: Added Support for New Fiat Currencies
You can now query coin prices in the 13 new currencies for the following 3 endpoints:
- Coin Price by IDs: query latest price in selected currencies, by coin id
- Coin Price by Token Addresses: query latest price in selected currencies, by token address
- BTC-to-Currency Exchange Rates: query BTC exchange rates with other currencies
New supported currencies:
- Colombia | COP
- Kenya | KES
- Romania | RON
- Dominican Republic | DOP
- Costa Rica | CRC
- Honduras | HNL
- Zambia | ZMW
- El Salvador | SVC
- Bosnia and Herzegovina | BAM
- Peru | PEN
- Guatemala | GTQ
- Lebanon | LBP
- Armenian Dram | AMD
CG Coin Info: Included Snapshot URL
Coin Data by ID now includes Snapshot link, e.g.
"snapshot_url": "https://snapshot.org/#/lido-snapshot.eth",
CG Exchange Info: Included Number of Coins and Pairs
https://docs.coingecko.com/reference/exchanges-id now includes "coins" and "pairs", e.g.
"coins": 384,
"pairs": 1281,