Skip to main content
GET
/
wallet
/
value
{
  "total_networth_usd": "4.00",
  "chains": [
    {
      "chain": "eth",
      "native_balance": "3",
      "native_balance_formatted": "0",
      "native_balance_usd": "4.00",
      "token_balance_usd": "12.00",
      "networth_usd": "3.00"
    }
  ]
}

Headers

x-api-key
string
required

Query Parameters

wallet
string
required

Response

201 - application/json

Wallet value

total_networth_usd
string
required

Total Networth in USD

Example:

"4.00"

chains
string[]
required

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"
}
]
I