Skip to main content
GET
Get balances
Returns the organization’s current balances across every currency, along with net positive, net negative, and net balance figures denominated in USD. Use this endpoint to:
  • View real-time balances
  • Track multi-currency holdings
  • Monitor available trading funds
  • Reconcile account positions

Errors

See the full v2 error reference for retry semantics and idempotency-specific codes.

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"