From 0ae09d0244f6e62a470e4d2977c9c3ab8d5f0c2c Mon Sep 17 00:00:00 2001 From: LENNOXT Date: Sun, 11 Jan 2026 21:09:56 +0100 Subject: [PATCH] Add API environment notes Documents basic API environment usage guidance. --- API_ENVIRONMENT_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 API_ENVIRONMENT_NOTES.md diff --git a/API_ENVIRONMENT_NOTES.md b/API_ENVIRONMENT_NOTES.md new file mode 100644 index 00000000..293ccba4 --- /dev/null +++ b/API_ENVIRONMENT_NOTES.md @@ -0,0 +1,8 @@ +# API Environment Notes + +Kalshi provides different environments for development and production. + +Make sure you are using the correct API endpoint and credentials +depending on whether you are testing or trading live. + +Always keep API keys private.