Skip to main content
GET
Get aggregated balances

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

walletId
string

Filter by wallet ID to see balances for a specific custody account. Omit for company-wide balances.

Example:

"1"

dateFrom
string

Start of date range (unix timestamp in seconds). Use with dateTo for period-end balance snapshots.

Example:

"1704067200"

dateTo
string

End of date range (unix timestamp in seconds). Use with dateFrom for period-end balance snapshots.

Example:

"1735689599"

Response

Balances retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object[]
required
Last modified on April 11, 2026