Skip to main content

Module models

Module models 

Source
Expand description

API response models for the Binance API.

This module contains strongly-typed structs for all API responses and request payloads.

Re-exports§

pub use account::*;
pub use margin::*;
pub use market::*;
pub use wallet::*;
pub use websocket::*;

Modules§

account
Account and trading models.
margin
Margin Trading API response models.
market
Market data models.
wallet
Wallet API response models.
websocket
WebSocket event models.