narrative_history
ActiveTool of com.cryptowhaleinsights/whale-insights
Get daily narrative/sector history — top crypto market sectors ranked by market cap change %, strength, and token count over up to 90 days — Daily historical narrative strength per market sector (e.g. DeFi, Layer 2, AI, Meme Coins) from CoinGecko Categories. One row per day per sector: market cap change %, strength score (0-100), token count in sector, daily rank, and top tokens. Filter by ?sector= for a single sector trend. Useful for identifying which narratives are accelerating or fading. DB-backed, 5-min cache. Powered by narrative_daily table (365d retention, permanent monthly archive).
Parameters schema
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"default": 30,
"maximum": 90,
"minimum": 1,
"description": "Number of days of history to return (1–90, default 30)."
},
"sector": {
"type": "string",
"description": "Optional sector name filter (e.g. 'Artificial Intelligence'). Returns all sectors when omitted."
}
}
}Parent server
com.cryptowhaleinsights/whale-insights
1/7 registries