Docs.rs
  • bitbank-api-0.2.2
    • bitbank-api 0.2.2
    • 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
      • tokio-stream ^0.1 normal
      • tokio-tungstenite ^0.18 normal
      • tokio ^1 dev
    • Versions
    • 12.99% 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

  • private::Credential
  • private::cancel_order::CancelOrder
  • private::cancel_order::Params
  • private::cancel_order::ParamsBuilder
  • private::create_order::CreateOrder
  • 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::ticker::Ticker

Enums

  • Asset
  • MakerTaker
  • OrderStatus
  • OrderType
  • Pair
  • Side
  • SortOrder
  • private::cancel_order::ParamsBuilderError
  • private::create_order::ParamsBuilderError
  • private::fetch_order::ParamsBuilderError
  • private::trade_history::ParamsBuilderError

Functions

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