Get Address Score
get multi addresses score
POST
https://api.block.info/kyt/v1/addresses
The request body is a JSON array where each element is a JSON object with the fields shown below.
Request Body
Name
Type
Description
asset*
String
current support asset: btc, eth, ltc, arb, bsc, trx, avaxc
address*
String
valid address
Request Example:
curl -H 'content-type:application/json' -H 'Token:#your_token_key' -X POST --data '[{"asset":"eth","address": "0xf16e9b0d03470827a95cdfd0cb8a8a3b46969b91"}]' 'https://api.block.info/kyt/v1/addresses'
Response
{"error":"","data":{"eth-0xf16e9b0d03470827a95cdfd0cb8a8a3b46969b91":{"asset":"eth","address":"0xf16e9b0d03470827a95cdfd0cb8a8a3b46969b91","tags":["exchange","kucoin"],"score":50}}}
Notice
Last updated