You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ An unofficial Rust client library for the [Kalshi](https://kalshi.com) predictio
9
9
10
10
## Key Features
11
11
12
-
-**REST Client**: Full coverage of 84 Kalshi API endpoints including portfolio management, order operations, market data, exchange status, historical data, and RFQ (Request for Quote) communications
12
+
-**REST Client**: Full coverage of 86 Kalshi API endpoints including portfolio management, order operations, market data, exchange status, historical data, and RFQ (Request for Quote) communications
13
13
-**WebSocket Streaming**: 10 real-time channels — ticker, trade, orderbook, fill, order updates, position, RFQ/quote, order groups, market lifecycle, and multivariate
14
14
-**Batch Operations**: Rate-limited `BatchManager` with automatic chunking, retry, and per-order subaccount support
15
15
-**Orderbook Aggregation**: Live orderbook state from WebSocket delta streams with gap detection
@@ -22,7 +22,7 @@ Add to your `Cargo.toml`:
22
22
23
23
```toml
24
24
[dependencies]
25
-
kalshi-trade-rs = "0.2.0"
25
+
kalshi-trade-rs = "0.3.0"
26
26
```
27
27
28
28
Configure environment variables:
@@ -122,7 +122,7 @@ Stream RFQ events via WebSocket:
0 commit comments