Cancel Order
Order Management
Cancel Order
Cancel a single open order.
POST
Cancel Order
Cancel a specific open order by its order ID (order hash). The server calls Polymarket
/cancel and updates mk_order.order_status to 3 (canceled).
Request Body
Order ID to cancel (order hash). Max 100 chars.
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
Cancel result.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json