v2 Data
Core data endpoints: keyword/top mentions, event summaries, token news, and trending narratives.
| Endpoints | Description |
|---|---|
| Market events | |
| Top mentions | Returns the most significant mentions for a given ticker symbol, ranked by engagement (viewCount → mentionedAt → relevance) within a specified time window. GET /v2/data/top-mentions |
| Multi keyword mentions search | Search mentions by keywords OR account name within a time period. Either `keywords` or `accountName` (or both) must be provided. GET /v2/data/keyword-mentions |
| Event summary from keyword mentions (5 credits total) | Generate event summaries based on keyword mentions within a time period. This endpoint costs 5 credits total GET /v2/data/event-summary |
| Trending narratives (5 credits total) | Get trending narratives based on Twitter mentions analysis. This endpoint costs 5 credits total GET /v2/data/trending-narratives |
| Token news mentions | Retrieve token-related news mentions. GET /v2/data/token-news |