Skip to content

ENS Reverse Lookup REST API - Cloudflare Worker

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

cirip-io/ens-lookup

ENS Reverse Lookup Cloudflare Worker

Reverse resolution in ENS - the process of mapping from an Ethereum address (eg, 0x1234...)

Usage

Simply use a valid ENS Cirip URL to receive the ens informations:

GET

https://ens.cirip.io/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7

RESPONSE

{
  "reverseRecord": "fabien.eth",
  "domains": [
    "fabien.eth",
    "textcoin.eth",
    "fabien.sismo.eth",
    "snapback.eth",
    "devcondemo.eth"
  ]
}

About

ENS Reverse Lookup REST API - Cloudflare Worker

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Code of conduct

Stars

Watchers

Forks