PUT
/
communications
/
quotes
/
{quote_id}
/
accept
Accept Quote
curl --request PUT \
  --url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_id}/accept \
  --header 'Content-Type: application/json' \
  --data '{
  "accepted_side": "<string>"
}'

Path Parameters

quote_id
string
required

Quote ID

Body

application/json

Response

204

No Content