Lookup a wallet deposit by tx hash
Fetch a single deposit by its onchain transaction hash. chain is optional; if provided, it must match the deposit’s recorded chain.
processing deposit before chain finality when the transaction hash has been observed and normalized for a workflow-idle wallet. completedAt remains null until the deposit finalizes and posts. The deposit ID remains stable when the row transitions from processing to completed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Wallet ID
Query Parameters
Transaction hash of the deposit (0x-prefixed hex for EVM chains).
Optional chain identifier. If provided, the lookup is chain-scoped. Use ethereum_sepolia or solana_devnet for sandbox testing.
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana, solana_devnet Response
Deposit found
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.