Copy {
"address": "text",
"chain": "text",
"ensName": "text",
"label": "text",
"categories": [
"text"
],
"netWorth": {
"total_networth_usd": "text",
"chains": [
{
"chain": "text",
"native_balance": "text",
"native_balance_formatted": "text",
"native_balance_usd": "text",
"token_balance_usd": "text",
"networth_usd": "text"
}
]
},
"pnlSummary": {
"total_count_of_trades": 1,
"total_trade_volume": "text",
"total_realized_profit_usd": "text",
"total_realized_profit_percentage": 1,
"total_buys": 1,
"total_sells": 1,
"total_sold_volume_usd": "text",
"total_bought_volume_usd": "text"
},
"topTokens": [
{
"token_address": "text",
"symbol": "text",
"name": "text",
"logo": "text",
"thumbnail": "text",
"decimals": "text",
"balance": "text",
"possible_spam": "text",
"verified_contract": true,
"balance_formatted": "text",
"usd_price": 1,
"usd_price_24hr_percent_change": 1,
"usd_price_24hr_usd_change": 1,
"usd_value": 1,
"usd_value_24hr_usd_change": 1,
"native_token": true,
"portfolio_percentage": 1
}
],
"walletStats": {
"nfts": "text",
"collections": "text",
"transactions": {
"total": "text"
},
"nft_transfers": {
"total": "text"
},
"token_transfers": {
"total": "text"
}
},
"dataAvailability": {
"netWorth": true,
"tokenBalances": true,
"walletStats": true,
"pnlSummary": true,
"defiSummary": true,
"labels": true,
"ensName": true
}
}