Skip to main content

Request Wallet Transfer

POST 

/private/WalletTransfer

Transfer from a Kraken spot wallet to a Kraken Futures wallet. Note that a transfer in the other direction must be requested via the Kraken Futures API endpoint for withdrawals to Spot wallets.

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    asset stringrequired

    Asset to transfer (asset ID or altname)

    from stringrequired

    Possible values: [Spot Wallet]

    Source wallet

    to stringrequired

    Possible values: [Futures Wallet]

    Destination wallet

    amount stringrequired

    Amount to transfer

Responses

Transfer created.

Schema
    result object
    refid string

    Reference ID

    error string[]
Loading...