API ReferenceMarketGET /trending

GET /api/market/trending

Returns the top trending tokens ranked by smart money social activity, sourced from the Elfa API.

Request

GET https://api-nekosinga.vercel.app/api/market/trending

No authentication required. No query parameters.

Response

{
  "data": [
    {
      "token": "BTC",
      "name": "Bitcoin",
      "mentions": 4821,
      "smartMoneyMentions": 312,
      "priceChange24h": 2.4
    }
  ],
  "cachedAt": "2025-01-15T10:00:00Z"
}
FieldTypeDescription
tokenstringToken ticker symbol
namestringFull token name
mentionsnumberTotal social mentions in the window
smartMoneyMentionsnumberMentions from smart money accounts
priceChange24hnumber24h price change percentage
cachedAtstringISO timestamp of last cache refresh

Caching

TTL: 30 minutes — cached in Upstash Redis. Cache key: market:trending.