Accounts

Get account summary

get

Retrieve account summary including margin information and agent wallet details for the authenticated user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Account summary retrieved successfully

application/json
agentWalletAddressstringRequired

Agent wallet address

totalClosedTradesnumberRequired

Total number of closed trades

Example: 42
totalTriggerOrderUsdValuenumberOptional

Total USD value of open trigger orders

Example: 1000.5
totalTwapChunkUsdValuenumberOptional

Total USD value of open TWAP chunks

Example: 250.75
lastSyncedAtnumberOptional

Last synced timestamp in milliseconds

Example: 1625247600000
get
/accounts
200

Account summary retrieved successfully

Last updated