Get KYT Results

Before initiating the request to obtain the status, please follow Authentication at zkMe API to get your API access parameters.

Get API Status

https://openapi.zk.me/kyt/v1/status

Get Address Labels

Returns a list of labels for a given address.

https://openapi.zk.me/kyt/v1/address/labels
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Address Actions

Returns the transaction action analysis results for a given address.

https://openapi.zk.me/kyt/v1/address/actions
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Address Counterparty

Returns the counterparty analysis results for a given address.

https://openapi.zk.me/kyt/v1/address/counterparty
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Address Overview

Returns the balance and statistics for a given address.

https://openapi.zk.me/kyt/v1/address/overview
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Address Profile

This API endpoint allows users to easily track which platforms an address has interacted with, such as exchanges, mixers, DeFi protocols, and NFT platforms. It also identifies any associated malicious events and provides additional information about the address, including used wallets, ENS names, and linked Twitter profiles.

https://openapi.zk.me/kyt/v1/address/profile
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Risk Score

Returns the risk score, risk detail list for a given address or transaction hash.

https://openapi.zk.me/kyt/v1/risk/score
   ?coin=ETH
   &address={address}
   &txid={txn hash}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Get Transactions Investigation

https://openapi.zk.me/kyt/v1/transactions/investigation
   ?coin=ETH
   &address={address}
   &api_key=YourApiKey
   &mch_no=YourMchNo

Last updated