Wallet Assets (GET)
Wallet Assets
This API is used to get all tokens held by a specific wallet (available for enterprise)
URL
Header: X-API-KEY
(Please do not disclose your API Key to anyone. If you are at risk of losing it, please refresh it.)
Parameters
Notes
X-API-KEY can be obtained in your "Dashboard", go to check: Dashboard
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)
Results
Response Parameters
id: Asset id
hold: The value of this held token (SOL / ETH / BNB / TRX)
cost: The total buy cost of this token (SOL / ETH / BNB / TRX, only calculate transactions made through DBot)
sold: The total income from selling this token (SOL / ETH / BNB / TRX, only calculate transactions made through DBot)
pnl: Current profit and loss (SOL / ETH / BNB / TRX)
pnlPercent: Current profit and loss ratio (SOL / ETH / BNB / TRX)
tokenBalanceUI: Token balance
tokenPriceSOL: Crypto-denominated price of this token
currencyInfo: Native token information
tokenInfo: Token information
link: Related link for this token
contract: Token address
createAt: Token creation time
decimals: Token decimals
totalSupply: Total token supply
icon: Token icon URL
freezeAuthority: Is the token freezeable
mintAuthority: Is the token mintable
Last updated