Crate openlimits_binance

Source
Expand description

This module provides functionality for communicating with the openlimits-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 openlimits-binance module
shared
This module cointains some auxiliar functions that are used in the openlimits-exchange module

Structs§

Binance
The main struct of the openlimits-binance module
BinanceContentError
This struct represents a openlimits-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.