Skip to main content
POST
/
v1beta1
/
cancel_order
Cancel Order
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/cancel_order \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_id": "1ABC2DEF3GHI4",
  "symbol": "aec-nfl-buf-nyj-2025-01-15"
}
'
{}

Body

application/json

Request to cancel an existing order with the given details.

clord_id
string

Client assigned ID for the order cancel.

order_id
string

Exchange assigned ID for the order to be cancelled (required).

Example:

"1ABC2DEF3GHI4"

symbol
string

The instrument symbol for the order (required).

Example:

"aec-nfl-buf-nyj-2025-01-15"

symbol_sub_type
string

The sub type of the instrument symbol.

Response

A successful response.

The response is of type object.