Skip to main content
POST
/
v1
/
trading
/
orders
/
cancel
/
list
Cancel order list
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": [
    {}
  ]
}

Body

application/json
requests
object[]

Response

200 - application/json

A successful response.

responses
object[]