API Documentation

GET/api/1/crypto-extended/trending

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