Skip to main content
GET

Overview

Returns the aggregated total USD value of all assets held by an address across all supported blockchain networks. This is the simplest endpoint for getting a wallet’s total value.
This endpoint returns a single total value. For a breakdown by chain, use the /total/usd endpoint instead.

Path Parameters

string
required
Ethereum address or ENS name (e.g., vitalik.eth or 0x742d35Cc6634C0532925a3b844Bc454e4438f44e)

Response

string
The resolved Ethereum address (checksummed)
number
Total portfolio value in USD across all chains
string
ISO 8601 timestamp when the value was calculated

Included Assets

Pricing Sources

  • Primary: Chainlink on-chain oracles (real-time)
  • Fallback: CoinGecko API (for tokens without oracle coverage)
  • Update Frequency: Prices refresh every 60 seconds
  • Denomination: All values in USD

Use Cases

  • Quick Net Worth: Single API call for total portfolio value
  • Portfolio Tracking: Monitor total holdings over time
  • Lending Capacity: Assess collateral potential
  • Wallet Comparison: Compare total holdings across wallets

Performance

  • Response Time: < 1 second
  • Caching: Results cached for 5 minutes per address