Dashboard

Free
API Keys
Queries Today
Total Queries
Member Since

API Keys

Loading...

Market Intelligence

Loading...
Loading top movers...
Recorder:
Data:
Version: 0.3.0

Market Explorer

Loading trending markets...
Select a market from the left to visualize
orderbook depth, YES/NO probabilities,
and price history.
Raw API Explorer
Pick an endpoint and hit Send.

Quick Start

terminal
# Get your first orderbook snapshot
curl https://api.smauglabs.com/v1/orderbook/tokens/list \
  -H "X-API-Key: your_key_here"

# Search for markets
curl "https://api.smauglabs.com/v1/events/markets/search?q=bitcoin"

# Run custom SQL
curl -X POST "https://api.smauglabs.com/v1/orderbook/query?sql=SELECT+*+FROM+orderbook_raw+LIMIT+10" \
  -H "X-API-Key: your_key_here"