---
title: "Get Intra Account Transfers"
method: GET
path: "/portfolio/intra_exchange_instance_transfers"
tags: ["portfolio"]
---

# Get Intra Account Transfers

`GET /portfolio/intra_exchange_instance_transfers`

Endpoint for fetching intra-exchange account transfer history.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Transfers retrieved successfully

- GetIntraExchangeInstanceTransfersResponse
  - `transfers` IntraExchangeInstanceTransfer[], required
    - `transfer_id` string, required — Unique transfer id
    - `source` 'event_contract' | 'margined', required — The exchange instance type
    - `destination` 'event_contract' | 'margined', required — The exchange instance type
    - `source_exchange_shard` integer, required — Source exchange shard index
    - `destination_exchange_shard` integer, required — Destination exchange shard index
    - `amount` string, required — US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market's price level structure.
    - `status` 'pending' | 'complete', required — Transfer status.
    - `created_ts` integer, required — Unix timestamp when the transfer was created
  - `cursor` string — Cursor for the next page of results. Omitted when there are no further pages.

## 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/6e6402bf667d/schema)
