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
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"
}
}
}