You are viewing documentation for Polymarket US πΊπΈ
curl --request POST \
--url https://api.prod.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. Maximum batch size is 20 orders; requests exceeding this limit will be rejected.
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/trading/orders/cancel/list \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"orderId": "<string>",
"clordId": "<string>",
"symbol": "<string>"
}
]
}
'{
"responses": [
{}
]
}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.