v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Kraken Embed

Withdraw funds

Currently, this is a master-only operation. Therefore, no User parameter exists.

post/v1/kraken_embed/funds/withdrawals

Headers

privy-app-idstring required

ID of your Privy app.

Request body

amountstring required
assetstring required
idempotency_tokenstring uuid
keystring required

Example request

{
  "amount": "100.00",
  "asset": "BTC",
  "key": "key"
}

Response

Success result with a reference ID.

Example response

{
  "data": {
    "error": [],
    "errors": [],
    "result": {
      "reference_id": "reference_123"
    }
  }
}