Get Address Labels
HTTP Request
GET https://openapi.misttrack.io/v1/address_labels
?coin=ETH
&address=0x8894E0a0c962CB723c1976a4421c95949bE2D4E3
&api_key=YourApiKeyParameter
Type
Description
Field
Type
Description
{
"success": true,
"msg": "",
"data": {
"label_list": [
"Binance",
"hot"
],
"label_type": "exchange"
}
}Last updated