Skip to main content
GET
/
api
/
v1
/
tracker
/
kya
/
entities
Retrieve Entity
curl --request GET \
  --url https://api.bitrace.io/api/v1/tracker/kya/entities \
  --header 'X-Access-Key: <api-key>'
{
  "success": true,
  "code": 1,
  "msg": "SUCCESS",
  "data": {
    "time": 1714052957650,
    "address": "TZ1noC2vbh8HRjt2icUbM1E6pKbSZ83Lfc",
    "network": "tron",
    "whitelist": false,
    "contract": false,
    "entity": {
      "entityName": "Bybit User",
      "entityCode": "bybit-user",
      "entityCategory": "Exchange",
      "entityCategoryCode": "exchange"
    }
  }
}

Authorizations

X-Access-Key
string
header
required

API key authentication

Headers

Content-Type
enum<string>
default:application/json
Available options:
application/json
Accept
enum<string>
default:application/json
Available options:
application/json

Query Parameters

address
string
required

The address that you want to retrieve a entity for.

network
enum<string>
required

The supported chainns short name, ethereum tron btc bsc ... See at Supported Chains

Available options:
ethereum,
eth,
tron,
btc,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
base,
zksync,
merlin,
kaia,
iotex,
ftm,
theta,
etc,
lumia,
solana,
doge,
ltc

Response

Successful response

success
boolean

Request success or not

code
integer

Response code (1 for success, other numbers for errors)

msg
string

SUCCESS or error message

data
object