Initiates a withdrawal from the wallet. Idempotent on requestId — if a withdrawal with the same requestId already exists, the existing withdrawal is returned. Token defaults to USDC.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet ID
Withdrawal initiated (or existing withdrawal returned for idempotent retry)
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).