curl --request POST \
--url https://api.elections.kalshi.com/trade-api/v2/communications/quotes \
--header 'Content-Type: application/json' \
--data '{
"no_bid": 123,
"rest_remainder": true,
"rfq_id": "<string>",
"yes_bid": 123
}'
{
"id": "<string>"
}
Endpoint for creating a quote in response to an RFQ
curl --request POST \
--url https://api.elections.kalshi.com/trade-api/v2/communications/quotes \
--header 'Content-Type: application/json' \
--data '{
"no_bid": 123,
"rest_remainder": true,
"rfq_id": "<string>",
"yes_bid": 123
}'
{
"id": "<string>"
}
The response is of type object
.