Struct crypto_rest_client::BinanceLinearRestClient [−][src]
pub struct BinanceLinearRestClient { /* fields omitted */ }Expand description
Binance USDT-margined Future and Swap market.
- REST API doc: https://binance-docs.github.io/apidocs/futures/en/
- Trading at: https://www.binance.com/en/futures/BTC_USDT
- Rate Limits: https://binance-docs.github.io/apidocs/futures/en/#limits
- 2400 request weight per minute
Implementations
Get compressed, aggregate trades.
Equivalent to /fapi/v1/aggTrades with limit=1000
For example:
Get a Level2 snapshot of orderbook.
Equivalent to /fapi/v1/depth with limit=1000
For example:
Auto Trait Implementations
impl RefUnwindSafe for BinanceLinearRestClient
impl Send for BinanceLinearRestClient
impl Sync for BinanceLinearRestClient
impl Unpin for BinanceLinearRestClient
impl UnwindSafe for BinanceLinearRestClient
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more