kalshi_apply_subaccount_transfer
Transfer funds between Kalshi subaccounts. Specify source and destination subaccount numbers, amount in cents, and a unique transfer ID. Optionally set exchange shard.
Instructions
Transfer Between Subaccounts Transfers funds between the authenticated user's subaccounts. Use 0 for the primary account, or 1-63 for numbered subaccounts. Set exchange_index to apply the transfer on a specific exchange shard (defaults to 0). Calls POST /portfolio/subaccounts/transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_cents | Yes | Amount to transfer in cents. | |
| to_subaccount | Yes | Destination subaccount number (0 for primary, 1-63 for numbered subaccounts). | |
| exchange_index | No | Identifier for an exchange shard. Defaults to 0 if unspecified. | |
| from_subaccount | Yes | Source subaccount number (0 for primary, 1-63 for numbered subaccounts). | |
| client_transfer_id | Yes | Unique client-provided transfer ID for idempotency. |