get
https://public-api.birdeye.so/wallet/v2/current-net-worth
Retrieve the portfolio and total asset value of a given wallet address.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Current Solana wallet portfolio and valuation.
- This endpoint returns a current wallet portfolio snapshot with total asset value and paginated asset rows.
limitsupports1to100items per request, andoffsetsupports up to10,000.filter_valuecan be used to hide small positions below a minimum USD threshold.flagscan include additional portfolio behaviors such asinclude_low_liquidity.sort_byis currently value-oriented andsort_typesupports ascending or descending order.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
40 CUper 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_valueto suppress tiny positions. - Page through holdings with
offsetandlimit.
Best Practices ✅
- Use this as the primary current-portfolio endpoint instead of stitching holdings and prices manually.
- Apply
filter_valuein 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.
