orderbooks/config/polymarket_collector.example.yaml
philipp 284e465588
Some checks failed
deploy / deploy (push) Has been cancelled
Prepare Kubernetes orderbooks deployment
2026-04-18 11:23:28 +02:00

20 lines
736 B
YAML

# 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