Token analytics

Get Top Trending Token

Retrieve the top trending token.

GET
/v2/tokens/trending
AuthorizationBasic <token>

In: header

Query Parameters

minVolume?number

Minimum volume filter

maxVolume?number

Maximum volume filter

minMarketCap?number

Minimum market cap filter

maxMarketCap?number

Maximum market cap filter

startDate?string

Start date filter (ISO 8601)

endDate?string

End date filter (ISO 8601)

cursor?string

Cursor for pagination

timeFrame?string

Time frame for data aggregation

Default"1h"
Value in"1h" | "4h" | "1d" | "1w"
limit?number

Number of items per page

Default10
Range1 <= value <= 30
chainId?string

Chain ID (solana, aptos, bsc, base, sui)

Default"solana"
Value in"solana" | "aptos" | "bsc" | "base" | "sui"
minLiquidity?number

Minimum liquidity filter

maxLiquidity?number

Maximum liquidity filter

minSmfTweeted?number

Minimum Smart Follower tweets count

maxSmfTweeted?number

Maximum Smart Follower tweets count

minMention?number

Minimum total mentions

maxMention?number

Maximum total mentions

minImpression?number

Minimum impressions

maxImpression?number

Maximum impressions

minAvgScore?number

Minimum average score

maxAvgScore?number

Maximum average score

minTotalScore?number

Minimum total score

maxTotalScore?number

Maximum total score

sortField?string

Sort field

Default"kol24hTweeted"
Value in"kol24hTweeted" | "score" | "scoreV2" | "kolTweeted"
sortOrder?string

Sort order

Default"DESC"
Value in"ASC" | "DESC"

Response Body

application/json

application/json

application/json

curl -X GET "https://api-business.nerox.ai/v2/tokens/trending"
{
  "id": 244096,
  "name": "The White Pepe",
  "token_address": "HVS5knBKYJ9Xy4WCYEHCrXYJ7Noz2CWLibnMM6Sipump",
  "dex_id": "pumpswap",
  "pool_fee": null,
  "pair_address": "7AHvKNXx95BCGita89J9LgvdENfS7feRk8L4Zztn4Cj1",
  "pair_address_dextools": "https://www.dextools.io/app/solana/pair-explorer/7AHvKNXx95BCGita89J9LgvdENfS7feRk8L4Zztn4Cj1",
  "deployer_address": "39azUYFWPz3VHgKCf3VChUwbpURdCHRxjWVowf5jUJjg",
  "lp_provider_address": "",
  "symbol": "WHITEPEPE",
  "decimals": 6,
  "icon_url": "https://cdn.nerox.ai/uploads/token-icons/j4f10irer0ezf5slwuguaadkbg4e.jpeg",
  "pair_created_at": "1767999568000",
  "is_meme": true,
  "is_move_pump": false,
  "chain_id": "solana",
  "description": null,
  "metadata": {
    "twitter_url": "https://x.com/i/communities/2009738519712084057"
  },
  "is_dead": false,
  "quote_token_id": 3277,
  "x_user_id": null,
  "ai_story": null,
  "support_status": 1,
  "mint_authority_address": null,
  "update_type": 2,
  "created_at": "2026-01-11T14:48:56.047Z",
  "updated_at": "2026-01-11T14:48:56.047Z",
  "deleted_at": null,
  "token_data": {
    "price_id": 1967644,
    "price_usd": "0.001343",
    "price_native": "0.000009826",
    "volume_h24": "4005581.1",
    "volume_h6": "984736.65",
    "volume_h1": "184502.26",
    "price_change_h1": "32.59",
    "price_change_h6": "96.54",
    "price_change_h24": "2295",
    "liquidity": "126153.61",
    "liquidity_base": "46738176",
    "liquidity_base_usd": "62769.370368",
    "liquidity_quote": "463.695",
    "liquidity_quote_usd": "63066.646885500006",
    "fdv": "1343134",
    "market_cap": "1343134",
    "total_supply": "1000000000",
    "circulating_supply": "1000000000",
    "holder": 3695,
    "buy_count": 24200,
    "sell_count": 17956,
    "buy_vol": "2012615.0978020018",
    "sell_vol": "1943349.799223498",
    "liquidity_min24h": "48037.07",
    "lp_burned_percent": "100",
    "top10_percent": "100",
    "dev_percent": "13.668655976993902",
    "market_cap_max": "1592185.379383716",
    "created_at": "2026-01-09T22:20:45.749Z",
    "updated_at": "2026-01-10T12:35:09.733Z",
    "deleted_at": null
  },
  "count_tweet": 12,
  "count_tweet1h": 0,
  "count_smf_tweeted24h": 8,
  "smart_followers": [
    {
      "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
    }
  ],
  "count_smf_tweeted": 8,
  "count_tweet_all_time": 12,
  "impression": "342",
  "mention": "5",
  "score": 12.880000000000003,
  "score_v2": 112.21906697986172,
  "avg_score": 0.25760000000000005,
  "avg_score_v2": 2.3378972287471194,
  "market_cap": "1343134",
  "liquidity": "126153.61",
  "holder": 3695,
  "lp_burned_percent": "100",
  "top10_percent": "13.668655976993902",
  "dev_percent": "1.3332651982417",
  "sentiment": {
    "bullish": 6,
    "neutral": 6,
    "bearish": 0
  }
}
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Bad Request"
}
{
  "statusCode": 401,
  "message": "Unauthorized",
  "error": "Unauthorized"
}

Last updated on