List wallet deposits
List inbound deposits received by a specific HIFI-provisioned wallet.
chain and currency are required. Supports cursor-based pagination
and filtering by status, minimum amount, and creation time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
^user_[A-Za-z0-9]+$Public ID of the wallet (prefixed with wlt_)
Query Parameters
Filter deposits by chain.
POLYGON, SOLANA, ETHEREUM, BASE, BSC, FLOW_EVM, CANTON, TRON Filter deposits by currency.
USDC, USDT, USDG, PYUSD, PYUSD0, USDCX Filter deposits by status.
CONFIRMED, COMPLETED Only return deposits with an amount greater than or equal to this value.
x >= 0.01Only return deposits created at or after this Unix timestamp (milliseconds).
Only return deposits created before this Unix timestamp (milliseconds).
default to 10, maximum to 100
1 <= x <= 100