---
title: "Get Order Groups"
method: GET
path: "/portfolio/order_groups"
tags: ["order-groups"]
---

# Get Order Groups

`GET /portfolio/order_groups`

Retrieves all order groups for the authenticated user.

## Query parameters

- `subaccount` integer

## Response `200`

Order groups retrieved successfully

- GetOrderGroupsResponse
  - `order_groups` OrderGroup[]
    - `id` string, required — Unique identifier for the order group
    - `contracts_limit_fp` string — Fixed-point contract count string (2 decimals, e.g., "10.00"; referred to as "fp" in field names). Requests accept 0-2 decimal places (e.g., "10", "10.0", "10.00"); responses always emit 2 decimals. Fractional contract values (e.g., "2.50") are supported; the minimum granularity is 0.01 contracts.
    - `is_auto_cancel_enabled` boolean, required — Whether auto-cancel is enabled for this order group
    - `exchange_index` integer — Identifier for an exchange shard.

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - authentication required
- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/6aec27d55fba/schema)
