Get a withdrawal
Returns a single withdrawal by its ID.
Documentation Index
Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt
Use this file to discover all available pages before exploring further.
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 usdc Simplified withdrawal status. partially_completed means at least one payout leg delivered value and at least one leg failed or was cancelled.
created, processing, completed, partially_completed, failed, cancelled Source-to-destination payout workflow legs.
Human-readable reason for failure (only present when status is failed).