binance_spot_plus 0.0.3 copy "binance_spot_plus: ^0.0.3" to clipboard
binance_spot_plus: ^0.0.3 copied to clipboard

Unofficial Dart wrapper for Binance SPOT API (REST endpoints + Websockets).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add binance_spot_plus

With Flutter:

 $ flutter pub add binance_spot_plus

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

dependencies:
  binance_spot_plus: ^0.0.3

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:binance_spot_plus/binance_spot_plus.dart';
0
likes
140
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

Unofficial Dart wrapper for Binance SPOT API (REST endpoints + Websockets).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, either_dart, http, web_socket_channel

More

Packages that depend on binance_spot_plus