Skip to content

A Dart library to easily access Binance spot and Binance futures APIs

License

Notifications You must be signed in to change notification settings

AmauryBuguet/binance_api_deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance_api

A library to easily access Binance spot and Binance futures APIs.

Without API KEY and API SECRET , all functions relative to user data or trading won't work. You also need to give the API key the proper authorizations, according to what you want to do with it (margin, futures, spot or read-only).

Getting Started

Import with import 'binance_api/binance_api.dart';

Then create an instance of BinanceAPI class (with or without api keys) and use members functions of instance.spot and instance.futures as you please.

About

A Dart library to easily access Binance spot and Binance futures APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages