Current All Open Algo Orders
Type: USER-DATA
Weight: 1
GET /fapi/v1/openAlgoOrders
Request
GET /fapi/v1/openAlgoOrders?symbol=BTCUSDT×tamp=<ms>&signature=<hex>
Query params
| Name | Type | Required | Notes |
|---|---|---|---|
symbol | string | no | |
algoId | long | no | Fast path: returns [order] if that id is still active (and matches symbol), else []. |
algoType | string | no | Only CONDITIONAL. |
Response — 200 — array of active (algoStatus: "NEW") algo order objects.
Authentication failures (INVALID_API_KEY, API_KEY_DISABLED, IP_NOT_ALLOWED, SIGNATURE_INVALID) apply to every signed endpoint and use Sparky's {"success":false,"error":{...}} envelope; see Error Codes.