# 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"