v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
MultichainDomains

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

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

Query parameters

addressstring

Address of EOA or contract

chain_idstring int64
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.

resolved_toboolean

Include domains resolved to the address

owned_byboolean

Include domains owned by the address

only_activeboolean

Filtering field to remove expired domains

sortstring

Sorting field. Default is registration_date

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

Order direction. Defaut 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.