Tweet insights

Get tweets by token address

Retrieve tweets associated with a specific token address.

GET
/v2/tweets/token/{chainId}/{tokenAddress}
AuthorizationBasic <token>

In: header

Path Parameters

chainId*string

Blockchain Chain ID

Value in"solana" | "aptos" | "bsc" | "base" | "sui"
tokenAddress*string

Token Address

Query Parameters

limit?number
Default10
Range1 <= value <= 30
cursor?string
labels?array<string>
sortField?string
Default"tweetedAt"
Value in"tweetedAt" | "rankingScore" | "scoreV2"
sortOrder?string
Default"desc"

Response Body

application/json

application/json

application/json

curl -X GET "https://api-business.nerox.ai/v2/tweets/token/solana/string"
{
  "items": [
    {
      "id": 65917378,
      "content": "$trenches \n\nCalled in early on my private TG group at $48k Mcap \n\nContract Address EU1q1FfzCPG9QHZZQvy1fL7vmisWtBApMcaiaWsVpump",
      "twitter_id": "2009997776017621184",
      "tweeted_at": "2026-01-11T14:48:56.059Z",
      "bookmark_count": 1,
      "reply_count": 1,
      "retweet_count": 1,
      "favorite_count": 1,
      "quote_count": 1,
      "view_count": 1,
      "photo_urls": [
        "https://pbs.twimg.com/media/G-TyUoFXEAALnfQ.jpg"
      ],
      "x_user_id": 205193,
      "is_shill_tweet": true,
      "metadata": null,
      "created_at": "2026-01-11T14:48:56.061Z",
      "updated_at": "2026-01-11T14:48:56.061Z",
      "deleted_at": null,
      "sentiment": 1,
      "highlights": [
        {
          "id": 2395830,
          "tweet_id": 65917378,
          "token_id": 244690,
          "highlight": "EU1q1FfzCPG9QHZZQvy1fL7vmisWtBApMcaiaWsVpump",
          "chain_id": "solana",
          "tweeted_at": "2026-01-11T14:48:56.059Z",
          "is_kol": true,
          "sentiment": 2,
          "created_at": "2026-01-11T14:48:56.059Z",
          "updated_at": "2026-01-11T14:48:56.059Z",
          "deleted_at": null,
          "token": {
            "id": 244096,
            "name": "The White Pepe",
            "token_address": "HVS5knBKYJ9Xy4WCYEHCrXYJ7Noz2CWLibnMM6Sipump",
            "symbol": "WHITEPEPE",
            "icon_url": "https://cdn.nerox.ai/uploads/token-icons/j4f10irer0ezf5slwuguaadkbg4e.jpeg",
            "chain_id": "solana",
            "token_score": 28.15276496832507,
            "score": 28.15276496832507,
            "score_v2": 28.15276496832507,
            "avg_score": 28.15276496832507,
            "avg_score_v2": 2.3460637473604224,
            "change1h": 44.12,
            "change24h": 487,
            "sentiment": 2
          }
        }
      ],
      "x_user": {
        "id": 159539,
        "username": "ChinaDegen",
        "twitter_id": "175419697",
        "avatar_url": "https://cdn.nerox.ai/uploads/x-avatars/1887885878443593728/ZRg0DWxE_400x400.jpg",
        "checkmark_type": 1,
        "display_name": "dragon 中国龙 🐉",
        "follower_count": 119150,
        "description": "On-chain Signal Radar\n\nBinance: https://t.co/tf1NF7iv7A\nBybit:  https://t.co/1LjIuKygo3\nOKX: https://t.co/fwG30A1omU\nBitget: https://t.co/ovDr9mVjij",
        "following_count": 668,
        "labels": [
          "7"
        ],
        "twitter_created_at": "2024-04-22T23:24:52.000Z",
        "discovered_by": 0,
        "twitter_status": 1,
        "active_rank": 200,
        "created_at": "2025-06-30T12:25:30.943Z",
        "updated_at": "2026-01-10T00:50:23.996Z",
        "deleted_at": null,
        "statistic": {
          "id": "5435163973",
          "x_user_id": 205193,
          "smart_follower_count": 35,
          "smart_follower_mention_count": 0,
          "total_favorite": 50,
          "total_reply": 1,
          "total_quote": 5,
          "score": 0,
          "first_tweet_id": null,
          "share_score": 4.129151291512915,
          "list_score": 119150,
          "high_market_cap_score": 0,
          "early_market_cap_score": 4.07380073800738,
          "engagement_score": 4.129151291512915,
          "legality_score": 0.940959,
          "speed_score": 4.129151291512915,
          "accuracy_score": 119150,
          "ranking_score": 2.9428044280442807,
          "user_ranking": 909,
          "num_shill_tokens_last_month": 285,
          "last_shill_time": "2026-01-10T03:15:07.000Z",
          "win_rate": 0.13636363636363635,
          "lose_rate": 0.8636363636363636,
          "rug_rate": 0.7479338842975206,
          "last24h_kol_mention_count": 0,
          "score_v2": "2.4150257827867763",
          "created_at": "2026-01-10T12:00:25.393Z",
          "updated_at": "2026-01-10T15:11:08.829Z",
          "deleted_at": null,
          "active_score": 0.2860944777112442
        }
      }
    }
  ],
  "next_cursor": null
}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Bad Request"
}
{
  "statusCode": 401,
  "message": "Unauthorized",
  "error": "Unauthorized"
}

Last updated on