Skip to main content

Query Algo Order

HTTP Request

GET /fapi/v1/algoOrder (HMAC SHA256)

Weight

1

Request Parameters

NameTypeRequiredDescription
algoIdLONGNO*System-generated order ID
clientAlgoIdSTRINGNO*User-defined order ID
recvWindowLONGNOSee auth
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.

Notes

Orders are unqueryable when:

  • Terminal status (CANCELED / EXPIRED) with no fills AND created more than 3 days ago, OR
  • Created more than 90 days ago.