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.
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 token. Currently usdc.
usdc 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.