List all orders
documentedRetrieve all orders (historical) for a symbol.
GET /api/v3/allOrdersTradingno implementation yet0 runsInput
symbol
Symbol (e.g., BTCUSDT)
BTCUSDT
orderId
Order ID
Optional: start from this orderId
startTime
Start time (ms since epoch)
Optional
endTime
End time (ms since epoch)
Optional
limit
Limit
Default 500; max 1000
recvWindow
Recv window (ms)
Optional
timestamp*
Timestamp (ms)
Current time in ms
signature*
Signature
Computed from secret (HMAC-SHA256)
Calls Binance as you (your API key is your account); keychains.dev holds the credentials.