cURL
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>" }
Endpoint for confirming a quote. This will start a timer for order execution
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Quote ID
An empty response body
Quote confirmed successfully