Expand description
This module provides functionality for communicating with the ecbt-binance API.
Re-exports§
pub use client::stream::BinanceWebsocket;
Modules§
- client
- This module is used to make calls to api and connect to the websockets
- model
- This module provides models that are used in the ecbt-binance module
- shared
Structs§
- Binance
- The main struct of the ecbt-binance module
- Binance
Content Error - This struct represents a ecbt-binance content error
- Binance
Credentials - This struct represents the credentials and receives the api key and api secret as parameters.
- Binance
Parameters - This struct represents the type of environment that will be used and receives a boolean and the credentials as parameters.