From 31d4f789bebf25b70b1e57d5b26064294cdde94e Mon Sep 17 00:00:00 2001 From: acgzone1 Date: Fri, 9 Jan 2026 17:29:35 +0100 Subject: [PATCH] Add API usage disclaimer Adds a disclaimer about possible API changes and documentation accuracy. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ef80bb5..4f13c697 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## API Usage Disclaimer + +API endpoints, parameters, and responses may change. +Always refer to the official Kalshi documentation for the latest updates.