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
- application/json
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
- 200
Transfer created.
- application/json
- Schema
- Example (from schema)
Schema
result object
refid string
Reference ID
error string[]
{
"error": [],
"result": {
"refid": "FTQcuak-V6Za8qrWnhzTx67yYHz8Tg"
}
}
Loading...