---
title: "Get detailed information about main address of requested name"
method: GET
path: "/services/bens/api/v1/addresses/{address}"
tags: ["MultichainDomains"]
---

# Get detailed information about main address of requested name

`GET /services/bens/api/v1/addresses/{address}`

## Path parameters

- `address` string, required

## Query parameters

- `chain_id` string, int64
- `protocols` string
- `all_protocols` boolean

## Response `200`

A successful response.

- V1GetAddressResponse
  - `chain_infos` object — Map of chain id to chain-specific information.
  - `coin_balance` string — Sum of coin balances across all chains.
  - `domains` V1BasicDomainInfo[]
    - `name` string
    - `protocol` V1ProtocolInfo
      - `deployment_blockscout_base_url` string
      - `description` string
      - `docs_url` string
      - `icon_url` string
      - `id` string
      - `short_name` string
      - `title` string
      - `tld_list` string[]
  - `exchange_rate` string — Exchange rate of the cluster native coin.
  - `has_interop_message_transfers` boolean
  - `has_tokens` boolean
  - `hash` string

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