Skip to content

Get ENS Records by Account

This endpoint returns ENS Records for names that resolve to a given account (supports pagination). Supported chains: ethereum.

Parameters

Parameter Description Type
chain_id A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. string
resolved_address required The account address of the resolved address to retrieve ENS records for (supports ENS names). string
limit The maximum number of results to retrieve (default 100). string

Run

Run

curl -X GET \
    'https://api.transpose.io/ens/ens-records-by-resolved-account?chain_id=ethereum&resolved_address=0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d' \
    -H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.