Skip to main content
GET
/
api
/
v1
/
tracker
/
kya
/
address
/
basic
Retrieve Address Basic Info
curl --request GET \
  --url https://api.bitrace.io/api/v1/tracker/kya/address/basic \
  --header 'X-Access-Key: <api-key>'
{
  "success": true,
  "code": 1,
  "msg": "SUCCESS",
  "data": {
    "activeType": 2,
    "balance": {
      "USDT": 15258.233985,
      "TRX": 3708.129097
    },
    "firstInTx": {
      "time": 1706946036000,
      "hash": "6a302a668f47a130c211cdcd0e4d1ab8e909e6817b989b17faa939c22da8292d",
      "symbol": "TRX"
    },
    "firstOutTx": {
      "time": 1707159735000,
      "hash": "4996010dc51d24364b3ffba067de222f26faf953bb15fce531923732b6ceb8f8",
      "symbol": "USDT"
    },
    "mainInStatistic": {
      "symbol": "TRX",
      "contractAddr": "",
      "txCount": 1463,
      "txValue": 102615.90941
    },
    "mainOutStatistic": {
      "symbol": "TRX",
      "contractAddr": "",
      "txCount": 3253,
      "txValue": 10352.595733
    },
    "stableOutStatistic": {
      "symbol": "USDT",
      "contractAddr": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
      "txCount": 3251,
      "txValue": 8851064.2579
    },
    "stableInStatistic": {
      "symbol": "USDT",
      "contractAddr": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
      "txCount": 1026,
      "txValue": 8866322.491885
    }
  }
}

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 target address.

network
enum<string>
required

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

Available options:
ethereum,
eth,
tron,
btc,
bsc

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