Get account information

GET

Respond with requester’s account information

Query parameters

subaccount_addressstringOptional

Subaccount address

Response

OK

accountstringOptional

User’s starknet account

account_valuestringOptional

Current account value [with unrealized P&Ls]

free_collateralstringOptional

Free collateral available (Account value in excess of Initial Margin required)

initial_margin_requirementstringOptional

Amount required to open trade for the existing positions

maintenance_margin_requirementstringOptional

Amount required to maintain exisiting positions

margin_cushionstringOptional

Acc value in excess of maintenance margin required

seq_nointegerOptional

Unique increasing number (non-sequential) that is assigned to this account update. Can be used to deduplicate multiple feeds

settlement_assetstringOptional

Settlement asset for the account

statusstringOptional

Status of the acc - like ACTIVE, LIQUIDATION

total_collateralstringOptional

User’s total collateral

updated_atintegerOptional

Account last updated time

Errors