All Orders
Type: USER-DATA
Weight: 5
GET /fapi/v1/allOrders
Order history (all states) for a symbol.
Request
GET /fapi/v1/allOrders?symbol=BTCUSDT&limit=500×tamp=<ms>&signature=<hex>
Query params
| Name | Type | Required | Default | Notes |
|---|---|---|---|---|
symbol | string | yes | — | |
orderId | string | no | — | Parsed but ignored. |
startTime / endTime | long | no | — | Parsed but ignored. |
limit | integer | no | 500 | max 1000 |
Response — 200 — array of order objects, newest first (created_at DESC).
Because time filters are ignored, you always get the most recent limit orders; trim client-side.
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.