babel_exchange 1.4.0
babel_exchange: ^1.4.0 copied to clipboard
A unified multi-exchange API client for Binance, MEXC, and Kraken. Supports REST, WebSocket, and provides a common interface across all exchanges.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add babel_exchangeWith Flutter:
$ flutter pub add babel_exchangeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
babel_exchange: ^1.4.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:babel_exchange/babel_exchange.dart';