List of all items
Structs
- api::account::AccountService
- api::market::GetDeliveryPriceParams
- api::market::GetFundingRateHistoryParams
- api::market::GetHistoricalVolatilityParams
- api::market::GetInstrumentsInfoParams
- api::market::GetKlineParams
- api::market::GetLongShortRatioParams
- api::market::GetOpenInterestParams
- api::market::GetOrderbookParams
- api::market::GetPublicTradingHistoryParams
- api::market::GetRiskLimitParams
- api::market::GetTickersParams
- api::market::MarketService
- api::position::PositionService
- api::trade::TradeService
- client::BybitClient
- client::BybitClientBuilder
- config::ClientConfig
- error::ApiResponse
- error::ListResult
- http::HttpClient
- types::Empty
- types::PaginationParams
- types::RateLimitInfo
- types::ServerTime
- types::SymbolInfo
- types::account::AccountInfo
- types::account::BorrowHistoryRecord
- types::account::BorrowHistoryResult
- types::account::CoinBalance
- types::account::CoinGreeks
- types::account::CoinGreeksResult
- types::account::CollateralInfo
- types::account::CollateralInfoResult
- types::account::FeeRate
- types::account::FeeRateResult
- types::account::GetBorrowHistoryParams
- types::account::GetCoinGreeksParams
- types::account::GetCollateralInfoParams
- types::account::GetFeeRatesParams
- types::account::GetTransactionLogParams
- types::account::GetWalletBalanceParams
- types::account::MarginModeReason
- types::account::MarginModeResult
- types::account::SetCollateralCoinParams
- types::account::SetMarginModeParams
- types::account::TransactionLog
- types::account::TransactionLogResult
- types::account::WalletBalance
- types::account::WalletBalanceResult
- types::market::DeliveryPrice
- types::market::DeliveryPriceResult
- types::market::FundingRateHistory
- types::market::FundingRateHistoryResult
- types::market::HistoricalVolatility
- types::market::InstrumentInfo
- types::market::InstrumentInfoResult
- types::market::Insurance
- types::market::InsuranceResult
- types::market::Kline
- types::market::KlineRaw
- types::market::KlineResult
- types::market::LeverageFilter
- types::market::LongShortRatio
- types::market::LongShortRatioResult
- types::market::LotSizeFilter
- types::market::OpenInterest
- types::market::OpenInterestResult
- types::market::Orderbook
- types::market::OrderbookEntry
- types::market::PriceFilter
- types::market::PublicTrade
- types::market::PublicTradeResult
- types::market::RiskLimit
- types::market::RiskLimitResult
- types::market::Ticker
- types::market::TickerResult
- types::position::AddReduceMarginParams
- types::position::ClosedPnl
- types::position::ClosedPnlListResult
- types::position::GetClosedPnlParams
- types::position::GetPositionInfoParams
- types::position::MarginOperationResult
- types::position::PositionInfo
- types::position::PositionListResult
- types::position::SetAutoAddMarginParams
- types::position::SetLeverageParams
- types::position::SetTradingStopParams
- types::position::SwitchMarginModeParams
- types::position::SwitchPositionModeParams
- types::trade::AmendOrderParams
- types::trade::BatchAmendOrderParams
- types::trade::BatchCancelOrderParams
- types::trade::BatchErrorInfo
- types::trade::BatchOperationResult
- types::trade::BatchOrderParams
- types::trade::BatchOrderResult
- types::trade::BatchRetExtInfo
- types::trade::BorrowQuotaResult
- types::trade::CancelAllOrdersParams
- types::trade::CancelAllResult
- types::trade::CancelOrderParams
- types::trade::Execution
- types::trade::ExecutionListResult
- types::trade::GetBorrowQuotaParams
- types::trade::GetExecutionListParams
- types::trade::GetOpenOrdersParams
- types::trade::GetOrderHistoryParams
- types::trade::OrderInfo
- types::trade::OrderListResult
- types::trade::OrderParams
- types::trade::OrderResult
- ws::client::WsClient
- ws::orderbook::LocalOrderbook
- ws::orderbook::PriceLevel
- ws::stream::WsStream
- ws::trade::AmendOrderRequest
- ws::trade::BatchOrderResult
- ws::trade::CancelOrderRequest
- ws::trade::CreateOrderRequest
- ws::trade::OrderResult
- ws::trade::WsTradeClient
- ws::trade::WsTradeResponse
- ws::types::CoinData
- ws::types::ExecutionData
- ws::types::ExecutionFastData
- ws::types::GreeksData
- ws::types::KlineData
- ws::types::LiquidationData
- ws::types::OrderData
- ws::types::OrderbookData
- ws::types::OrderbookEntry
- ws::types::PositionData
- ws::types::TickerData
- ws::types::TradeData
- ws::types::WalletData
- ws::types::WsOperation
- ws::types::WsOperationResponse
- ws::types::WsPong
- ws::types::WsPrivateMessage
- ws::types::WsStreamMessage
Enums
- config::ApiRegion
- config::Environment
- error::BybitError
- types::AccountType
- types::Category
- types::KlineInterval
- types::MarginMode
- types::OrderStatus
- types::OrderType
- types::PositionIdx
- types::PositionMode
- types::Side
- types::StopOrderType
- types::TimeInForce
- types::TradeMode
- types::TriggerBy
- ws::types::ConnectionState
- ws::types::WsChannel
- ws::types::WsMessage
Traits
Functions
- auth::current_timestamp_ms
- auth::sign_hmac_sha256
- auth::sign_rest_request
- auth::sign_ws_auth
- config::ws_urls::public_demo
- config::ws_urls::public_mainnet
- config::ws_urls::public_testnet
Constants
- auth::headers::API_KEY
- auth::headers::RECV_WINDOW
- auth::headers::SIGN
- auth::headers::SIGN_TYPE
- auth::headers::TIMESTAMP
- config::rest_urls::DEMO
- config::rest_urls::EU
- config::rest_urls::GE
- config::rest_urls::HK
- config::rest_urls::KZ
- config::rest_urls::MAINNET
- config::rest_urls::MAINNET_BYTICK
- config::rest_urls::NL
- config::rest_urls::TESTNET
- config::rest_urls::TK
- config::rest_urls::UAE
- config::ws_urls::PRIVATE_DEMO
- config::ws_urls::PRIVATE_MAINNET
- config::ws_urls::PRIVATE_TESTNET
- config::ws_urls::TRADE_DEMO
- config::ws_urls::TRADE_MAINNET
- config::ws_urls::TRADE_TESTNET
- error::error_codes::ACCOUNT_NOT_UNIFIED
- error::error_codes::INCORRECT_IP
- error::error_codes::INCORRECT_PERMISSIONS
- error::error_codes::INSUFFICIENT_BALANCE
- error::error_codes::INVALID_API_KEY
- error::error_codes::INVALID_SIGNATURE
- error::error_codes::IP_RATE_LIMIT
- error::error_codes::ORDER_NOT_FOUND
- error::error_codes::PARAMS_MISSING_OR_WRONG
- error::error_codes::REQUEST_TIMEOUT
- error::error_codes::SUCCESS
- error::error_codes::V5_INSUFFICIENT_BALANCE
- error::error_codes::V5_ORDER_NOT_FOUND
- error::error_codes::V5_POSITION_NOT_FOUND
- error::error_codes::V5_PRICE_OUT_OF_RANGE
- error::error_codes::V5_QTY_EXCEEDS_LIMIT
- error::error_codes::V5_REDUCE_ONLY_VIOLATION