Cancel Market Orders
Order Management
Cancel All Market Orders
Cancel all open orders the agent has on Polymarket; optionally scoped to a specific wallet.
POST
Cancel Market Orders
Cancel every open order the agent has on the venue. The endpoint calls Polymarket
/cancel-all and synchronises matching mk_order rows for the current agent. Useful before exiting a venue or rebalancing positions.
Request Body
Trading venue identifier. Default:
polymarket.Optional wallet address (0x-prefixed, 40 hex chars). Required only when the current user has multiple active wallet credentials.
Response
Cancellation result.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json