sample output — one dataset record
{
"question": "Will Bitcoin go Up or Down on August 4?",
"market_slug": "bitcoin-up-or-down-on-august-4-2026",
"outcomes": ["Up", "Down"],
"price_by_outcome": {"Up": 0.9995, "Down": 0.0005},
"best_bid": 0.999,
"best_ask": 1.0,
"spread": 0.001,
"last_trade_price": 0.999,
"volume_24h_usd": 1581410.95,
"volume_total_usd": 74636359.98,
"liquidity_usd": 23679.26,
"end_date": "2026-08-05T00:00:00Z",
"snapshot_utc": "2026-08-04T06:10:00+00:00"
}
input
{
"category": "crypto",
"min_volume_24h": 10000,
"max_markets": 100,
"include_history": false
}
Or pass market_slugs: ["…"] to snapshot an exact watchlist. History mode adds a price series per market.