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
Returns a summary list of accounts (portfolios) owned by the authenticated profile. The summary contains balance, unrealized PnL, used margin, status and risk flags, but excludes positions and orders.
Portfolio
Returns account balances, metrics, positions, and orders for the authenticated user