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).
Documentation Index
Fetch the complete documentation index at: https://docs.decibel.trade/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
User account address
Optional inclusive start date (YYYY-MM-DD, UTC).
Must be provided together with end_date.
Defaults to today() - 29 (UTC) when both are omitted.
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
Response for GET /api/v1/account_volume?account=<address>&start_date=<YYYY-MM-DD>&end_date=<YYYY-MM-DD>.
Returns the account's aggregate trading volume (total, maker, taker) in whole USD
for the requested inclusive date range.
When start_date/end_date are omitted the range defaults to the past 30 days
(today() - 29 .. today() inclusive, UTC).
Volume data has up to 5-minute delay (MV refresh interval).
The queried account address
Inclusive end date of the range used (YYYY-MM-DD, UTC)
Maker-side volume across the range (USD, whole-dollar integer string)
Inclusive start date of the range used (YYYY-MM-DD, UTC)
Taker-side volume across the range (USD, whole-dollar integer string)
Total volume across the range (USD, whole-dollar integer string)

