---
title: "Wallet Identity - Multiple"
method: POST
path: "/identity/v1/multiple"
tags: ["Wallet Identity"]
---

# Wallet Identity - Multiple

`POST /identity/v1/multiple`

Resolve up to 100 addresses to their identities in one request. Returns a map keyed by address; each value has the same shape as the single endpoint. Addresses with no identity are omitted.

## Request body

- object
  - `addresses` string[], required — Wallet addresses (or .sol domains) to resolve. Maximum 100; duplicates are de-duplicated.

## Response `200`

Successful response

- IdentityMultipleResponse
  - `success` boolean, required
  - `data` object, required — Map keyed by address → identity. Addresses with no identity (type=unknown) are omitted.

## 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/revisions/fcaba926a089/schema)
