Skip to main content
POST
/
v1beta1
/
cancel_replace_order_list
Cancel or Replace Orders (List)
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/cancel_replace_order_list \
  --header 'Content-Type: application/json' \
  --data '
{
  "requests": [
    {
      "all_or_none": true,
      "best_limit": true,
      "clord_id": "<string>",
      "good_till_time": "2023-11-07T05:31:56Z",
      "immediately_executable_limit": true,
      "manual_order_indicator": "MANUAL_ORDER_INDICATOR_UNDEFINED",
      "min_qty": "<string>",
      "order_id": "<string>",
      "order_qty": "<string>",
      "participate_dont_initiate": true,
      "price": "<string>",
      "stop_price": "<string>",
      "strict_limit": true,
      "symbol": "<string>",
      "symbol_sub_type": "<string>",
      "time_in_force": "TIME_IN_FORCE_UNDEFINED"
    }
  ]
}
'
{
  "responses": [
    {}
  ]
}

Body

application/json

Request to update multiple existing orders with the given details.

requests
object[]

A list of requests to update orders. Maximum 20 orders per request.

Response

A successful response.

responses
object[]

A list of responses to updated orders.