Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# FAQ

## Where is the Kalshi client initialized?
The client is typically created by importing the `KalshiClient` class and
instantiating it with API credentials inside your script.

## Do I need real API keys to start?
No. You can read and understand the code structure without API keys.
Keys are only required for authenticated requests.

## Where should I add my own scripts?
Create new Python files in the root directory or inside an `examples/`
folder to keep custom logic separate from the library code.

## Is this repository production-ready?
This repository is intended as starter code and reference implementation,
not a production SDK.