Struct crypto_rest_client::GateSwapRestClient [−][src]
pub struct GateSwapRestClient { /* fields omitted */ }Expand description
The RESTful client for Gate Swap markets.
- RESTful API doc: https://www.gate.io/docs/apiv4/en/index.html#futures
- Trading at: https://www.gateio.pro/cn/futures_trade/USDT/BTC_USDT
- Rate Limits: https://www.gate.io/docs/apiv4/en/index.html#frequency-limit-rule
- 300 read operations per IP per second
Implementations
Get the latest Level2 snapshot of orderbook.
Top 200 asks and bids are returned.
For example:
Auto Trait Implementations
impl RefUnwindSafe for GateSwapRestClient
impl Send for GateSwapRestClient
impl Sync for GateSwapRestClient
impl Unpin for GateSwapRestClient
impl UnwindSafe for GateSwapRestClient
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