# JSON - RPC

### Resolve Address

<pre class="language-markup"><code class="lang-markup">https://rpc.ether.domains/domain/<a data-footnote-ref href="#user-content-fn-1">{DOMAIN_CHAIN}</a>/getRecord/{DOMAIN_NAME}.{DOMAIN_EXTENSION}
</code></pre>

**Examples:**

[**https://rpc.ether.domains/domain/base/getRecord/base.bns**](https://rpc.ether.domains/domain/base/getRecord/base.bns)\
[**https://rpc.ether.domains/domain/ether/getRecord/gamer.ether**](https://rpc.ether.domains/domain/ether/getRecord/gamer.ether)\
[**https://rpc.ether.domains/domain/era/getRecord/abc.era**](https://rpc.ether.domains/domain/era/getRecord/abc.ether)\
[**https://rpc.ether.domains/domain/linea/getRecord/amazon.lin**](https://rpc.ether.domains/domain/linea/getRecord/amazon.lin)\
[**https://rpc.ether.domains/domain/polygon/getRecord/tesla.pol**](https://rpc.ether.domains/domain/polygon/getRecord/tesla.pol)\
[**https://rpc.ether.domains/domain/scroll/getRecord/scroll.scroll**](https://rpc.ether.domains/domain/scroll/getRecord/scroll.scroll)\
[**https://rpc.ether.domains/domain/zora/getRecord/zora.zr**](https://rpc.ether.domains/domain/zora/getRecord/zora.zr)\
[**https://rpc.ether.domains/domain/manta/getRecord/abcd.manta**](https://rpc.ether.domains/domain/manta/getRecord/abcd.manta)

### Primary Address

```
https://rpc.ether.domains/domain/{DOMAIN_CHAIN}/getReverseRecord/{ADDRESS}
```

**Examples:**

```
https://rpc.ether.domains/domain/base/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> base.bns

https://rpc.ether.domains/domain/ether/getReverseRecord/0x74dAE0F3C527f4546fa8CE7b9cFFA6A10A9f5e00
>>> kryptos.ether

https://rpc.ether.domains/domain/era/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> era.era

https://rpc.ether.domains/domain/polygon/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> polygon.pol

https://rpc.ether.domains/domain/linea/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> linea.lin

https://rpc.ether.domains/domain/scroll/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> scroll.scroll

https://rpc.ether.domains/domain/zora/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> zora.zr

https://rpc.ether.domains/domain/manta/getReverseRecord/0xa0eDC5F03449BF8977AB0ECf5924a5126E513d4B
>>> manta.manta
```

[^1]:
