Get ENS by address, or get address by ENS

Get ENS by address, or get address by ENS

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/address/ENS?address=0x690b9a9e9aa1c9db991c7721a92d351db4fac990&chain=ethereum' \
     --header 'API-KEY: your-api-key \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": "builder0x69.eth",
  "uuid": 1656857255674773500
}
Query Params
string
required
Defaults to 0x690b9a9e9aa1c9db991c7721a92d351db4fac990
string
required
Defaults to ethereum

specific the network

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*