Skip to main content
POST
/
services
/
bens
/
api
/
v1
/
{chain_id}
/
addresses:batch-resolve-names
Perform batch resolving of list of address for blockscout backend requests
curl --request POST \
  --url https://api.blockscout.com/services/bens/api/v1/{chain_id}/addresses:batch-resolve-names \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "addresses": [
    "<string>"
  ]
}
'
{
  "names": {}
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string<int64>
required

The chain (network) where domain search should be done

Body

application/json
addresses
string[]

Response

A successful response.

names
object