Retrieves a list of assets owned by the specified wallet. Return values vary by chain as shown below.
Request headers required. See for more information.
Authentication required. See for more information.
Required Permissions
Name
Conditions
Wallets:Read
Always Required
Parameters
Path parameters
Path parameter
Description
walletId
Unique identifier of the wallet.
Query parameters
Query parameter
Description
Type - Optional
netWorth
Set to string value true to quote the wallet's total asset value in USD.
String (optional)
Response Body
Field
Description
Type - Optional
walletId
ID of the wallet.
String
network
Network used for the wallet.
String
assets
A list of asset balances the wallet holds. Fields will vary depending on asset kind, see below.
Array<Asset>
netWorth
Total net worth of the wallet converted to USD. The value will only include Coingecko listed assets.
Record<"USD", Decimal>
Native Asset Fields
Field
Description
Type - Optional
kind
Asset kind is always Native.
String
symbol
Asset symbol.
String
decimals
The smallest unit the token can be divided.
Integer
balance
The balance in the smallest token unit.
String
verified
All native assets are verified. For fungible tokens, whethher the token identities have been verified using the information provided by the token projects.
Boolean (optional)
quotes
For Coingecko listed assets, the value of holding converted to USD.