Skip to main content
POST
/
kalshi
/
order
/
cancel
{
  "success": true,
  "orderId": "<string>",
  "message": "<string>"
}

Body

application/json
chain
enum<string>
required

Chain to execute the action on; one of: base, bsc

Available options:
base,
bsc
Example:

"base"

orderId
string
required

Kalshi order ID to cancel

Example:

"abc123"

userAddress
string
required

User wallet address

Example:

"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"

signature
string
required

EIP-712 signature from the user authorizing the cancellation

Example:

"0x..."

expiry
number
required

Unix timestamp when the authorization expires

Example:

1234567890

Response

Order cancelled successfully

success
boolean
required
orderId
string
required
message
string