# Example config for the bounded Checkpoint 4 Polymarket order-book sample. # This file contains no secrets. The collector reads only public endpoints. discovery_path: data/discovery/polymarket_btc_markets_latest.json output_dir: data/live_sample manifest_path: data/manifests/orderbook_collector_sample_manifest.json # Keep the default sample deliberately small to avoid unnecessary endpoint load. market_limit: 2 interval_seconds: 30 duration_seconds: 300 clob_books_url: https://clob.polymarket.com/books request_timeout_seconds: 15 max_retries: 2 backoff_seconds: 2 # Do not start tracking markets too close to their end time. Default covers # the 5-minute sample duration plus a 2-minute buffer. market_end_safety_seconds: 420