Skip to main content

Current All Algo Open Orders

HTTP Request

GET /fapi/v1/openAlgoOrders (HMAC SHA256)

Request Parameters

NameTypeRequiredDescription
algoTypeSTRINGNOFilter by type (currently CONDITIONAL only)
symbolSTRINGNOTrading pair; omitting returns all symbols
algoIdLONGNOFilter to one specific algo order
recvWindowLONGNOAccepted but ignored — the server enforces a fixed ±60 second timestamp window instead
timestampLONGYESRequest timestamp (ms)

Response

Array of conditional-order objects (same shape as New Algo Order), filtered to algoStatus = NEW.