cURL
curl --request PUT \ --url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_id}/accept \ --header 'Content-Type: application/json' \ --header 'KALSHI-ACCESS-KEY: <api-key>' \ --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \ --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>' \ --data ' { "accepted_side": "yes" } '
{ "code": "<string>", "message": "<string>", "details": "<string>", "service": "<string>" }
Endpoint for accepting a quote. This will require the quoter to confirm
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Quote ID
The side of the quote to accept (yes or no)
yes
no
Quote accepted successfully