Status order
GET/api/v1/orders/status/:ref_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
DEPRECATED: Use /v1/cefi/orders/status/{ref_id} instead. Fetches the current status of a specific order identified by ref_id.
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.