Preview a withdrawal
Returns the withdrawable balance for a given destination chain and, optionally, validates that a specific withdrawal amount is feasible. Token defaults to USDC.
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 If omitted, the preview returns the maximum withdrawable amount.
Response
Withdrawal preview
The withdrawal amount (requested amount, or the maximum available if omitted).
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.
ISO-8601 duration estimate for withdrawal completion.