API Documentation

GET/api/1/crypto-extended/top-coins

Top Cryptocurrencies API

Returns top 100 cryptocurrencies ranked by market cap with price, volume, 24h/7d change, sparklines, and supply data

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/top-coins' \
  -H 'Accept: application/json'
200 Response
[
  {
  "rank": 1,
  "symbol": "BTC",
  "name": "Bitcoin",
  "price": 62345,
  "market_cap": 0,
  "volume_24h": 0,
  "change_24h": 2.5,
  "change_7d": -1.2,
  "circulating_supply": 0,
  "sparkline_7d": []
}
]