Get Address Counterparty #
Returns counterparty analysis results for a given address. #
https://openapi.zk.me/kyt/v1/address/counterparty
?coin=ETH
&address=0xab5801a7d398351b8be11c439e05c5b3259aec9b
&api_key=YourApiKey
&mch_no=YourMchNo
Parameters: #
Name | Type | Description |
---|---|---|
coin | string | The coin to check for address overview, all optional values can be found here |
address | string | The address to check for overview datas |
api_key | string | Your API key |
mch_no | string | Your merchant number |
Sample response: #
{
"code": 200,
"message": "success",
"data": [
{
"amount": 4150484.508,
"name": "Uniswap",
"percent": 49.7
},
{
"amount": 2168062.159,
"name": "Multichain",
"percent": 25.961
},
{
"amount": 2024879.354,
"name": "Tornado.Cash",
"percent": 24.247
},
{
"amount": 4541.034,
"name": "Unknown",
"percent": 0.054
},
{
"amount": 1923.578,
"name": "SushiSwap",
"percent": 0.023
},
{
"amount": 972.055,
"name": "sideshift.ai",
"percent": 0.012
},
{
"amount": 244.696,
"name": "Binance",
"percent": 0.003
}
]
}
The API response data is suitable for display in a pie chart, as shown in the following figure.