Docs.rs
  • bitbank-api-0.3.0
    • bitbank-api 0.3.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • akiradeveloper
    • Dependencies
      • anyhow ^1 normal
      • derive_builder ^0.12.0 normal
      • derive_more ^0.99 normal
      • futures-util ^0.3 normal
      • hex ^0.4.3 normal
      • query_params ^0.1.0 normal
      • reqwest ^0.11 normal
      • rust-crypto ^0.2.36 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • serde_with ^2 normal
      • strum ^0.24.1 normal
      • thiserror ^1.0.40 normal
      • tokio-stream ^0.1 normal
      • tokio-tungstenite ^0.18 normal
      • tokio ^1 dev
    • Versions
    • 20.49% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate bitbank_api

  • Structs
  • Enums
  • Functions
?
Change settings

List of all items

Structs

  • Pair
  • private::Credential
  • private::cancel_order::CanceledOrder
  • private::cancel_order::Params
  • private::cancel_order::ParamsBuilder
  • private::create_order::CreatedOrder
  • private::create_order::Params
  • private::create_order::ParamsBuilder
  • private::fetch_order::OrderInfo
  • private::fetch_order::Params
  • private::fetch_order::ParamsBuilder
  • private::trade_history::Params
  • private::trade_history::ParamsBuilder
  • private::trade_history::Response
  • private::trade_history::Trade
  • public::candlestick::Candlestick
  • public::candlestick::Params
  • public::candlestick::ParamsBuilder
  • public::exchange_status::ExchangeStatus
  • public::exchange_status::Params
  • public::exchange_status::ParamsBuilder
  • public::ticker::Params
  • public::ticker::ParamsBuilder
  • public::ticker::Ticker
  • stream::ticker::Params
  • stream::ticker::ParamsBuilder

Enums

  • Asset
  • MakerTaker
  • OrderStatus
  • OrderType
  • Side
  • SortOrder
  • private::cancel_order::ParamsBuilderError
  • private::create_order::ParamsBuilderError
  • private::fetch_order::ParamsBuilderError
  • private::trade_history::ParamsBuilderError
  • public::candlestick::CandleType
  • public::candlestick::ParamsBuilderError
  • public::candlestick::Period
  • public::exchange_status::ParamsBuilderError
  • public::exchange_status::Status
  • public::ticker::ParamsBuilderError
  • stream::ticker::ParamsBuilderError

Functions

  • private::cancel_order::post
  • private::create_order::post
  • private::fetch_order::get
  • private::trade_history::get
  • public::candlestick::get
  • public::exchange_status::get
  • public::ticker::get
  • stream::ticker::connect