v1

latestOpenAPI 3.1.02026-07-265385123.6 KB
Account

Get aggregate account volume over a date range

Returns the account's total, maker, and taker volume (in whole USD) for the requested inclusive date range. When start_date and end_date are omitted the range defaults to the past 30 days (today() - 29 .. today(), UTC).

Both start_date and end_date must be supplied together (YYYY-MM-DD format). Volume data has up to 5-minute delay (MV refresh interval).

get/api/v1/account_volume

Query parameters

accountstring required

User account address

start_datestring

Optional inclusive start date (YYYY-MM-DD, UTC). Must be provided together with end_date. Defaults to today() - 29 (UTC) when both are omitted.

end_datestring

Optional inclusive end date (YYYY-MM-DD, UTC). Must be provided together with start_date. Defaults to today (UTC) when both are omitted.

Response

Account volume retrieved

accountstring required

The queried account address

end_datestring required

Inclusive end date of the range used (YYYY-MM-DD, UTC)

maker_volumestring required

Maker-side volume across the range (USD, whole-dollar integer string)

start_datestring required

Inclusive start date of the range used (YYYY-MM-DD, UTC)

taker_volumestring required

Taker-side volume across the range (USD, whole-dollar integer string)

volumestring required

Total volume across the range (USD, whole-dollar integer string)