Lookup a wallet deposit by tx hash
Deposits
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.
GET
Lookup a wallet deposit by tx hash
Documentation Index
Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt
Use this file to discover all available pages before exploring further.
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 for sandbox testing.
Available options:
arbitrum, base, ethereum, ethereum_sepolia, polygon, solana Response
Deposit found
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.
Available options:
processing, completed, failed