Skip to main content
GET
Get user orders from DATABASE (our matching engine state)

Path Parameters

address
string
required

User wallet address

Response

200 - application/json

User orders

Get user's open orders - GET /data/orders Response format matches Polymarket py-clob-client expectations

data
object[]
required

Array of order data (Polymarket uses 'data' not 'orders')

next_cursor
string
required

Pagination cursor - "LTE=" means end of results (base64 "-1")

available_usdc
string | null

Engine's available USDC after holds (defense-in-depth, also in wallet-status)