Struct crypto_rest_client::KuCoinSwapRestClient [−][src]
pub struct KuCoinSwapRestClient { /* fields omitted */ }Expand description
The RESTful client for KuCoin Future and Swap markets.
- RESTful API doc: https://docs.kucoin.cc/futures
- Trading at: https://futures.kucoin.com/
- Rate Limits: https://docs.kucoin.cc/futures/#request-rate-limit
Implementations
Get the latest Level2 snapshot of orderbook.
All bids and asks are returned.
For example: https://api-futures.kucoin.com/api/v1/level2/snapshot?symbol=XBTUSDM,
Get the latest Level3 snapshot of orderbook.
All bids and asks are returned.
For example: https://api-futures.kucoin.com/api/v2/level3/snapshot?symbol=XBTUSDM,
Auto Trait Implementations
impl RefUnwindSafe for KuCoinSwapRestClient
impl Send for KuCoinSwapRestClient
impl Sync for KuCoinSwapRestClient
impl Unpin for KuCoinSwapRestClient
impl UnwindSafe for KuCoinSwapRestClient
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