API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/categories?limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "category_id": "decentralized-finance-defi",
  "name": "Decentralized Finance (DeFi)",
  "market_cap": 0,
  "market_cap_change_24h": 0,
  "volume_24h": 0,
  "top_3_coins": []
}
]