Kraken · Arazzo Workflow
Kraken Withdraw Funds with Fee Preview
Version 1.0.0
Check balance and withdrawal fees, withdraw to a saved address, then track status.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
withdraw-funds
Preview fees, withdraw to a saved address, and track the withdrawal.
Reads balances, previews withdrawal fee and limit for the asset and key, submits the withdrawal, and lists recent withdrawal statuses for the asset.
1
readBalance
getAccountBalance
Read account balances to confirm funds are available. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies.
2
previewFee
getWithdrawalInfo
Preview the fee and limit for the withdrawal to the chosen key before committing.
3
withdraw
withdrawFunds
Submit the withdrawal. The result reference id is used to track the transfer.
4
trackStatus
getWithdrawalStatus
List recent withdrawal statuses for the asset so the caller can locate the new withdrawal by its reference id and watch it progress.