Retrieves the details of a specific open order by order ID and user ID for a given market.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jogeshwar01/exchange/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET /api/v1/order
Request
Body parameters
The unique identifier of the user who owns the order
The unique identifier of the order to retrieve
The trading pair market (e.g., “SOL_USDC”, “BTC_USDT”)
Response
Success response
Returns the complete order object:The limit price of the order
The total quantity of the order
The quantity that has been filled
The unique identifier of the order
The unique identifier of the user who owns the order
The order side (“BUY” or “SELL”)
The type of order (“LIMIT” or “MARKET”)
The current status of the order (“Pending”, “Filled”, “PartiallyFilled”, or “Cancelled”)
The Unix timestamp in milliseconds when the order was created
Error response
Status message indicating the order retrieval failed
Example
Error codes
- 200 OK - Order retrieved successfully
- 500 Internal Server Error - Failed to retrieve the order or Redis connection error