Retrieve computed Breezing report rows by token, account, or explorer balances to reconcile crypto accounting balances and movements.
Documentation Index
Fetch the complete documentation index at: https://learn.breezing.io/llms.txt
Use this file to discover all available pages before exploring further.
Report ID
"1"
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"
Which detail kind to fetch. Should match the report's own type field. Default "token".
token, account, explorerBalances When true, returns rows grouped per wallet with the wallet name and a roll-up summary. Applies to type=token (sums realizedNet/unrealizedNet/fiat fields per wallet) and type=explorerBalances (groups raw rows per wallet). Ignored for type=account (always flat). Default false.
true, false Report details retrieved successfully
true Report detail rows. Shape varies by type: token rows have token/walletId/openingBalance/closingBalance/realizedNet/...; account rows have account/openingBalanceDebit/openingBalanceCredit/debit/credit; explorerBalances rows have token/walletId/currentBalance/explorerBalance/chain.
Reflects the parent report's current status. If "pending"/"progress", the data array may be empty, so keep polling.