---
title: "Wallet - Current Net Worth Summary (Multiple)"
method: POST
path: "/wallet/v2/net-worth-summary/multiple"
tags: ["Wallet, Networth & PnL"]
---

# Wallet - Current Net Worth Summary (Multiple)

`POST /wallet/v2/net-worth-summary/multiple`

Retrieve the current total asset value of multiple wallets. Maximum 100 wallets per request.

## Headers

- `x-chain` 'solana'

## Request body

- object
  - `wallets` string[], required

## Response `200`

JSON object containing summary networth

- 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)
