Get a single deposit
Portfolio Wallets
Get a single deposit
Returns a single deposit by its ID.
GET
Get a single deposit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Deposit details
Deposit amount as a fixed six-decimal USD string (e.g. "100.500000").
Deposited token. Currently usdc.
Available options:
usdc Chain where the deposit was detected.
Available options:
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana, solana_devnet 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.