Create Token Report API
Generate a Breezing token report with per-token gain/loss, opening and closing balances, and fiat figures for the period, across all chains.
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
"1"
Body
Report name shown in the reports list.
1 - 200Period start (unix ms).
x > 0Period end (unix ms). Must be >= dateFrom.
x > 0Optional free-text description.
2000Token symbols to include (max 500), e.g. from GET /assets. Omit or pass [] to include ALL of the company's non-spam tokens.
500Wallet IDs to include (from GET /wallets). Omit or pass [] to include ALL of the company's wallets.
500When true, the report adds the slippage fiat amount to closing balances. Ignored (dropped) in per-wallet mode, matching the dashboard.
When true AND more than one wallet is covered, generates one combined report with a per-wallet breakdown (one generation job per wallet). With a single wallet it falls back to a regular report, matching the dashboard.