/v1/suggested
StockTwits editorially suggested stream
Try it live
10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.
It works. Grab an API key and use it in your project.
Get an API keyCode snippets
curl "https://api.oanor.com/stocktwits-api/v1/suggested" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/stocktwits-api/v1/suggested", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/stocktwits-api/v1/suggested");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/stocktwits-api/v1/suggested",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"note": "StockTwits' editorially suggested stream.",
"count": 30,
"source": "StockTwits",
"messages": [
{
"id": 656363898,
"body": "$ASTS Well, Elon killed the weekly candle ( not only on this name ). Weekly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"ASTS"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:50:18Z"
},
{
"id": 656363897,
"body": "Did you buy or short the $SPCX IPO?",
"name": "Larry Thompson, CMT CPA",
"likes": null,
"symbols": [
"SPCX"
],
"username": "HostileCharts",
"sentiment": null,
"created_at": "2026-06-13T13:50:17Z"
},
{
"id": 656363880,
"body": "A VIX spike tells you people are scared. \n \nIt does not tell you fear has peaked. \n \nThat’s the trap. \n \nBuying fear is easy in hindsight. \n \nBuying fear in real time with no process is how people run out of chips.",
"name": "Larry Thompson, CMT CPA",
"likes": null,
"symbols": [],
"username": "HostileCharts",
"sentiment": null,
"created_at": "2026-06-13T13:49:35Z"
},
{
"id": 656363781,
"body": "$RGTI Channel support keeps holding. Keep that way! 🙏 Monthly chart.",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"RGTI"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:46:08Z"
},
{
"id": 656363764,
"body": "$SMR Nothing broken while key supports keep holding. \nCycles, cycles 😛 Monthly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"SMR"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:45:19Z"
},
{
"id": 656363744,
"body": "$OKLO This is my my main reference while key supports keep holding. Cycles, cycles 😛 Monthly chart",
"name": "Framus Morrigan",
"likes": null,
"symbols": [
"OKLO"
],
"username": "framus_morrigan",
"sentiment": null,
"created_at": "2026-06-13T13:44:28Z"
},
{
"id": 656363597
…