POST
/
portfolio
/
order_groups
/
create
Create Order Group
curl --request POST \
  --url https://api.elections.kalshi.com/trade-api/v2/portfolio/order_groups/create \
  --header 'Content-Type: application/json' \
  --data '{
  "contracts_limit": 123
}'
{
  "order_group_id": "<string>"
}

Body

application/json

Response

201 - application/json

The response is of type object.