Ens list

Get All Ens with Subname count

get
/ens/v1/subname/ens-list

Get All Ens with Subname count

Query parameters
chainIdnumberRequired

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

Example: 1
pagenumberOptional

The page number (defaults to 1)

Example: 1
limitnumberOptional

The number of items per page (defaults to 20)

Example: 20
orderBystringOptional

The field to order by

Example: subnameCount
orderDirectionstringOptional

The direction to order by

Example: asc
Responses
200

Ens were fetched successfully.

application/json
get
/ens/v1/subname/ens-list
200

Ens were fetched successfully.

Was this helpful?