Get instrument breakdown
Rate limit: 60 requests per 60 seconds. This is a shared quota — the same budget is consumed by a group of related endpoints, so calling any of them reduces what is left for the others (you cannot call each at the full rate independently). Endpoints sharing this quota:
GET /api/v1/trading/info/portfolioGET /api/v1/trading/info/real/pnl
Returns the portfolio data grouped by instrument, including per-position data, pending orders, and PnL.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
A unique request identifier.
"b345f9a4-c63f-4d47-9617-458b5b21cedf"
Client identifier.
Query Parameters
Conversion to use for non-USD assets when the market is closed. 'eToroApp' uses the last conversion at market close; 'Realtime' uses the realtime conversion.
eToroApp, Realtime Level of position data to return. 'Normal' returns position-level data; 'None' omits it.
None, Normal Level of order data to return. 'Normal' returns order-level data; 'None' omits it.
None, Normal Level of mirror data to return. 'None' returns only the manual part of the portfolio; 'Details' includes position/order-level data inside mirrors.
None, Details Filter by instrument IDs. Default: all instruments. Maximum 100 IDs.
100Filter by mirror IDs. MirrorId=0 means the manual part of the portfolio. When mirrorLevel=None the default is manual only ([0]); otherwise the default is all mirrors and manual. Maximum 100 IDs.
100Response
Portfolio instrument breakdown.
ISO 4217 code (uppercase) of the account's base currency, e.g. 'USD'.
Time when the portfolio snapshot was generated (UTC).
Manually held (non copy-trading) positions/orders, grouped by instrument.
Copy-trading mirrors. Empty unless mirrorLevel=details.