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/trendingNo authentication required. No query parameters.
Response
{
"data": [
{
"token": "BTC",
"name": "Bitcoin",
"mentions": 4821,
"smartMoneyMentions": 312,
"priceChange24h": 2.4
}
],
"cachedAt": "2025-01-15T10:00:00Z"
}| Field | Type | Description |
|---|---|---|
token | string | Token ticker symbol |
name | string | Full token name |
mentions | number | Total social mentions in the window |
smartMoneyMentions | number | Mentions from smart money accounts |
priceChange24h | number | 24h price change percentage |
cachedAt | string | ISO timestamp of last cache refresh |
Caching
TTL: 30 minutes — cached in Upstash Redis. Cache key: market:trending.