Skip to main content

Account API

The Account API provides access to user account balances and financial information.

Endpoints

Balance Fields

Each balance includes:

Buying Power

The buyingPower field represents unencumbered capital available for trading:
This accounts for:
  • Cash balance
  • Available collateral from positions
  • Capital reserved for open orders
  • Margin requirements

Pending Withdrawals

The pendingWithdrawals array contains any active withdrawal requests:
Real-Time Balance UpdatesFor real-time balance changes, use the WebSocket Private Stream with the SUBSCRIPTION_TYPE_ACCOUNT_BALANCE subscription instead of polling.

Example Response