Struct crypto_rest_client::BithumbRestClient [−][src]
pub struct BithumbRestClient { /* fields omitted */ }Expand description
The REST client for Bithumb.
Bithumb has only Spot market.
- REST API doc: https://github.com/bithumb-pro/bithumb.pro-official-api-docs/blob/master/rest-api.md
- Trading at: https://en.bithumb.com/trade/order/BTC_KRW
- Rate Limits: https://apidocs.bithumb.com/docs/rate_limits
- 135 requests per 1 second for public APIs.
- 15 requests per 1 second for private APIs.
Implementations
Get most recent trades.
For example: https://global-openapi.bithumb.pro/openapi/v1/spot/trades?symbol=BTC-USDT
Get the latest Level2 orderbook snapshot.
For example: https://global-openapi.bithumb.pro/openapi/v1/spot/orderBook?symbol=BTC-USDT
Auto Trait Implementations
impl RefUnwindSafe for BithumbRestClient
impl Send for BithumbRestClient
impl Sync for BithumbRestClient
impl Unpin for BithumbRestClient
impl UnwindSafe for BithumbRestClient
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