Skip to main content
GET
Get a single order by ID (polysim-shape row).

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.

Path Parameters

order_id
integer
required

Query Parameters

source
string | null
wallet_id
integer | null

Response

Successful Response

Compact pending order representation for list endpoint.

order_id
integer
required
market_id
string
required
side
string
required
outcome
string
required
order_type
string
required
limit_price
string
required
quantity
string
required
time_in_force
string
required
status
string
required
client_order_id
string | null
created_at
string | null
filled_at
string | null
fill_price
string | null
cancelled_at
string | null
cancelled_reason
string | null