Get Account Info
Retrieves a summary of the user’s account, including wallet balance, margin details, and overall equity status.
Last updated
Retrieves a summary of the user’s account, including wallet balance, margin details, and overall equity status.
Last updated
GET /api/v1/account HTTP/1.1
Host: trading-api.flipster.io
api-key: YOUR_API_KEY
Accept: */*
{
"totalWalletBalance": "###.###",
"totalUnrealizedPnl": "###.###",
"totalMarginBalance": "###.###",
"totalMarginReserved": "###.###",
"availableBalance": "###.###"
}