API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/trendingTrending Cryptocurrencies API
Returns the most trending cryptocurrencies based on CoinGecko search trends. Updated multiple times per day.
Related endpoints
- GETTop Cryptocurrencies API
- GETCrypto Market Overview API
- GETCrypto Analysis Summary API
- GETCrypto Derivatives API
- GETCrypto FAQ Content
- GETOn-Chain Metrics API
- GETCrypto Exchanges Directory
- GETDeFi Protocol Stats API
- GETDeFi Protocols List API
- GETDeFi Yields API
- GETDEX Volumes API
- GETExchange Listings for a Coin
- GETExchange Trading Pairs
- GETStablecoin Market Caps API
- GETCrypto Fear & Greed History API
- GETCrypto Liquidation Events
- GETCrypto OHLCV Candles API
- GETChain TVL API
- GETDeFi Fees & Revenue API
- GETStablecoin Supply History API
- GETBridge Volumes API
- GETCrypto Funding Rates API
- GETCrypto Open Interest API
- GETCrypto Intraday Quotes API
- GETBinance Symbol Map API
- GETCrypto Categories API
- GETPublic Treasury Holdings API
- GETGlobal Crypto Market Data API
- GETCrypto Top Movers API
- GETNewly Listed Cryptocurrencies API
- GETDerivatives Exchanges API
- GETExchange Volume History API
- GETCoin Tickers API
- GETBTC Exchange Rates API
- GETAsset Platforms (Blockchains) API
- GETDerivatives Tickers API
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/trending' \
-H 'Accept: application/json'200 Response
[
{
"rank": 1,
"coin_id": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"market_cap_rank": 0,
"price_btc": 0
}
]