Retrieves the daily volume of pairs on each exchange over a rolling 24h period, updated hourly. The timestamp returned represents the beginning of the daily bar, following the same approach as OHLCV.
GET
/
exchanges
/
{exchange}
/
pairs
/
volumes
/
latest
Pair Volume Latest
Copy
Ask AI
curl --request GET \ --url https://api.amberdata.com/market/metrics/exchanges/{exchange}/pairs/volumes/latest \ --header 'x-api-key: <api-key>'