Create Transactions API
Create up to 500 Breezing transactions in a single wallet API request, with automatic contact, asset, and internal-transfer detection.
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
Wallet to add transactions to. Must belong to orgId/companyId. Any wallet type is allowed; transactions are tagged addedVia="publicApi".
x > 01
Transactions to insert (1 to 500). All inserted atomically. If any row fails validation, none are inserted.
1 - 500 elementsWhen true (default), the process worker chain queues the fiat-pricing worker after processing (fills amountFiat/feeFiat). When false, balance calculation is queued directly without fiat backfill.