Query All Algo Orders
Type: USER-DATA
Weight: 5
GET /fapi/v1/allAlgoOrders
History of algo orders in every status.
Request
GET /fapi/v1/allAlgoOrders?symbol=BTCUSDT&limit=500×tamp=<ms>&signature=<hex>
Query params
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | yes | — | |
algoId | long | no | — | |
startTime / endTime | long | no | — | ms; window may not exceed 7 days (-1100). |
limit | integer | no | 500 |
Response — 200 — array of 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.