v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
MultichainDomains

Get basic info about name for ens-lookup and blockscout quick-search. Sorted by `registration_date`

get/services/bens/api/v1/domains:lookup

Query parameters

namestring

Optional. Name of domain, for example vitalik.eth. None means lookup for any name

chain_idstring int64

The chain (network) where domain search should be done

protocolsstring

comma separated list of protocol ids. Default is ENS protocol only

all_protocolsboolean

If true, search across all supported protocols and ignore protocols. When chain_id is set, the search is scoped to all protocols on that chain.

only_activeboolean

Filtering field to remove expired names

sortstring

Sorting field. Default is registration_date

order'ORDER_UNSPECIFIED' | 'ASC' | 'DESC'

Order direction. Default is DESC

page_sizeinteger

Optional. Max number of items in single response. Default is 50

page_tokenstring

Optional. Value of .pagination.page_token from previous response

Response

A successful response.