Kol analytics

Get KOL score

Retrieve the score of a specific KOL.

GET
/v2/x-users/{xUserId}/score
AuthorizationBasic <token>

In: header

Path Parameters

xUserId*number

KOL Twitter ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-business.nerox.ai/v2/x-users/1854960382097735681/score"
{
  "accuracy_score": 2.7874999999999996,
  "engagement_score": 1,
  "legality_score": 2.075,
  "speed_score": 2.08,
  "score": 0.82,
  "num_shill_tokens": 219,
  "score_v2": 2.6978558710527936,
  "position_by_score_v2": 889,
  "active_score": 1.021947646294607
}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Bad Request"
}
{
  "statusCode": 401,
  "message": "Unauthorized",
  "error": "Unauthorized"
}
{
  "statusCode": 404,
  "message": "Not Found",
  "error": "Not Found"
}

Last updated on