Skip to main content
GET
Get balances
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
Returns current balances for the organization across all currencies, with per-currency amounts and aggregate USD-equivalent totals. Use this endpoint to:
  • View real-time balances
  • Track multi-currency holdings
  • Monitor available trading funds
  • Reconcile account positions

Errors

See the full v1 error reference.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Response

success

netPositiveBalanceInUSD
number
required

Sum of all positive balances in USD

Example:

12000

netNegativeBalanceInUSD
number
required

Sum of all negative balances in USD

Example:

-5000

netBalanceInUSD
number
required

Net balance in USD

Example:

7000

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object[]
message
string
Example:

"Data fetched successfully"