SDKs
Official SDKs handle authentication, request building, error handling, and WebSocket management so you can focus on your application.TypeScript SDK
For Node.js, Deno, Bun, and browser applications. Full type safety with TypeScript.
Rust SDK
Native Rust client with async/await. Zero-cost abstractions over the HTTP and WebSocket APIs.
Feature Comparison
| Feature | TypeScript | Rust |
|---|---|---|
| REST client | ✅ | ✅ |
| WebSocket client | ✅ | ✅ |
| Type safety | ✅ | ✅ |
| Auto-reconnection | ✅ | ✅ |
| Compression (zlib) | ✅ | ✅ |
| Event callbacks | ✅ | ✅ |
| npm / crates.io | Coming soon | Coming soon |
No SDK? No Problem
Every endpoint works with plain HTTP. Usecurl, fetch, reqwest, or any HTTP client: