Run a Search
Request fields
query: Natural-language description of what you need (required)platform: Optional filter (polymarketorkalshi)limit: Defaults to 20; capped at 50min_volume: Screen out thin marketsonly_active: Return only markets still trading
Response Primer
Each result includes similarity scores plus live market metrics:similarity score (1.0 is a perfect match) to rank or threshold results.
Enrich with SQL
Once you have a shortlist, feed market identifiers into SQL queries for deeper analysis:How It Works
- Embeddings are refreshed continuously via the
railway-syncworkers. - Tremor stores vectors in ClickHouse tables (
*_market_embeddings) for sub-200 ms search latency. cosineDistancescores return similarity; Tremor converts to1 - distancebefore responding.
See the API reference for full parameter and schema details.