Get Address Labels
Returns a list of labels for a given address.
https://openapi.misttrack.io/v1/address_labels
?coin=ETH
&address=0xab5801a7d398351b8be11c439e05c5b3259aec9b
&api_key=YourApiKey
Request
Response
Query Parameters
Parameter | Type | Description |
---|---|---|
coin | string | |
address | string | the address to check for address labels |
api_key | string | your api key |
Sample Response
{
"success": true,
"msg": "",
"data": {
"label_list": [
"Vitalik Buterin",
"wyorealtor.eth",
"markjameswelch.eth",
"lambo.eth"
]
}
}
Last modified 1mo ago