---
title: "GET /v1/{chainName}/address/{walletAddress}/resolve_address/"
method: GET
path: "/v1/{chainName}/address/{walletAddress}/resolve_address/"
tags: ["get-resolved-address-for-registered-address"]
---

# GET /v1/{chainName}/address/{walletAddress}/resolve_address/

`GET /v1/{chainName}/address/{walletAddress}/resolve_address/`

Commonly used to resolve ENS, RNS and Unstoppable Domains addresses. Only supports the resolution of a registered domain to an address.

## Path parameters

- `chainName` string, required
- `walletAddress` string, required

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `chain_id` integer — The requested chain ID eg: `1`.
  - `chain_name` string — The requested chain name eg: `eth-mainnet`.
  - `items` object[] — List of response items.
    - `address` string — The requested address.
    - `name` string

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
