My ProfileGET
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.).
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Profile retrieved successfully
My Accounts
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.
Portfolio
Returns account balances, metrics, positions, and orders for the authenticated user