Get Order Detail
Order Management
Get Order Detail
Retrieve details of a specific order by ID.
GET
Get Order Detail
Returns the full details of a single order, including fill history and current status.
Path Parameters
The order ID to look up.
Query Parameters
Trading venue identifier. Default:
polymarket.Optional agent wallet address. The agent itself is resolved from the Bearer API key; this parameter is only used as a hint when looking up multi-wallet records.
Response
Order detail object.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Order ID (order hash)
Query Parameters
Trading venue (default: polymarket)
Maximum string length:
50Wallet address (for multi-wallet scenarios, 0x-prefixed 40 hex chars)
Pattern:
^0x[a-fA-F0-9]{40}$