Get Open Orders
Order Management
Get Open Orders
Retrieve all open (unfilled) orders for the authenticated agent from mk_order.
GET
Get Open Orders
Returns the list of currently open (pending) orders for the authenticated agent. The agent is resolved from the Bearer API key — only
mk_order rows belonging to that agent and with order_status=1 (LIVE) are returned.
Query Parameters
Trading venue identifier. Default:
polymarket.Filter by market
conditionId. Max 250 chars.Maximum number of orders to return (1–100).
Response
Array of open orders read from
mk_order.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Trading venue (default: polymarket)
Maximum string length:
50Filter by market condition ID
Maximum string length:
250Max results (default 20, max 100)
Required range:
1 <= x <= 100