You are viewing documentation for Polymarket US πΊπΈ
curl --request POST \
--url https://api.polymarket.us/v1/order/{orderId}/cancel \
--header 'Content-Type: application/json' \
--header 'X-PM-Access-Key: <api-key>' \
--header 'X-PM-Signature: <api-key>' \
--header 'X-PM-Timestamp: <api-key>' \
--data '
{
"marketSlug": "<string>"
}
'{}Cancel a specific order by its exchange-assigned ID
curl --request POST \
--url https://api.polymarket.us/v1/order/{orderId}/cancel \
--header 'Content-Type: application/json' \
--header 'X-PM-Access-Key: <api-key>' \
--header 'X-PM-Signature: <api-key>' \
--header 'X-PM-Timestamp: <api-key>' \
--data '
{
"marketSlug": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.
Your API key ID (UUID). Generate at polymarket.us/developer.
Unix timestamp in milliseconds. Must be within 30 seconds of server time.
Base64-encoded Ed25519 signature of timestamp + method + path. See Authentication for details.
Exchange-assigned Order ID to cancel
Request to cancel an existing order
Request to cancel an existing order
Unique market slug into which the order should be canceled
Order canceled successfully
Response for order cancellation (empty on success)