curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/portfolio/order_groups
{
"order_groups": [
{
"id": "<string>",
"is_auto_cancel_enabled": true
}
]
}
Retrieves all order groups for the authenticated user.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/portfolio/order_groups
{
"order_groups": [
{
"id": "<string>",
"is_auto_cancel_enabled": true
}
]
}
The response is of type object
.