Exchange Volume 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

FieldTypeDescription
exchangestringThe name of the exchange.
timestampstring | numberThe time of the beginning of the daily bar.
volumeUSDnumberThe total volume traded by the exchange in USD.
Query Params
string

[Optional] The exchange for which to retrieve the most current data.
[Default] All available exchanges.

string
Defaults to desc

[Optional] The order in which to return the results, ordered by volumeUSD (ascending or descending). By default, records are returned in descending order, so the records with the largest volume are returned first.

string

[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json