GET /4chan_realtime
Realtime 4chan mention rankings.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
| symbol | string | yes | Must be all_stocks. |
Behavior Notes
- Only supports the
symbol=all_stocksmode. - Responses include
timezone: "PST".
Example
curl "https://api.altindex.com/4chan_realtime?apiKey=YOUR_API_KEY&symbol=all_stocks"Response Shape
{
"status": 200,
"timezone": "PST",
"data": [
{
"display_name": "Tesla",
"ticker": "TSLA",
"mentions": 18,
"mentions_prev": 12,
"sentiment": 0.52
}
]
}