diff --git a/example_config.py b/example_config.py new file mode 100644 index 00000000..b311311e --- /dev/null +++ b/example_config.py @@ -0,0 +1,6 @@ +# Example configuration file +# Copy this file and adjust values for your own setup + +API_HOST = "https://trading-api.kalshi.com" +API_KEY_ID = "YOUR_API_KEY_ID" +API_PRIVATE_KEY_PATH = "path/to/private_key.pem"