Crate binance_api
source · [−]Expand description
Binance API provider with async support for HTTP and Websocket transport.
Macros
Structs
Configuration for the connection to API.
The error returned as a JSON from the Binance server. Errors consist of two parts: an error code and a message. Codes are universal, but messages can vary.
Enums
Aggregated crate errors.
Set of possible HTTP methods. Every variant corresponds to a single API call (combination of path and HTTP verb).
Set of possible HTTP methods. Every variant corresponds to a single API call (combination of path and HTTP verb).
Traits
Fully describes the HTTP endpoint:
Type Definitions
Specialised Result
with the global crate error.