Crate openlimits_binance[][src]

Expand description

This module provides functionality for communicating with the openlimits-binance API.

Re-exports

pub use client::stream::BinanceWebsocket;

Modules

This module is used to make calls to api and connect to the websockets

This module provides models that are used in the openlimits-binance module

This module cointains some auxiliar functions that are used in the openlimits-exchange module

Structs

The main struct of the openlimits-binance module

This struct represents a openlimits-binance content error

This struct represents the credentials and receives the api key and api secret as parameters.

This struct represents the type of environment that will be used and receives a boolean and the credentials as parameters.