Skip to main content

Status order (deprecated)

GET 

/api/v1/order/status/:ref_id

deprecated

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, -, _, ., ~

Request

Responses

Successful operation.