get https://api.amberdata.com/market/metrics/exchanges//assets/volumes/historical
Retrieves the daily volume of assets on each exchange.
*Note: This endpoint excludes data from LMAX.
Time Range Limit
The maximum time range (difference between startDate and endDate) is 31 days.
Not specifying startDate and endDate
If the startDate and endDate query parameters are not provided, the API will return the data from the previous 1 month with a 1 day frequency.
Response Data
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
asset | string | The name of the asset. |
timestamp | string | The time of the beginning of the daily bar (00:00:00 to 23:59:59). |
volumeUSD | number | The total volume traded by the exchanges in USD. |