Get a single withdrawal
Returns a single withdrawal by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Withdrawal details
Requested withdrawal amount in USD as a formatted string.
Completed payout amount in USD as a formatted string. Null until at least one payout completes.
Fee charged for the withdrawal as a formatted string.
Destination chain for the withdrawal.
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana, solana_devnet usdc Simplified withdrawal status. partially_completed means at least one payout leg delivered value and at least one leg failed or was cancelled.
processing, completed, partially_completed, failed, cancelled Source-to-destination payout workflow legs.
Human-readable reason for failure (only present when status is failed).