Get aggregated balances
Balances
Get Balances API
Retrieve aggregated Breezing balances with wallet and date filters to review token holdings and fiat values in crypto accounting.
GET
Get aggregated balances
Query Parameters
Organization ID. Use GET /v1/companies to discover available org/company pairs.
Example:
"1"
Company ID. Use GET /v1/companies to discover available companies and their access levels.
Example:
"1"
Filter by wallet ID to see balances for a specific custody account. Omit for company-wide balances.
Example:
"1"
Start of date range (unix timestamp in seconds). Use with dateTo for period-end balance snapshots.
Example:
"1704067200"
End of date range (unix timestamp in seconds). Use with dateFrom for period-end balance snapshots.
Example:
"1735689599"
Last modified on April 12, 2026