Skip to main content
GET
List accounts for the current user

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Response

Accounts returned by the account service.

id
string
required

Internal account document identifier.

accountId
string
required

Trading account identifier used by order and portfolio APIs.

totalEquity
number
required

Total account equity.

credit
number
required

Available credit or cash balance maintained by the account service.

maintenanceMargin
number
required

Current maintenance margin requirement.

tempMaintenanceMargin
number
required

Temporary maintenance margin for pending orders/positions.

totalRealizedPnl
number
required

Total realized profit and loss.

totalUnrealizedPnl
number
required

Total unrealized profit and loss.

tradingPower
number
required

Available trading power after margin and holds.

crossMargin
boolean
required

Whether cross-margin mode is enabled for this account.

positions
object
required

Open positions keyed by symbol.

tempPositions
object
required

Temporary or pending positions keyed by symbol.

userId
string

Owner user identity id or email propagated by the gateway.

connectionType
string

Account connection type such as DEMO or REAL.

refCode
string

Referral code linked to the account, if any.

identityId
string

Authentication identity id when present.