API ReferenceMarketGET /trending-cas

GET /api/market/trending-cas

Returns trending contract addresses (CAs) being discussed by smart money accounts — useful for catching early-stage token activity before it appears on mainstream trackers.

Request

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

No authentication required. No query parameters.

Response

{
  "data": [
    {
      "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "chain": "ethereum",
      "mentions": 93,
      "smartMoneyMentions": 41,
      "firstSeenAt": "2025-01-15T07:30:00Z"
    }
  ],
  "cachedAt": "2025-01-15T10:00:00Z"
}
FieldTypeDescription
addressstringContract address
chainstringChain identifier (ethereum, solana, etc.)
mentionsnumberTotal mentions in current window
smartMoneyMentionsnumberMentions from smart money accounts
firstSeenAtstringWhen this CA first appeared in the index
cachedAtstringISO timestamp of last cache refresh

Caching

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