Status order (deprecated)
GET/api/v1/order/status/:ref_id
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED: Use /api/v1/orders/status/{ref_id} instead. Fetches the current status of a specific order identified by ref_id. The service retains status data for a limited period (currently 28 days), but this retention window is subject to change via configuration or system resource availability. ref_id must be one of the following:
-
The exchange assigned order ID.
-
UUID version 4 in its human readable form, with hypens, and in lowercase.
-
ASCII RFC 3986 compliant character string that does not exceed 18 characters.
- Acceptable characters are
a-z,A-Z,0-9,-,_,.,~
- Acceptable characters are
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.