Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing documentation for Polymarket US
cURL
curl --request POST \ --url https://api.prod.polymarketexchange.com/v1/trading/orders/cancel \ --header 'Content-Type: application/json' \ --data ' { "orderId": "<string>", "clordId": "<string>", "symbol": "<string>" } '
{}
Requests cancellation of a working order
A successful response.
The response is of type object.
object