Skip to main content
GET
Resolve text records for an ENS name
Retrieve text records for an ENS name (e.g., avatar, description, keywords). Optionally filter by keys.

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

keys
string[]

Comma-separated text record keys

Example:

"avatar,com.twitter"

Response

name
string
required
Example:

"artii.eth"

texts
object[]
required