From c474fdf35217d35701656959e4b52e93e42f6138 Mon Sep 17 00:00:00 2001 From: ZJZR Date: Thu, 18 Dec 2025 20:29:44 +0100 Subject: [PATCH] docs: add api rate limit note Warns users about API rate limiting. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2ef80bb..4073b9f 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## API Rate Limits + +When experimenting with the Kalshi API, be mindful of rate limits to avoid temporary access restrictions.