---
title: "Update Subaccount Netting"
method: PUT
path: "/portfolio/subaccounts/netting"
tags: ["portfolio"]
---

# Update Subaccount Netting

`PUT /portfolio/subaccounts/netting`

Updates the netting enabled setting for a specific subaccount. Use 0 for the primary account, or 1-63 for numbered subaccounts.

## Request body

- UpdateSubaccountNettingRequest
  - `subaccount_number` integer, required — Subaccount number (0 for primary, 1-63 for subaccounts).
  - `enabled` boolean, required — Whether netting is enabled for this subaccount.

## Response `200`

Netting setting updated successfully

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