get https://api.0xscope.com/v2/address/identityTag
Get all the identity tag of an eoa/contract address
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/address/identityTag?address=0x690b9a9e9aa1c9db991c7721a92d351db4fac990&chain=ethereum' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": [
{
"address": "0x690b9a9e9aa1c9db991c7721a92d351db4fac990",
"tag": "builder0x69",
"type": "others",
"subgroup": "mev-builder"
}
],
"uuid": 1656856982415868000
}