Sync Wallet API
Trigger an incremental or custom period Breezing wallet sync to pull blockchain or exchange transactions for accounting reconciliation.
Path Parameters
Wallet ID
"1"
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
Start of a custom sync window (unix seconds). Use this to backfill a period that was never imported (e.g. the wallet only holds 2026 data and 2024/2025 are missing). Omit the body entirely for the default incremental sync.
x > 01704067200
End of a custom sync window (unix seconds). Requires dateFrom. Must be <= now for a backfill that avoids overlapping already-imported data. Not supported on Solana, Cardano, Bitcoin, or Tron wallets (their providers paginate from the chain tip); on Solana pass toHash instead.
x > 01735689599
Solana wallets only. A transaction signature used as the upper boundary: the sync starts at this transaction and walks BACKWARDS to dateFrom, so only transactions older than this hash are imported. Pass the signature of the oldest transaction already imported for this wallet so the backfill stops exactly where the existing data begins. Requires dateFrom.
1 - 120