Skip to main content

Query All Algo Orders

HTTP Request

GET /fapi/v1/allAlgoOrders (HMAC SHA256)

Request Parameters

NameTypeRequiredDescription
symbolSTRINGYESTrading pair
algoIdLONGNOCursor — return orders with algoId >= cursor, ascending. Mutually exclusive with startTime/endTime
startTimeLONGNOStart of query window (ms)
endTimeLONGNOEnd of query window (ms)
limitINTNO1–1000, default 500
recvWindowLONGNOAccepted but ignored — the server enforces a fixed ±60 second timestamp window instead
timestampLONGYESRequest timestamp (ms)

Constraints

  • Query window (endTime - startTime) must not exceed 7 days.
  • Default range is the last 7 days when neither algoId nor times are set.

There is no age-based exclusion — terminal and historical orders remain queryable regardless of how long ago they were created.

Response

Array of conditional-order objects (same shape as New Algo Order).