---
title: "Get Subaccount Transfers"
method: GET
path: "/portfolio/subaccounts/transfers"
tags: ["portfolio"]
---

# Get Subaccount Transfers

`GET /portfolio/subaccounts/transfers`

Gets a paginated list of all transfers between subaccounts for the authenticated user.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Transfers retrieved successfully

- GetSubaccountTransfersResponse
  - `transfers` SubaccountTransfer[], required
    - `transfer_id` string, required — Unique identifier for this transfer.
    - `from_subaccount` integer, required — Source subaccount number (0 for primary, 1-63 for subaccounts).
    - `to_subaccount` integer, required — Destination subaccount number (0 for primary, 1-63 for subaccounts).
    - `amount_cents` integer, required — Cash transfer amount in cents.
    - `created_ts` integer, required — Unix timestamp when the transfer was created.
    - `exchange_index` integer, required — Exchange index the transfer was applied on.
  - `cursor` string — Cursor for the next page of results.

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