---
title: "Get Subaccount Netting"
method: GET
path: "/portfolio/subaccounts/netting"
tags: ["portfolio"]
---

# Get Subaccount Netting

`GET /portfolio/subaccounts/netting`

Gets the netting enabled settings for all subaccounts.

## Response `200`

Netting settings retrieved successfully

- GetSubaccountNettingResponse
  - `netting_configs` SubaccountNettingConfig[], required
    - `subaccount_number` integer, required — Subaccount number (0 for primary, 1-63 for subaccounts).
    - `enabled` boolean, required — Whether netting is enabled for this subaccount.
    - `exchange_index` integer, required — Exchange index of the subaccount.

## Other responses

- `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)
