Skip to main content
GET
/
ens
/
v2
/
addresses
/
{name}
Resolve cryptocurrency addresses for an ENS name
curl --request GET \
  --url https://api.resolvio.xyz/ens/v2/addresses/{name}
{
  "name": "artii.eth",
  "addresses": [
    {
      "coin": 60,
      "exists": true,
      "chain": "eth",
      "value": "0x179A862703a4adfb29896552DF9e307980D19285"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve cryptocurrency addresses (e.g., ETH, BTC) associated with an ENS name. Optionally filter by coin types.

Path Parameters

name
string
required

ENS name to resolve

Required string length: 6 - 256
Example:

"artii.eth"

Query Parameters

noCache
boolean
default:false

Skip cache and fetch fresh data

coins
number[]

Comma-separated coin type numbers

Example:

"60,0"

chains
string[]

Comma-separated chain names

Example:

"eth,btc,base"

Response

name
string
required
Example:

"artii.eth"

addresses
object[]
required