Backpack · Arazzo Workflow
Backpack Balance-Checked Withdrawal
Version 1.0.0
Confirm available balance, request a withdrawal, then reconcile it against withdrawal history.
View Spec
View on GitHub
CryptoExchangeWalletTradingPerpetualsSolanaWeb3DeFixNFTAnchorCoralCentralized ExchangeSelf-CustodyArazzoWorkflows
Provider
Workflows
balance-checked-withdrawal
Check balances, request a withdrawal, and reconcile it against withdrawal history.
Reads account balances, submits a withdrawal request for the supplied asset, quantity, blockchain, and address, then reads withdrawal history filtered to the new withdrawal id to confirm it was recorded.
1
getBalances
get_balances
Read account balances to confirm there is available asset before requesting the withdrawal.
2
requestWithdrawal
request_withdrawal
Submit a withdrawal request for the supplied asset, quantity, blockchain, and destination address.
3
reconcileWithdrawal
get_withdrawals
Read withdrawal history filtered to the new withdrawal id to confirm it was recorded by the exchange.