Preview a withdrawal
Returns the withdrawable balance for a given destination chain and, optionally, validates that a specific withdrawal amount is feasible. The token is required. USDC supports the documented CCTP chain set; USDT supports Ethereum only in production and Ethereum Sepolia in sandbox.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Wallet ID
Body
Target chain for the withdrawal. Use ethereum_sepolia or solana_devnet for sandbox testing.
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana, solana_devnet Stablecoin lane used to validate, fund, rebalance, and withdraw an allocation independently from other token lanes.
usdc, usdt If omitted, the preview returns the maximum withdrawable amount.
Response
Withdrawal preview
The requested withdrawal amount, echoed back. null when the request omitted amountUsd (no amount was requested); use withdrawableUsd for the maximum available in that case.
Fee charged for the withdrawal (currently always "0.000000").
Conservative amount that can safely start a new withdrawal for this destination right now.
Estimated wallet total after the previewed withdrawal amount is paid out.
- Option 1
- Option 2