PackageTrack
Sign in Get early access

babel_binance

A comprehensive Dart wrapper for the Binance API, covering all major endpoints including Spot, Futures, Margin, and more.

0.6.8 mayankjanmejay/babel_binance

What this package is like to depend on

Last release 7 months ago

12 Jan 2026

Release timing varies

gaps range from 2 weeks to 6 months

Nearly every release is documented

notes for 9 of 9 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

9 releases · first in 2025

3 releases in the last 12 months

see the full history below

Release timeline

9 releases · Jun 2025 to Jan 2026
2026
Release Pre-release

Releases

latest 9
  1. 0.6.8 12 Jan 2026
    Release notes
    • feat: Added fromJson() factory constructors to all model classes for full serialization support
    • feat: Added toJson()/fromJson() to RateLimitConfig for configuration persistence
    • feat: Added toJson()/fromJson() to WebSocketConfig for configuration persistence
    • feat: Added fromJson() to SimpleEarnProduct, SimpleEarnPosition, SimpleEarnReward
    • feat: Added fromJson() to AutoInvestPlan, AutoInvestPlanDetail, AutoInvestSubscription, AutoInvestAsset
    • feat: Added fromJson() to FiatOrder, FiatPayment, FiatCurrency
    • feat: Added fromJson() to GiftCardToken, GiftCardRedemption, BuyCryptoBuyInfo
    • feat: Added fromJson() to VipLoanableAsset, VipCollateralAsset, VipLoanOrder, VipLoanRepayment, VipLoanAccount
    Open source →
  2. 0.6.7 12 Jan 2026
    Release notes
    • feat: Added typed WebSocket event classes with full fromJson and toJson support
    • feat: Added MiniTickerEvent, TickerEvent, KlineEvent, AggTradeEvent, TradeEvent, BookTickerEvent, DepthEvent classes
    • feat: Multi-symbol WebSocket streams via single connection using combined endpoint
    • feat: Convenience methods on Binance class: priceStream(), candleStream(), tradeStream(), bookTickerStream(), tickerStream()
    • feat: TypedBinanceWebSocket class for strongly-typed real-time data streams
    • feat: StreamType enum for type-safe stream configuration
    • feat: Testnet WebSocket support with useProductionPrices option for real market data
    • improvement: All WebSocket event classes now support serialization with toJson() method
    • example: Added typed_websocket_example.dart demonstrating multi-symbol real-time streams
    Open source →
  3. 0.6.6 29 Dec 2025
    Release notes
    • fix: Fixed type mismatch errors in rate limiter where async tryConsume() was used synchronously
    • fix: Updated RateLimiter to use synchronous tryConsumeSync() for rate limit checks
    • fix: Updated RateLimiter.reset() to use synchronous resetSync() for bucket resets
    • improvement: Better thread-safety handling in rate limiting implementation
    Open source →
  4. 0.6.5 24 Jun 2025
    Release notes
    • fix: Resolved minor linting issues in the testnet integration
    • docs: Updated README to include testnet trading as a feature
    • improvement: Enhanced testnet example for better clarity and usability
    • improvement: Improved error handling in testnet API calls
    Open source →
  5. 0.6.3 23 Jun 2025
    Release notes
    • feat: Implemented multiple API endpoint URLs with automatic failover support
    • feat: Added primary and failover endpoints for Spot API (api.binance.com → api1-4.binance.com)
    • feat: Added primary and failover endpoints for Futures USD-M API (fapi.binance.com → fapi1-3.binance.com)
    • feat: Added primary and failover endpoints for Futures COIN-M API (dapi.binance.com → dapi1-2.binance.com)
    • feat: Automatic endpoint rotation on network errors or server issues
    • feat: Smart reset to primary endpoint after successful failover recovery
    • feat: Enhanced reliability and uptime for production applications
    • feat: Added endpoint monitoring methods: availableEndpoints, currentEndpoint, primaryEndpoint
    • example: Added comprehensive endpoint failover demonstration example
    • improvement: Improved connection stability and error resilience
    • docs: Updated documentation to reflect new endpoint failover capabilities
    Open source →
  6. 0.6.2 20 Jun 2025
    Release notes
    • deps: Updated crypto dependency from ^3.0.3 to ^3.0.6
    • deps: Updated http dependency from ^1.2.1 to ^1.4.0
    • deps: Updated web_socket_channel dependency from ^2.4.0 to ^3.0.3
    • improvement: Enhanced compatibility with latest dependency versions
    • docs: Updated documentation to reflect dependency version changes
    Open source →
  7. 0.6.1 20 Jun 2025
    Release notes
    • fix: Fixed compilation errors across multiple example files
    • fix: Resolved digit separator issues in comprehensive_api_simulation_example.dart
    • fix: Fixed type casting issues with null safety in dynamic map operations
    • fix: Corrected return type mismatches in loan.dart and wallet.dart simulation methods
    • fix: Replaced non-existent API method calls with available alternatives
    • improvement: Rewrote comprehensive_api_simulation_example.dart to use only available APIs (spot, simulatedConvert, futuresUsd, margin)
    • improvement: Enhanced example to demonstrate realistic trading scenarios with proper API usage
    • test: All tests now pass successfully after compilation fixes
    • docs: Updated examples to reflect actual API capabilities and structure
    Open source →
  8. 0.5.2 20 Jun 2025
    Release notes
    • feat: Implement websockets and prepare for publishing.
    • refactor: Restructured the Spot API, separating market data endpoints into a dedicated Market class.
    • refactor: Optimized the core BinanceBase class for improved request handling.
    • test: Added a comprehensive test suite for Spot and WebSocket functionalities.
    • test: Removed hardcoded API keys from tests, now using environment variables.
    • docs: Updated README.md with new API structure and websocket usage.
    • chore: Added LICENSE file and updated pubspec.yaml for publishing.
    Open source →
  9. 0.5.1 19 Jun 2025
    Release notes
    • Exampples and optimizations
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive