Skip to main content
GET
/
margin
/
order_groups
Get Order Groups
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/margin/order_groups \
  --header 'KALSHI-ACCESS-KEY: <api-key>' \
  --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \
  --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{
  "order_groups": [
    {
      "id": "<string>",
      "is_auto_cancel_enabled": true,
      "contracts_limit_fp": "10.00",
      "exchange_index": 0
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Query Parameters

subaccount
integer

Subaccount number (0 for primary, 1-32 for subaccounts). If omitted, defaults to all subaccounts.

Required range: x >= 0

Response

Order groups retrieved successfully

order_groups
object[]