Skip to main content
PUT
/
communications
/
quotes
/
{quote_id}
/
confirm
Confirm Quote
curl --request PUT \
  --url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_id}/confirm \
  --header 'Content-Type: application/json' \
  --header 'KALSHI-ACCESS-KEY: <api-key>' \
  --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \
  --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>' \
  --data '{}'
{
  "code": "<string>",
  "message": "<string>",
  "details": "<string>",
  "service": "<string>"
}

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Path Parameters

quote_id
string
required

Quote ID

Body

application/json

An empty response body

Response

Quote confirmed successfully