Skip to main content
DELETE
Cancel Order

Headers

PX-Key-Id
string
required

The key id issued for your signing keypair.

PX-Timestamp
string
required

Unix seconds at signing, valid within 30 seconds of the server clock.

PX-Signature
string
required

Ed25519 signature of the request

PX-Content-Sha256
string
required

Hex SHA-256 of the request body, or the SHA-256 of the empty string when there is no body.

Path Parameters

orderId
string<uuid>
required

Issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"

Response

Cancel request accepted

orderId
string<uuid>
required

Issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"

ticker
string
required

Kalshi market ticker the order trades.

Example:

"KXPRES-2028"

side
enum<string>
required

Which side of the Kalshi market the contract represents.

Available options:
YES,
NO
Example:

"YES"

action
enum<string>
required

Order direction against the chosen side.

Available options:
BUY,
SELL
Example:

"BUY"

type
enum<string>
required

Order type. Kalshi orders are limit orders.

Available options:
LIMIT
Example:

"LIMIT"

count
integer
required

Order size in whole contracts.

Example:

10

priceCents
integer
required

Limit price in whole cents from 1 to 99, in the traded side's own frame.

Example:

38

status
enum<string>
required

Order lifecycle status.

Available options:
PENDING,
SUBMITTED,
OPEN,
FILLED,
CANCELLED,
REJECTED
Example:

"OPEN"

venueOrderId
string | null
required

Kalshi order id, or null until the venue acknowledges the order.

Example:

"b4d9e1f2-3a6c-4d8e-9f1a-2b3c4d5e6f70"

createdAt
string
required

Time the order was created, in ISO-8601.

Example:

"2026-07-26T12:00:00.000Z"

updatedAt
string
required

Time the order was last updated, in ISO-8601.

Example:

"2026-07-26T12:05:00.000Z"

filledCount
integer | null
required

Contracts filled so far, or null before any fill.

Example:

4

averagePriceCents
integer | null
required

Average fill price in whole cents, or null before any fill.

Example:

37

feesCents
integer | null
required

Total fees charged, rounded to the nearest whole cent, or null before any fill.

Example:

6

feesUsd
string | null
required

Total fees charged in dollars, exact to the granularity the venue charges, or null before any fill. Charged on top of the executed notional, so it is additive to cost on a buy and deducted from proceeds on a sell.

Example:

"0.063000"

closedAt
string | null
required

Time the order reached a terminal state, or null while still open.

Example:

"2026-07-26T12:10:00.000Z"