API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/exchange-volume/{exchangeId}Exchange Volume History API
Returns historical BTC-denominated trading volume for a specific exchange
Parameters
2daysnumberDays of history (default 90, max 365)
exchangeIdstringrequiredExchange 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
}
]