API v1 (Legacy)
Reference
GET /insights

GET /insights

Insights feed and toplists.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).
filterstringnoOptional filter, for example top.
entitystringnoOptional 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
    }
  ]
}