PortfolioGET
Returns account balances, metrics, positions, and orders for the authenticated user
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Path Parameters
account_idRequiredstringAccount ID to fetch portfolio for
Successfully retrieved portfolio
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.).
Reverse Position
Closes an open position with a market order and, on terminal fill, automatically opens an opposing position with the same filled quantity.