API Reference binance_api v0.2.10
Modules
This library interacts with binance in a very simple way and doesn't make attempts to deserialize the results of the api into a struct.
This module constructs a request for binance using authentication information
that is set in by the opts
param
This module constructs urls for requests, it includes adding signatures to the url and encoding params onto get requests
This module helps to build orders for use with BinanceApi.place/2
and
similar APIs