API Documentation

GET/api/1/crypto-extended/exchange-volume/{exchangeId}

Exchange Volume History API

Returns historical BTC-denominated trading volume for a specific exchange

Parameters

2
daysnumber
query

Days of history (default 90, max 365)

exchangeIdstringrequired
path

Exchange ID (e.g. binance, coinbase)

Responses

Was this helpful?
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
}
]