binance_api 0.0.1 copy "binance_api: ^0.0.1" to clipboard
binance_api: ^0.0.1 copied to clipboard

Dart 1 only

API interface to Binance crypto-currency exchange.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add binance_api

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

dependencies:
  binance_api: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:binance_api/binance_api.dart';
0
likes
25
pub points
8%
popularity

Publisher

unverified uploader

API interface to Binance crypto-currency exchange.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on binance_api