Skip to main content
POST
Transfer Between Subaccounts

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Body

application/json
client_transfer_id
string<uuid>
required

Unique client-provided transfer ID for idempotency.

from_subaccount
integer
required

Source subaccount number (0 for primary, 1-63 for numbered subaccounts).

to_subaccount
integer
required

Destination subaccount number (0 for primary, 1-63 for numbered subaccounts).

amount_cents
integer<int64>
required

Amount to transfer in cents.

Response

Transfer completed successfully

Empty response indicating successful transfer.