https://openapi.zk.me/kyt/v1/address/actions
?coin=ETH
&address=0xab5801a7d398351b8be11c439e05c5b3259aec9b
&api_key=YourApiKey
&mch_no=YourMchNo
Sample response:
#
{
"code": 200,
"message": "success",
"data": {
"received_txs": [
{
"action": "DEX",
"count": 7,
"proportion": 70
},
{
"action": "Mixer",
"count": 1,
"proportion": 10
},
{
"action": "Exchange",
"count": 1,
"proportion": 10
},
{
"action": "Swap",
"count": 1,
"proportion": 10
}
],
"spent_txs": [
{
"action": "Exchange",
"count": 15,
"proportion": 57.69
},
{
"action": "DEX",
"count": 2,
"proportion": 7.69
},
{
"action": "Transfer",
"count": 9,
"proportion": 34.62
}
]
}
}
Fields:
#
Name |
Type |
Description |
received_txs |
list |
The analysis result of the incoming transaction of the target address. |
spent_txs |
list |
The analysis result of the outgoing transaction of the target address. |
The API response data is suitable for display in a pie chart, as shown in the following figure.
