Ethereum ENS – Query Ethereum Name Service via API Endpoint for JSON Response

addressesdnsenseth-domain

Using the https://ens.domains/ is there a way to query the ENS name service using an API endpoint and get a JSON response? I want to be able to integrate these eth addresses into my application.

Best Answer

Cindercloud has a rest-endpoint which is specifically designed for this.

Documentation on this endpoint can be found here.

Related Topic