Wallet - Portfolio (V2)

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Current Solana wallet portfolio and valuation.

  • This endpoint returns a current wallet portfolio snapshot with total asset value and paginated asset rows.
  • limit supports 1 to 100 items per request, and offset supports up to 10,000.
  • filter_value can be used to hide small positions below a minimum USD threshold.
  • flags can include additional portfolio behaviors such as include_low_liquidity.
  • sort_by is currently value-oriented and sort_type supports ascending or descending order.
Compute Unit ⚙️
  • This endpoint consumes 40 CU per request.
Use Cases 💡
  • Show a wallet's current portfolio value and holdings breakdown.
  • Power wallet overview pages, treasury dashboards, and portfolio snapshots.
  • Filter out dust positions and focus on the holdings that matter.
  • Rank or inspect one wallet's top assets before drilling into per-token PnL.
How to Use 🛠️
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Use filter_value to suppress tiny positions.
  • Page through holdings with offset and limit.
Best Practices ✅
  • Use this as the primary current-portfolio endpoint instead of stitching holdings and prices manually.
  • Apply filter_value in UI views where dust assets would otherwise drown out signal.
  • Cache per-wallet snapshots for a short interval rather than polling every interaction.
Limitations ⚠️
  • Solana only.

Query Params
string
required

The wallet of the account.

number

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

string
enum
Defaults to value

Specify the sort field.

Allowed:
flags
array of strings

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

flags
Allowed:
string
enum
required
Defaults to desc

Specify the sort order.

Allowed:
integer
1 to 100
Defaults to 20
integer
0 to 10000
Defaults to 0

Make sure offset <= 10000

Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json