Skip to main content
GET
Resolve cryptocurrency addresses for an ENS name
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