Skip to main content
GET
List orders

Authorizations

Authorization
string
header
required

Privy-issued JWT. Required for L1 routes; accepted on L2 routes.

Query Parameters

condition_id
string
chain_id
integer
Example:

56

status
enum<string>
default:open

open = OPEN + PARTIALLY_FILLED. filled = MATCHED + FILLED. cancelled = CANCELLED + EXPIRED + MATCH_FAILED. all skips the filter.

Available options:
open,
filled,
cancelled,
all
cursor
string | null

Opaque cursor from the prior response's next_cursor.

limit
integer
default:20
Required range: 1 <= x <= 100

Response

OK

data
object[]
required
next_cursor
string | null
required
has_more
boolean
required