Wallet Assets
This API is used to get all tokens held by a specific wallet (available for enterprise)
URL
https://api-bot-v1.dbotx.com/account/wallet/assets?chain={chain}&walletAddress={walletAddress}&page={page}&size={size}&token={token}&sortBy={sortBy}&minValueUsd={minValueUsd}
Header
X-API-KEY
Parameters
{chain}
Required
{walletAddress}
Required
{page}
{size}
{token}
{sortBy}
{minValueUsd}
Notes
1. X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
2. In the paging type interface, use the next field in the return value as the query parameter for the next page (if next == null, it means that paging has ended)