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