get https://api.amberdata.com/market/metrics/exchanges/volumes/latest
Retrieves the total volume traded by the exchanges in USD over a rolling 24h period, updated hourly. The timestamp returned represents the beginning of the daily bar, following the same approach as OHLCV.
Response Data
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
timestamp | string | number | The time of the beginning of the daily bar. |
volumeUSD | number | The total volume traded by the exchange in USD. |
Response