Active orders (deprecated)
GET/api/v1/order/active
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED: Use /api/v1/orders/active instead. Query for orders currently active on the exchange. An order ID may be supplied to query for a specific order, if this query parameter is not supplied then all active orders will be returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 415
- 500
- 503
Successful operation.
Bad request.
Unauthorized.
Forbidden.
Not found.
Request timeout.
Unsupported media type.
Internal server error.
Service unavailable.