Address

Get all by Address

get
/ens/v1/subname/address

Retrieves all subnames associated with an address

Query parameters
addressstringRequired

The address of the subdomain

Example: 0xb965a5f3a0fC18D84E68883ccAd508445a7917A8
chainIdnumberRequired

Chain id, we only support Ethereum Mainnet and Sepolia Testnet (1 for mainnet, 11155111 for sepolia)

Example: 11155111
isClaimedbooleanOptional

if true, will return claimed subdomain, if false, will return unclaimed subdomain, if not provided, will return all subdomains

Example: true
ensDomainsstring[]Optional

Array of ensDomains to filter the subnames by

Example: ["jan.eth"]
Responses
get
/ens/v1/subname/address
200

Subnames were fetched successfully.

Was this helpful?