Wallet
Get inbound deposits
Get inbound deposits for a user's wallet
get/v2/users/{userId}/wallets/deposits
Path parameters
userIdstring required
ID of the user
Query parameters
chain'POLYGON' | 'ETHEREUM' | 'SOLANA' | 'BASE' | 'TRON' required
The blockchain network to retrieve the wallet balance from.
currency'usdc' | 'usdt' | 'usdg' | 'pyusd' required
The type of currency to check the balance for.
status'CONFIRMED' | 'COMPLETED'
Status of the deposit, CONFIRMED indicates the deposit is found in the blockchain, COMPLETED indicates the deposit is completed and unlikely to be reverted.
createdAfterstring date
ISO format: YYYY-MM-DD
createdBeforestring date
ISO format: YYYY-MM-DD
limitstring
default to 10, maximum to 100
minAmountnumber
Minimum amount of the deposit, default is 0.01
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.