Get a report
Aggregated view of operations over a time window, partitioned by asset.
Authorizations
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
Headers
API version. Omit to use the default version.
"1"
Query Parameters
Inclusive start of the reporting window. UTC timestamp in ISO 8601 format — the Z suffix is the timezone marker and is required (e.g., 2026-04-01T00:00:00Z). See the Date and time guide for the full format.
Exclusive end of the reporting window. UTC timestamp in ISO 8601 format — the Z suffix is the timezone marker and is required (e.g., 2026-05-01T00:00:00Z). Must be strictly greater than periodStart. See the Date and time guide for the full format.
Common filters for reports:
account.id[eq]=a1b2c3d4-5e6f-7890-abcd-ef1234567890— single accountasset[eq]=USD— specific currencytags.key[eq]=psp— operations carrying a tag with this keytags.value[eq]=Amazon— operations carrying a tag with this value
See the Filtering guide for the LHS Brackets syntax and the full operator catalog.
Response
Aggregated report for the requested window.
Aggregated view of operations over a time window. Generated on each request — not persisted.