---
title: "Wallet - Portfolio (V2)"
method: GET
path: "/wallet/v2/current-net-worth"
tags: ["Wallet, Networth & PnL"]
---

# Wallet - Portfolio (V2)

`GET /wallet/v2/current-net-worth`

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

## Query parameters

- `wallet` string, required
- `filter_value` number
- `sort_by` 'value'
- `flags` string[]
- `sort_type` 'desc' | 'asc', required
- `limit` integer
- `offset` integer

## Headers

- `x-chain` 'solana'

## Response `200`

JSON object containing portfolio of an address

- CommonResponseType
  - `success` boolean, required
  - `data` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/birdeye/apis/birdeye-data-api.md) · [All operations](https://skmtc.net/birdeye/apis/birdeye-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/birdeye/birdeye-data-api/versions/fcaba926a089/schema)
