KYT API Integration

Before initiating the request to obtain the status, please visit zkMe OpenAPI

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

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

Get Risk Score

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

Get Transactions Investigation

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

Last updated