POST
/
communications
/
quotes
Create Quote
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>"
}

Body

application/json

Response

201 - application/json

The response is of type object.