API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/exchange-volume/{exchangeId}' \
  -H 'Accept: application/json'
200 Response
[
  {
  "exchange_id": "string",
  "date": "string",
  "volume_btc": 0
}
]