Skip to main content
POST
/
api
/
v1
/
tracker
/
kya
/
risk-scores
Retrieve Bulk Risk Scores
curl --request POST \
  --url https://api.bitrace.io/api/v1/tracker/kya/risk-scores \
  --header 'Content-Type: application/json' \
  --header 'X-Access-Key: <api-key>' \
  --data '
{
  "addresses": [
    "<string>"
  ],
  "network": "ethereum",
  "customId": "<string>"
}
'
{
"success": true,
"code": 1,
"msg": "SUCCESS",
"data": {
"requestId": "26784916292200597542974738410940",
"status": 1001,
"customId": "1234567"
}
}

Bulk Risk Score Async Workflow

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

Body

application/json
addresses
string[]
required

The address array that you want to retrieve entities for. And the array limit size is 100

Maximum array length: 100
network
enum<string>
required

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

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

The identifier by user-defined, it will be included in response if provided

Response

Successful response

The success response from create a task to get risk scores by given addresses.

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