get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/volumes
This endpoint returns the rolling 24h volume for both futures and perpetuals of the underlying asset. The endpoint returns the USD volume in millions of dollars and the volume in units of underlying coins.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].timestamp | timestamp | This represents the datapoint timestamp. |
payload.data[index].exchange | string | This is the exchange. |
payload.data[index].underlying | string | This is the underlying coin symbol. |
payload.data[index].totalDailyVolume | number | This is the total volume in coin units. |
payload.data[index].totalDailyVolumeMilUSD | number | This is the total volume in millions of USD units. |
payload.data[index].totalDailyVolumeNative | number | This is the volume in units provided by the exchange, this may be either coins or USD. |