{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Resolve Web3 Domain API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Resolve Web3 Domain", "type": "folder" }, "items": [ { "info": { "name": "ENS lookup by address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/resolve/:address/reverse", "params": [ { "name": "address", "value": "", "type": "path", "description": "The address to be resolved" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Convert an Ethereum address to its associated ENS domain, if registered." }, { "info": { "name": "Resolve Unstoppable domain", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/resolve/:domain", "params": [ { "name": "currency", "value": "", "type": "query", "description": "The currency to query" }, { "name": "domain", "value": "", "type": "path", "description": "The domain to be resolved" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Map an Unstoppable domain to its corresponding blockchain address." }, { "info": { "name": "Resolve Address to Unstoppable domain", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/resolve/:address/domain", "params": [ { "name": "currency", "value": "", "type": "query", "description": "The currency to query" }, { "name": "address", "value": "", "type": "path", "description": "The address to be resolved" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Find the Unstoppable domain linked to a specific blockchain address." }, { "info": { "name": "ENS lookup by domain", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/resolve/ens/:domain", "params": [ { "name": "domain", "value": "", "type": "path", "description": "The domain to be resolved" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Resolve an ENS domain to its associated Ethereum address." } ] } ], "bundled": true }