Current All Algo Open Orders
HTTP Request
GET /fapi/v1/openAlgoOrders (HMAC SHA256)
Weight
| Parameters | Weight |
|---|---|
With symbol | 1 |
Without symbol | 40 |
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| algoType | STRING | NO | Filter by type (currently CONDITIONAL only) |
| symbol | STRING | NO | Trading pair; omitting returns all symbols |
| algoId | LONG | NO | Filter to one specific algo order |
| recvWindow | LONG | NO | See auth |
| timestamp | LONG | YES | Request timestamp (ms) |
Response
Array of conditional-order objects (same shape as
New Algo Order), filtered to algoStatus = NEW.