---
title: "Get Target Balance Allocation"
method: GET
path: "/portfolio/target_balance_allocation"
tags: ["portfolio"]
---

# Get Target Balance Allocation

`GET /portfolio/target_balance_allocation`

Retrieves the caller's target balance allocation across exchange indexes.

## Response `200`

Target balance allocation retrieved successfully

- GetTargetBalanceAllocationResponse
  - `allocations` TargetBalanceAllocation[], required
    - `exchange_index` integer, required — Exchange index that receives this percentage of sweepable balance
    - `percent` integer, required — Target percentage of sweepable balance for the exchange index

## Other responses

- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient permissions
- `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)
