Skip to main content
POST
Wallet - Current Net Worth Summary (Multiple)

Current portfolio value for multiple Solana wallets.

  • Send up to 100 wallet addresses in the POST body.
  • This endpoint returns current total asset value summaries, not detailed holdings breakdowns.
  • Use it for batch wallet valuation across leaderboards, cohorts, or watchlists.
  • Batch CU is calculated as ceil(20 * wallet_count^0.8).
  • Value many wallets at once for cohort monitoring or whale boards.
  • Build internal watchlists of treasury wallets, smart money wallets, or tracked accounts.
  • Compare total wallet size across a batch before deeper research.
  • Set x-chain=solana.
  • Send up to 100 wallet addresses in the POST body.
  • Use this summary endpoint first, then follow up on individual wallets with detailed portfolio endpoints.
  • Use this endpoint as a cheap batch prefilter before opening per-wallet detail pages.
  • Deduplicate wallet addresses before sending the body.
  • Business and Enterprise only.
  • Solana only.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana network only.

Available options:
solana

Body

application/json
wallets
string[]
required
Example:

Response

JSON object containing summary networth

success
boolean
required

Whether the request succeeded.

data
object
required