Retrieves the daily volume of assets 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. Note: This endpoint excludes data from LMAX.
GET
/
exchanges
/
{exchange}
/
assets
/
volumes
/
latest
Asset Volume Latest
Copy
Ask AI
curl --request GET \ --url https://api.amberdata.com/market/metrics/exchanges/{exchange}/assets/volumes/latest \ --header 'x-api-key: <api-key>'