v1
latestOpenAPI 3.1.02026-07-265385123.6 KBAccount
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