This endpoint retrieves order details by order ID or client request ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Market name. Example value: ETH-USD. To get all supported markets, call /api/v1/markets endpoint.
Unique identifier of the order. Example value: 01J4MD3R7N4HH4G76PT47VG3QC. You can get this value from the create order response.
Client-generated UUID for correlation. Example value: 0835bf3e-4a20-41f0-908d-8213f2b7a285. This is the same value as the clientRequestId field in the create order request.
Order object containing all details for the requested order.