Skip to main content
POST
/
withdrawal
Initiate withdrawal to Spot wallet
curl --request POST \
  --url https://futures.kraken.com/derivatives/api/v3/withdrawal \
  --header 'APIKey: <api-key>' \
  --header 'Authent: <api-key>'
{
  "uid": "9053db5f-0d5e-48dd-b606-a5c92576b706",
  "result": "success",
  "serverTime": "2022-06-28T14:48:58.711Z"
}

Documentation Index

Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

APIKey
string
header
required

Withdrawal API key with full access

Authent
string
header
required

Authentication string

Query Parameters

currency
string
required

The digital asset that shall be withdrawn back to spot wallet.

Example:

"eth"

amount
number<decimal>
required

The amount of currency that shall be withdrawn back to spot wallet.

Example:

0.1

sourceWallet
string

The wallet from which the funds shall be withdrawn back to spot wallet. Default is "cash" wallet.

Example:

"flex"

Response

200 - application/json

Withdrawal initiated

uid
string
required

Withdrawal/transfer reference

result
enum<string>
required
Available options:
success
Example:

"success"

serverTime
string<date-time>
required

Server time in Coordinated Universal Time (UTC)

Example:

"2020-08-27T17:03:33.196Z"