v1
latestOpenAPI 3.0.12026-07-26171200932.8 KBGet order information and 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/demo/close-orders/{orderId}
- GET /api/v1/trading/info/demo/orders/{orderId}
Retrieves comprehensive information about a specific order, including the order status, execution details, and all positions that were opened or closed from this order. This endpoint is essential for tracking order execution and identifying which positions were created as a result of a specific order request. The response includes detailed position information with PositionID values that can be used to query position-specific details. Provide exactly one of orderId or referenceId.
Query parameters
Numeric order identifier. Mutually exclusive with referenceId.
Request ID header sent during order submission. Mutually exclusive with orderId.
Headers
A unique request identifier.
API key for authentication.
User-specific authentication key.
Response
Order information retrieved successfully.