Skip to main content
GET
Get Account Summary

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
availableBalance
string

Balance available for new orders.

withdrawableBalance
string

Balance available to withdraw.

accountBalance
string

Total account balance.

marginUsed
string

Margin currently in use — the initial margin locked by open positions and resting orders.

pnl
string

Cumulative realized PnL.

fees
string

Cumulative fees.

volume
string

Cumulative traded volume.

unrealizedPnl
string

Unrealized PnL across open positions. Reporting only — not a term in totalEquity.

totalEquity
string

Account equity — account balance plus the signed mark value of open positions.

maintenanceMargin
string

Maintenance margin across open positions.

initialMarginRatio
string

marginUsed as a fraction of total equity; 1 when equity is not positive.

maintenanceMarginRatio
string

Maintenance margin as a fraction of total equity; 1 when equity is not positive.