Kol analytics

Get token market momentum by KOL

Retrieve token market momentum by KOL.

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

In: header

Path Parameters

xUserId*number

KOL Twitter ID

Query Parameters

chainId?string

Filter by chain ID (solana, aptos, bsc, base, sui)

Value in"solana" | "aptos" | "bsc" | "base" | "sui"
sortField?string

Field to sort by

Default"shillTime"
Value in"shillTime" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "24h" | "7d" | "weightedPerformanceScore" | "consistencyScore" | "areaUnderCurveScore" | "unifiedPerformanceScore"
sortOrder?string

Sort order (ascending or descending)

Default"DESC"
Value in"ASC" | "DESC"
startTime?number

Only include tokens shilled after this UNIX timestamp (seconds)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-business.nerox.ai/v2/x-users/1854960382097735681/tokens"
{
  "items": [
    {
      "id": 499737,
      "token_name": "NEAR",
      "token_symbol": "NEAR",
      "token_icon_url": "https://cdn.dexscreener.com/cms/images/db0f53c4510ad30cf597fdb66e9c49eece982056f55f1dac903008441b9f632c?width=800&height=800&quality=95&fit=crop&format=auto",
      "token_id": 225684,
      "token_address": "3ZLekZYq2qkZiSpnSvabjit34tUkjSwD1JFuW9as9wBG",
      "pair_address": "FhdW3Y6Ea6hXKbkGkt5YSAVtDNd5qJ8USevMaPyEr45S",
      "token_chain_id": "solana",
      "shill_timestamp": "2025-12-18T16:00:25.000Z",
      "price_init": "1.562380447892230300",
      "price_after5m": "1.562380393564565000",
      "price_after15m": "1.562380418379640800",
      "price_after30m": "1.565562585720160500",
      "price_after1h": "1.589937612001054000",
      "price_after2h": "1.525366312546368800",
      "price_after4h": "1.439483749327517200",
      "price_after6h": "1.448118551593189000",
      "price_after8h": "1.433766941170327000",
      "price_after12h": "1.471479772058823300",
      "price_after1d": "1.512085880879351600",
      "price_after7d": "1.498182353741496400",
      "weighted_performance_score": "-2.8371270681074945",
      "consistency_score": "0.3076712880805196",
      "area_under_curve_score": "-6719.8420031935075",
      "unified_performance_score": "1.9229215628551346",
      "win_rate5m": "-0.0000034772366342200544000",
      "win_rate15m": "-0.0000018889502579102754000",
      "win_rate30m": "0.203672404645305516000",
      "win_rate1h": "1.763793456708985577000",
      "win_rate2h": "-2.369085928833554937000",
      "win_rate4h": "-7.865990561422479759000",
      "win_rate6h": "-7.313320929815094820000",
      "win_rate8h": "-8.231894280001562575000",
      "win_rate12h": "-5.818088414767280577000",
      "win_rate24h": "-3.219098592838247864000",
      "win_rate7d": "-4.108992418417805802000"
    }
  ],
  "total": 1,
  "summary": {
    "win_rate5m": -0.0000034772366342200545,
    "win_rate15m": -0.0000018889502579102753,
    "win_rate30m": 0.2036724046453055,
    "win_rate1h": 1.7637934567089857,
    "win_rate2h": -2.369085928833555,
    "win_rate4h": -7.86599056142248,
    "win_rate6h": -7.313320929815095,
    "win_rate8h": -8.231894280001562,
    "win_rate12h": -5.8180884147672804,
    "win_rate24h": -3.219098592838248,
    "win_rate7d": -4.108992418417806
  }
}
{
  "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