v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
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

countinteger
nextCursorstring

The createdAt timestamp of the last record in the current page. Pass this as createdBefore in the next request to retrieve the next page of results.