Quickstart Guide
Get up and running with Tremor’s prediction market data terminal in just a few steps.1. Access the Dashboard
Visit tremor.sh and sign in with your account.Try Tremor
Launch the Tremor dashboard
2. Get Your API Key
Navigate to the Settings page and generate your API key for programmatic access.3. Run Your First Query
Using the Web Interface
Use the SQL editor in the dashboard to run your first query:This query returns the top 10 most traded markets on Polymarket.
Using the API
Make your first API request using curl:The query endpoint enforces a rate limit of 30 requests per minute per authenticated user or API key. If you receive a
429 response, pause briefly before retrying.4. Explore the Data
Available Tables
Use the metadata endpoints to browse the catalog:polymarket_events
Polymarket prediction markets with probabilities, volume, and liquidity
kalshi_events
Kalshi regulated prediction markets with similar metrics
Key Columns
5. Try Advanced Queries
Ready to go beyond the basics? Explore battle-tested SQL patterns—arbitrage screens, sentiment rollups, liquidity scans, and more—in our dedicated recipe collection:Query Recipes
Copy-ready SQL for common Tremor analyses.
Next Steps
API Reference
Dive into authentication, endpoints, and response formats
Features Overview
Explore dashboards, AI assistant, semantic search, and monitoring tools
Need Help?
Support
Contact our team at [email protected]