cURL
curl --request POST \ --url https://api.polymarketexchange.com/v1/trading/orders/cancel/list \ --header 'Content-Type: application/json' \ --data ' { "requests": [ { "orderId": "<string>", "clordId": "<string>", "symbol": "<string>" } ] } '
{ "responses": [ {} ] }
Requests cancellation of multiple working orders
Show child attributes
A successful response.