GET /insights
Insights feed and toplists.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
| filter | string | no | Optional filter, for example top. |
| entity | string | no | Optional entity filter (company or crypto). |
Example
curl "https://api.altindex.com/insights?apiKey=YOUR_API_KEY&filter=top"Response Shape
{
"status": 200,
"insights": [
{
"data_key": "reddit_mentions_2026-01-27",
"title": "Tesla is being mentioned more often...",
"name": "Tesla",
"ticker": "TSLA",
"logo": "https://altindex.com/assets/images/tickers/TSLA.jpg",
"value": 120,
"change": 10.2
}
]
}