Returns a single withdrawal by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Withdrawal details
Withdrawal amount in USD as a formatted string.
Fee charged for the withdrawal as a formatted string.
Simplified withdrawal status.
pending, processing, completed, failed, cancelled On-chain transaction hash once the withdrawal is broadcast.
Human-readable reason for failure (only present when status is failed).