Retrieve Breezing transactions with filters, cursor pagination, and accounting fields for crypto accounting automation and review workflows.
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.
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"
Filter by wallet ID. Use wallets_list to find IDs.
"1"
Filter by status. Use "notStarted" for uncategorized, "reviewRequired" for transactions flagged for client review, "reconciled" for categorized and verified.
notStarted, reviewRequired, reconciled, manuallyReconciled, paid Filter by exact account code (e.g. "4100")
Filter by whether a contra account is assigned. has_account="false" finds uncategorized transactions that still need an account.
true, false Spam filter (default: "false"). Breezing auto-detects spam/airdrop tokens. Use "all" to include them, "true" to see only spam.
true, false, all Locked filter (default: "false"). Locked transactions belong to a closed period and cannot be modified. Use "all" to include them.
true, false, all Start of date range (unix timestamp in seconds)
"1700000000"
End of date range (unix timestamp in seconds)
"1710000000"
Transaction ID to start after (for cursor-based pagination). Omit for the first page.
"12345"
Number of transactions to return (1-100)
"50"
Field to order results by
date Sort direction
asc, desc