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-casNo 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"
}| Field | Type | Description |
|---|---|---|
address | string | Contract address |
chain | string | Chain identifier (ethereum, solana, etc.) |
mentions | number | Total mentions in current window |
smartMoneyMentions | number | Mentions from smart money accounts |
firstSeenAt | string | When this CA first appeared in the index |
cachedAt | string | ISO timestamp of last cache refresh |
Caching
TTL: 30 minutes — cached in Upstash Redis. Cache key: market:trending-cas.