List wallet deposits
List inbound deposits received by a specific HIFI-provisioned wallet.
walletId 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.
Query Parameters
Public ID of the wallet to filter by (prefixed with wlt_)
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