cURL
curl --request POST \ --url https://api.elections.kalshi.com/trade-api/v2/communications/quotes \ --header 'Content-Type: application/json' \ --header 'KALSHI-ACCESS-KEY: <api-key>' \ --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \ --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>' \ --data ' { "rfq_id": "<string>", "yes_bid": "<string>", "no_bid": "<string>", "rest_remainder": true } '
{ "id": "<string>" }
Endpoint for creating a quote in response to an RFQ
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
The ID of the RFQ to quote on
The bid price for YES contracts, in dollars
The bid price for NO contracts, in dollars
Whether to rest the remainder of the quote after execution
Quote created successfully
The ID of the newly created quote