Get order information
Deprecated: This endpoint is marked deprecated in the eToro Public API Swagger. Prefer the current replacement endpoints where available.
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/demo/close-orders/{orderId}GET /api/v2/trading/info/demo/orders:lookup
Retrieves the current state and execution details of an order submitted for the authenticated demo account. Use this endpoint to track whether the order was received, placed, filled, rejected, cancelled, expired, or is still waiting for execution conditions.
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.
"cbd2e3f6-a698-4b21-ac3c-d189e540b9ef"
Path Parameters
The unique identifier of the order.
Response
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.