---
title: "Perform batch resolving of list of addresses to names for blockscout backend requests"
method: POST
path: "/services/bens/api/v1/addresses:batch-resolve"
tags: ["MultichainDomains"]
---

# Perform batch resolving of list of addresses to names for blockscout backend requests

`POST /services/bens/api/v1/addresses:batch-resolve`

## Request body

- V1BatchResolveAddressesMultichainRequest
  - `addresses` string[]
  - `all_protocols` boolean — If true, search across all supported protocols and ignore `protocols`. When `chain_id` is set, the search is scoped to all protocols on that chain.
  - `chain_id` string, int64
  - `protocols` string

## Response `200`

A successful response.

- V1BatchResolveAddressNamesResponse
  - `names` object

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
