2026
2026-02-04
SDK v0.2.6 / v0.1.3 - Multi-language SDK Sync Update
- TypeScript SDK v0.2.6
- WebSocket connection stability improvements
- Fixed subscription reconnection issues
- Python SDK v0.1.3
- Async client performance optimization
- Enhanced type hints
- Go SDK v0.1.3
- Error handling improvements
- Memory usage optimization
- Rust SDK v0.1.3
- First stable release
- Complete API coverage
2026-02-03
SDK v0.2.0 - Multi-language SDK Official Release
- 🎉 Python SDK v0.1.0 officially released
- 🎉 Go SDK v0.1.0 officially released
- 🎉 Rust SDK v0.1.0 officially released
- TypeScript SDK upgraded to v0.2.x series
- Unified multi-language SDK architecture
- Complete OpenAPI client support
- WebSocket real-time data subscription
| Language | Version | Status |
|---|---|---|
| TypeScript | v0.2.4 | Stable |
| Python | v0.1.1 | Stable |
| Go | v0.1.1 | Stable |
| Rust | v0.1.1 | Stable |
2026-01-29
SDK Updates- TypeScript SDK v0.1.26
- Full KYT API support
- Webhook endpoint management API
- KYT transaction risk assessment response time improved
- Webhook signature verification documentation updated
2026-01-20
New Features- Token liquidity snapshots API (
/v1/token/{chain}/{address}/liquiditysnapshots) - Token traders tag API (
/v1/token/{chain}/{address}/traders/tag)
- TypeScript SDK v0.1.22
- Added liquidity snapshot methods
- Type definitions optimized
2026-01-15
New Features- Webhook system officially released
- Token creation notifications (
sol.token.created) - Token migration notifications (
sol.token.migrated)
- Token creation notifications (
- Webhook secret rotation API
- TypeScript SDK v0.1.20
- Webhook endpoint management
- Secret rotation methods
2026-01-04
API v1.4.0 - New Year Update
- KYA (Know Your Address) API
- Address risk assessment endpoints
- Batch address queries
- TypeScript SDK v0.1.19
- Complete KYA API support
- Batch query optimization
- Average API response time reduced by 30%
- More detailed error messages
2025
2025-12-23
Improvements- Improved Solana data coverage
- WebSocket heartbeat mechanism optimization
- Token metadata caching strategy improvements
- TypeScript SDK v0.1.15
- WebSocket reconnection logic optimization
- Heartbeat timeout configuration
2025-12-01
API v1.3.0 - KYT Official Release
- 🎉 KYT (Know Your Transaction) API officially released
- Transaction risk assessment
- Fund source tracing
- Risk alert generation
- Token developer info API (
/v1/token/{chain}/dev/{devAddress}/tokens)
- TypeScript SDK v0.1.14
- Complete KYT API support
- Risk assessment methods
- DEX quote aggregation supports more protocols
- Optimized routing algorithm for large trades
2025-10-15
New Features- Token security check API (
/v1/token/{chain}/{address}/security) - Token mint/burn history API (
/v1/token/{chain}/{address}/mintandburn) - Token creation info query (
/v1/token/{chain}/{address}/creation)
- TypeScript SDK v0.1.11
- Security check methods
- Token history queries
- Price data latency reduced to under 50ms
- K-line data supports more time periods
2025-09-27
SDK v0.1.0 - TypeScript SDK Official Release
- 🎉 TypeScript SDK v0.1.0 officially released
- Complete REST API client
- WebSocket real-time data subscription support
- Token API full support
- Wallet API full support
- DEX API full support
- Ranking API full support
- WebSocket subscription methods
2025-09-18
New Features- Wallet balance update history API
- Wallet PnL calculation API
- Batch token queries
- TypeScript SDK v0.0.12
- Wallet-related methods
- Batch query support
2025-09-08
New Features- WebSocket real-time data push officially released
- Supported subscription types:
- Token candles (
dex-token-candles) - Token stats (
dex-token-stats) - Token holders (
token-holders) - New tokens (
dex-new-token) - Wallet balance (
wallet-balance) - Wallet trades (
wallet-trade)
- Token candles (
- TypeScript SDK v0.0.7
- WebSocket client
- Auto-reconnection support
2025-09-03
New Features- DEX quote and routing API
- Token K-line data API
- Token market data API
- TypeScript SDK v0.0.4
- DEX trading methods
- K-line queries
2025-09-01
API v1.0.0 - ChainStream API Official Release
- 🎉 ChainStream API officially released
- Full Solana chain support
- Core features:
- Token info and price queries
- Token holder analysis
- DEX trading data
- Wallet balance and stats
- Ranking API
- TypeScript SDK v0.0.2
- First usable version
- Basic API support
2025-08-31
TypeScript SDK v0.0.1 - Initial Release
- TypeScript SDK first published to npm
- Package:
@chainstream-io/sdk
SDK Version Overview
Latest Versions
| SDK | Version | Release Date | Package Manager |
|---|---|---|---|
| TypeScript | v0.2.6 | 2026-02-04 | npm |
| Python | v0.1.3 | 2026-02-04 | PyPI |
| Go | v0.1.3 | 2026-02-04 | pkg.go.dev |
| Rust | v0.1.3 | 2026-02-04 | crates.io |
TypeScript SDK Version History
| Series | Range | Release Period | Description |
|---|---|---|---|
| v0.2.x | 0.2.1 - 0.2.6 | 2026-02 | Multi-language SDK unified architecture |
| v0.1.x | 0.1.4 - 0.1.26 | 2025-09 ~ 2026-01 | Feature stable versions |
| v0.0.x | 0.0.1 - 0.0.12 | 2025-08 ~ 2025-09 | Early testing versions |
Version Policy
API Versions
- Major (v1, v2): Breaking changes
- Minor (v1.1, v1.2): New features, backward compatible
- Patch (v1.1.1): Bug fixes
SDK Versions
SDKs follow Semantic Versioning (SemVer):- Major: Breaking changes
- Minor: New features
- Patch: Bug fixes
Deprecation Policy
- Deprecated endpoints retained for at least 6 months
- Deprecation warnings added to response headers
- Major changes announced 30 days in advance

