Get open orders
Returns currently open/partially-filled orders (live from matching engine).
GET
Get open orders
Headers
Wallet address — primary user identification method
Device identifier — mobile fallback when x-wallet is not set
Query Parameters
Wallet address — fallback if neither x-wallet nor x-device-id headers are set
Response
200 - application/json
Array of open orders
Unique order identifier
Example:
42
Example:
"SOL_USDC-28FEB26-150-C"
Example:
"alice"
Available options:
bid, ask Available options:
limit, market Limit price in USDC micros
Example:
1500000
Original order size in millicontracts
Example:
1000
Unfilled quantity in millicontracts
Example:
500
Available options:
open, partially_filled, filled, cancelled Order creation timestamp (Unix microseconds)
Example:
1709164800000000
Get open orders