POST
/
communications
/
rfqs
Create RFQ
curl --request POST \
  --url https://api.elections.kalshi.com/trade-api/v2/communications/rfqs \
  --header 'Content-Type: application/json' \
  --data '{
  "contracts": 123,
  "market_ticker": "<string>",
  "rest_remainder": true
}'
{
  "id": "<string>"
}

Body

application/json

Response

201 - application/json

The response is of type object.