v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Wallet, Networth & PnL

Wallet - Portfolio (V2)

Retrieve the portfolio and total asset value of a given wallet address.

get/wallet/v2/current-net-worth

Query parameters

walletstring required

The wallet of the account.

filter_valuenumber

Minimum value threshold; returns tokens with value ≥ this (optional, no default).

sort_by'value'

Specify the sort field.

flagsstring[]

Modifiers that change result behavior (default: empty; excludes low-liquidity tokens < $100, use include_low_liquidity to include them).

[
  "include_low_liquidity"
]
sort_type'desc' | 'asc' required

Specify the sort order.

limitinteger
offsetinteger

Make sure offset <= 10000

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing portfolio of an address

successboolean required
dataobject required