curl --request GET \
--url https://api.sandbox.tracefinance.com/api/reports \
--header 'Authorization: Bearer <token>'Aggregated view of operations over a time window, partitioned by asset.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/reports \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
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 valueSee the Filtering guide for the LHS Brackets syntax and the full operator catalog.
Aggregated report for the requested window.
Aggregated view of operations over a time window. Generated on each request — not persisted.
Was this page helpful?