Skip to main content
GET
List user orders (Polysimulator-shape — see also: /v1/data/orders for PM-shape).

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

X-API-Key
string | null

Your PolySimulator API key

POLY_API_KEY
string | null

Polymarket-CLOB-compat alias for X-API-Key (underscore form). SDK clients ported from Polymarket can authenticate without changing header names. X-API-Key takes precedence when both are provided.

Poly-API-Key
string | null
authorization
string | null

PM-CLOB-compat: Authorization: Bearer ps_live_... (or ps_test_...) is accepted as an alias for X-API-Key so py-clob-client and other ported SDKs authenticate without header name changes. Bearer JWTs are NOT accepted here — use the dashboard-auth endpoints for those.

Query Parameters

status
string | null
Example:

"PENDING"

market_id
string | null
side
string | null
limit
integer
default:50
offset
integer
default:0
cursor
string | null
next_cursor
string | null

Alias for cursor — PM-ported paginators pass the previous response's next_cursor back under this name (py-clob-client convention). cursor wins when both are present.

wallet_id
integer | null

Response

Successful Response

Paginated response with cursor for efficient iteration.

orders
PendingOrderItem · object[]
required
next_cursor
string | null
has_more
boolean
default:false
total_hint
integer | null