Skip to main content

Query Algo Order

HTTP Request

GET /fapi/v1/algoOrder (HMAC SHA256)

Request Parameters

NameTypeRequiredDescription
algoIdLONGNO*System-generated order ID
clientAlgoIdSTRINGNO*User-defined order ID
recvWindowLONGNOAccepted but ignored — the server enforces a fixed ±60 second timestamp window instead
timestampLONGYESRequest timestamp (ms)

* At least one of algoId or clientAlgoId must be sent.

Response Example

Same shape as New Algo Order, with algoStatus reflecting the current state. Possible values: NEW, TRIGGERED, FINISHED, CANCELED, EXPIRED, FAILED.

Orders remain queryable regardless of age or terminal status — there is no query-window cutoff.