Documentation Index
Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
In order to scale capacity, Kalshi will be sharding trading across multiple exchange instances. There will be several updates to trading operations:- Per-exchange balances: A separate balance maintained per exchange shard. Reference
balance_breakdownfield on Get Balance. - Intra-exchange transfers: Money will be fungible across exchanges. Kalshi will provide the ability to instantly transfer between exchange instances.
- Event/market pinning: Events and markets will live on exactly one exchange. Kalshi will provide the exchange index through the
GET /eventsandGET /marketsAPIs. - Order routing: Responsibility for routing to the desired exchange instance will fall to the user via the
exchange_indexparameter on relevant endpoints.