Get Account Info
Retrieves a summary of the user’s account, including wallet balance, margin details, and overall equity status.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Responses
200
OK
application/json
totalWalletBalancestringRequiredExample:
the total value of assets deposited in the wallet, excluding floating PnL.
###.###totalUnrealizedPnlstringRequiredExample:
the net floating profit or loss from all currently open positions.
###.###totalMarginBalancestringRequiredExample:
the total account equity.
###.###totalMarginReservedstringRequiredExample:
the amount of margin currently locked and used for open positions or active orders.
###.###availableBalancestringRequiredExample:
The remaining margin available for opening new positions or withdrawals
###.###get
/api/v1/account200
OK
Last updated
