My AccountsGET
Lists all trading accounts (portfolios) owned by the authenticated client profile, with the account_id required by every other account-scoped operation. Each entry carries balance, credit, unrealized PnL, used margin, currency, trade status, demo flag and margin-call/stop-out flags, but excludes positions and orders. Start here when no account id is known. Returns an empty accounts array if the profile owns none.
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Accounts retrieved successfully
Account Metrics
Returns latest metrics snapshot for the authenticated user's account (PnL, Equity, Balance, Margins)
My Profile
Returns the profile of the authenticated user, identified by the JWT subject. Includes identity fields (id, email, first/last name) and profile metadata (language, country, address, etc.).