Orders
Get single order
Get a single order by id
.
GET
API Key Permissions
This endpoint requires either the “view” or “trade” permission.
Orders can be queried using either the exchange assigned id
or the client assigned client_oid
. When using client_oid
it must be preceded by the client:
namespace.
If the order is canceled, and if the order had no matches, the response might return the status code 404
.
Open orders can change state between the request and the response depending on market conditions.
Authorizations
Path Parameters
order_id
is either the exchange assigned id or the client assigned client_oid. When using client_oid it must be preceded by the client: namespace.
Query Parameters
Market type which the order was traded in.
Response
200
application/json
The response is of type object
.