v0.1.0
December 2024 Initial release of Havklo SDK.Features
Core SDKKrakenClientwith builder pattern- L2 orderbook (10, 25, 100, 500, 1000 depth)
- CRC32 checksum validation
- Automatic reconnection with exponential backoff
- Circuit breaker pattern
- Event-driven architecture
- Order-level tracking
- Queue position calculation
- VWAP computation
- Fill probability estimation
- Place, amend, cancel orders
- Batch operations
- Order lifecycle tracking
kraken-wasmfor browser integrationapply_and_get()API- Same validation as native
kraken-futures-wsfor perpetuals- Funding rates, mark prices
Performance
| Operation | Latency |
|---|---|
| Best bid/ask | 1 ns |
| Spread | 3.5 ns |
| Apply delta | ~100 ns |
| L3 queue position | ~30 ns |
Crate Versions
| Crate | Version |
|---|---|
kraken-sdk | 0.1.0 |
kraken-ws | 0.1.0 |
kraken-book | 0.1.0 |
kraken-types | 0.1.0 |
kraken-auth | 0.1.0 |
kraken-futures-ws | 0.1.0 |
kraken-wasm | 0.1.0 |