Base URL — production:Documentation Index
Fetch the complete documentation index at: https://docs.signalium.site/llms.txt
Use this file to discover all available pages before exploring further.
https://api.signalium.site · local: http://localhost:3001
All responses are JSON. CORS is permissive (*) so the deployed web app can hit the same origin you’re testing against.
Endpoint groups
Caching strategy
The API keeps a small SQLite (apps/api/data/signalium.db) for three hot paths:
- X post metadata — fetched once via RapidAPI’s
twitter241, then served from disk. - AI proposals — written when
/posts/evaluatereturns an eligible draft, keyed by thejudgeStorageRootmerkle root that ends up on-chain. - 0G/USD price — refreshed at most every 6 hours; serves stale on upstream failure.
/markets/:address return the rich description, resolutionCriteria, and proposalDetails block that the on-chain market doesn’t carry.
