Skip to main content
GET
/
ens
/
v2
/
reverse
/
bulk
Bulk reverse resolve addresses to ENS names
curl --request GET \
  --url https://api.resolvio.xyz/ens/v2/reverse/bulk
{
  "result": [
    {
      "hasReverseRecord": true,
      "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
      "name": "artii.eth"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt

Use this file to discover all available pages before exploring further.

Resolve multiple Ethereum addresses to their primary ENS names in a single request. Use this when you need to resolve many addresses (e.g., a list of wallet holders or transaction participants) with one API call.

Query Parameters

noCache
boolean
default:false

Skip cache and fetch fresh data

Response

result
object[]
required

Array of reverse resolution results