Available

Is Subname Available

get
/ens/v1/subname/available

Checks if a username is available for a given ENS domain

Query parameters
subnamestringRequired

The subname

Example: user.justan.id
chainIdnumberRequired

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

Example: 1
Responses
200

Subname was fetched successfully.

application/json
get
/ens/v1/subname/available
200

Subname was fetched successfully.

Was this helpful?