Available SDKs
We provide official examples and helper libraries for popular languages:Python
Full-featured SDK with async support. Perfect for ML/AI strategies.
JavaScript
Works in Node.js and browsers. Great for web-based tools.
Quick Comparison
| Feature | Python | JavaScript |
|---|---|---|
| Async Support | ✅ asyncio | ✅ async/await |
| Type Hints | ✅ | ✅ TypeScript |
| Data Analysis | ✅ pandas, numpy | ⚠️ Limited |
| ML Libraries | ✅ sklearn, tensorflow | ⚠️ tensorflow.js |
| Real-time Updates | ✅ | ✅ |
Installation
Basic Usage
All SDKs follow the same pattern:1. Initialize with API Key
2. Fetch Market Data
3. Submit Indicator
Error Handling
All SDKs should handle common errors:| Status Code | Meaning | Action |
|---|---|---|
| 401 | Invalid API key | Check your credentials |
| 403 | Symbol not allowed | Request access to symbol |
| 404 | Resource not found | Check endpoint URL |
| 429 | Rate limited | Wait and retry |
| 500 | Server error | Retry with backoff |
Community SDKs
Community-maintained SDKs (not officially supported):| Language | Repository | Maintainer |
|---|---|---|
| Go | Coming soon | - |
| Rust | Coming soon | - |
| C# | Coming soon | - |
Want to create an SDK for another language? Contact us to get it listed here!