Wallet
Returns wallet worth
GET
Headers
Query Parameters
Response
201 - application/json
Wallet value
Total Networth in USD
Example:
"4.00"
Chains
Example:
[
{
"chain": "eth",
"native_balance": "3",
"native_balance_formatted": "0",
"native_balance_usd": "4.00",
"token_balance_usd": "12.00",
"networth_usd": "3.00"
}
]