Skip to main content

Query All Algo Orders

HTTP Request

GET /fapi/v1/allAlgoOrders (HMAC SHA256)

Weight

5

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
recvWindowLONGNOSee auth
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.
  • Orders are excluded if (terminal && created+3d < now) OR created+90d < now.

Response

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