Get close order information and closed position details
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/real/orders/{orderId}GET /api/v2/trading/info/orders:lookup
Retrieves information about a close order, including its execution status and the positions that were closed as a result of the request. Use this to track the outcome of a position-closing order and identify which positions were affected.
Authorizations
eToro OAuth2. Each operation lists the scopes that grant access as separate security requirements (OpenAPI OR semantics): the caller's token only needs ONE of them — you do NOT need all of them. The same scopes back the x-api-key/x-user-key credential pair.
Headers
A unique request identifier.
"614bd524-bc8c-4b3f-8768-83db636ac25d"
API key for authentication.
"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"
User-specific authentication key.
"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"
Path Parameters
The unique identifier of the order.
Response
Close order information retrieved successfully.
Detailed information about a specific order retrieved via the orders lookup endpoint.
The account identifier associated with this order.
The global customer identifier.
The portfolio identifier.
The unique identifier of the order.
The order action. Possible values: open, close.
The transaction direction. Possible values: buy, sell, sellShort, buyToCover.
The order type. Possible values: mkt, mit.
The internal eToro order type identifier.
Status information for the order.
Asset information associated with the order.
The currency used for the order.
The requested monetary amount for the order.
The requested number of units for the order.
The requested number of contracts for the order.
The amount frozen/reserved for the order including costs.
The trigger rate for limit or stop orders.
The stop-loss rate at order open.
The take-profit rate at order open.
The stop-loss type. Possible values: fixed, trailing.
Total costs associated with the order.
List of position IDs to close as part of a close order.
List of position executions resulting from this order.
The timestamp when the order was requested.
The timestamp of the last update to the order.
The action type that initiated the order.
The request sizing type. Possible values: byAmount, byUnits, byContracts.