babel_exchange 1.3.0 copy "babel_exchange: ^1.3.0" to clipboard
babel_exchange: ^1.3.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_exchange

With Flutter:

 $ flutter pub add babel_exchange

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  babel_exchange: ^1.3.0

Alternatively, 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';
0
likes
150
points
34
downloads

Documentation

API reference

Publisher

verified publishermaycloud.uk

Weekly Downloads

A unified multi-exchange API client for Binance, MEXC, and Kraken. Supports REST, WebSocket, and provides a common interface across all exchanges.

Repository (GitHub)

Topics

#cryptocurrency #trading #api-client #binance #kraken

License

MIT (license)

Dependencies

crypto, http, web_socket_channel

More

Packages that depend on babel_exchange