Shortcut questions (Chat landing)
GET /v1/shortcut-questions — Hand-authored fixed lists plus LLM-generated dynamic questions per category, used by the Chat landing page chip-row. Cat
GET /v1/shortcut-questions
Hand-authored fixed lists plus LLM-generated dynamic questions per category, used by the Chat landing page chip-row. Categories: Trending, Crypto (research / trading / DeFi / airdrop / meme), Stock (research / trading), Macro, Sentiment, Learn. Dynamic questions are regenerated on a 6-hour cadence by default (SHORTCUT_QUESTIONS_TTL_MS).
| Method | GET |
| Path | /v1/shortcut-questions |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | llm |
Response body
{ "locale": "en", "leaves": [{ "topLevel": "trending", "sub": null, "fixed": ["..."], "dynamic": ["What's pumping $BTC this week?"], "generatedAt": 1746000000000 }] }