Skip to main content
GET
Get open orders

Headers

x-wallet
string

Wallet address — primary user identification method

x-device-id
string

Device identifier — mobile fallback when x-wallet is not set

Query Parameters

wallet
string

Wallet address — fallback if neither x-wallet nor x-device-id headers are set

Response

200 - application/json

Array of open orders

order_id
integer
required

Unique order identifier

Example:

42

instrument_id
string
required
Example:

"SOL_USDC-28FEB26-150-C"

owner
string
required
Example:

"alice"

side
enum<string>
required
Available options:
bid,
ask
order_type
enum<string>
required
Available options:
limit,
market
price
integer
required

Limit price in USDC micros

Example:

1500000

size
integer
required

Original order size in millicontracts

Example:

1000

remaining
integer
required

Unfilled quantity in millicontracts

Example:

500

status
enum<string>
required
Available options:
open,
partially_filled,
filled,
cancelled
timestamp
integer
required

Order creation timestamp (Unix microseconds)

Example:

1709164800000000