Skip to main content

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&timestamp=<ms>&signature=<hex>

Query params

NameTypeRequiredDefaultNotes
symbolstringyes
orderIdstringnoParsed but ignored.
startTime / endTimelongnoParsed but ignored.
limitintegerno500max 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.