Get a deposit
Returns a single deposit by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Deposit details
Portfolio wallet credited by this deposit.
Stable public cash position ID that can be passed to allocations[].from. Null until the deposit completes and posts.
Deposit amount as a fixed six-decimal USD string (e.g. "100.500000").
Deposited stablecoin.
usdc, usdt Chain where the deposit was detected.
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.
processing, completed, failed Populated after the deposit finalizes and posts; null while processing.