Get all the identity tag of an address

Get all the identity tag of an eoa/contract address

Log in to see full request history

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 }
Query Params
string
required
Defaults to 0x690b9a9e9aa1c9db991c7721a92d351db4fac990
string
required
Defaults to ethereum

specific the network

Response

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