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>"
}
Endpoint for creating a new 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>"
}
The response is of type object
.