Crate ecbt_binance

Source
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
BinanceContentError
This struct represents a ecbt-binance content error
BinanceCredentials
This struct represents the credentials and receives the api key and api secret as parameters.
BinanceParameters
This struct represents the type of environment that will be used and receives a boolean and the credentials as parameters.