Get a single deposit
Deposits
Get a deposit
Returns a single deposit by its ID.
GET
Get a single deposit
Processing deposits are keyed by the observed onchain event while they wait for finality, and that ID remains stable after the deposit completes. They are informational only: balances and withdrawable value update only after the finalized deposit posts to the ledger. Ground only surfaces pre-finality processing deposits for workflow-idle wallets; wallets with active Ground-managed workflows may wait until final attribution.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Deposit details
Deposit amount as a formatted string (e.g. "100.50").
Deposited token. Currently usdc.
Available options:
usdc Chain where the deposit was detected.
Available options:
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana On-chain transaction hash.
Deposit status. processing can mean the deposit was detected before finality for a workflow-idle wallet and is not yet credited to balances.
Available options:
processing, completed, failed Populated after the deposit finalizes and posts; null while processing.