Get Address Labels #
Returns a list of labels for a given address #
https://openapi.zk.me/kyt/v1/address/labels
?coin=ETH
&address=0x8894E0a0c962CB723c1976a4421c95949bE2D4E3
&api_key=YourApiKey
Parameters: #
Name | Type | Description |
---|---|---|
coin | string | The coin to check for address labels, all optional values can be found here |
address | string | The address to check for address labels |
api_key | string | Your API key |
Sample response: #
{
"code": 200,
"message": "success",
"data": {
"label_list": ["Binance", "hot"],
"label_type": "exchange"
}
}