Get Account Open Order By ID
User Account
Get Account Open Order By ID
This endpoint retrieves an account open order by order ID or client request ID.
GET
Get Account Open Order By ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
Response
The open order object for the specified ID.