LICENSE
README.md
pyproject.toml
src/typed_bybit/__init__.py
src/typed_bybit/__init__.pyi
src/typed_bybit/main.py
src/typed_bybit/py.typed
src/typed_bybit/types.py
src/typed_bybit.egg-info/PKG-INFO
src/typed_bybit.egg-info/SOURCES.txt
src/typed_bybit.egg-info/dependency_links.txt
src/typed_bybit.egg-info/requires.txt
src/typed_bybit.egg-info/top_level.txt
src/typed_bybit/core/__init__.py
src/typed_bybit/core/__init__.pyi
src/typed_bybit/core/auth.py
src/typed_bybit/core/envelope.py
src/typed_bybit/core/exc.py
src/typed_bybit/core/mixin.py
src/typed_bybit/core/util.py
src/typed_bybit/core/validation.py
src/typed_bybit/core/ws.py
src/typed_bybit/http/__init__.py
src/typed_bybit/http/account/__init__.py
src/typed_bybit/http/account/batch_set_collateral.py
src/typed_bybit/http/account/borrow.py
src/typed_bybit/http/account/borrow_history.py
src/typed_bybit/http/account/coin_greeks.py
src/typed_bybit/http/account/collateral_info.py
src/typed_bybit/http/account/dcp_info.py
src/typed_bybit/http/account/fee_rate.py
src/typed_bybit/http/account/info.py
src/typed_bybit/http/account/instruments_info.py
src/typed_bybit/http/account/mmp_state.py
src/typed_bybit/http/account/no_convert_repay.py
src/typed_bybit/http/account/option_asset_info.py
src/typed_bybit/http/account/pay_info.py
src/typed_bybit/http/account/repay.py
src/typed_bybit/http/account/repay_liability.py
src/typed_bybit/http/account/reset_mmp.py
src/typed_bybit/http/account/set_collateral.py
src/typed_bybit/http/account/set_delta_mode.py
src/typed_bybit/http/account/set_margin_mode.py
src/typed_bybit/http/account/set_mmp.py
src/typed_bybit/http/account/set_price_limit.py
src/typed_bybit/http/account/set_spot_hedge.py
src/typed_bybit/http/account/smp_group.py
src/typed_bybit/http/account/trade_info_for_analysis.py
src/typed_bybit/http/account/transaction_log.py
src/typed_bybit/http/account/transferable_amount.py
src/typed_bybit/http/account/upgrade_to_unified.py
src/typed_bybit/http/account/user_setting_config.py
src/typed_bybit/http/account/wallet_balance.py
src/typed_bybit/http/affiliate/__init__.py
src/typed_bybit/http/affiliate/info.py
src/typed_bybit/http/affiliate/sub_list.py
src/typed_bybit/http/affiliate/user_list.py
src/typed_bybit/http/asset/__init__.py
src/typed_bybit/http/asset/coin_info.py
src/typed_bybit/http/asset/delivery_record.py
src/typed_bybit/http/asset/exchange_record.py
src/typed_bybit/http/asset/fund_history.py
src/typed_bybit/http/asset/portfolio_margin.py
src/typed_bybit/http/asset/settlement_record.py
src/typed_bybit/http/asset/sub_uid_list.py
src/typed_bybit/http/asset/total_members_assets.py
src/typed_bybit/http/asset/balance/__init__.py
src/typed_bybit/http/asset/balance/account_coin_balance.py
src/typed_bybit/http/asset/balance/all_balance.py
src/typed_bybit/http/asset/balance/delay_amount.py
src/typed_bybit/http/asset/balance/overview.py
src/typed_bybit/http/asset/convert/__init__.py
src/typed_bybit/http/asset/convert/coin_list.py
src/typed_bybit/http/asset/convert/confirm.py
src/typed_bybit/http/asset/convert/history.py
src/typed_bybit/http/asset/convert/quote.py
src/typed_bybit/http/asset/convert/status.py
src/typed_bybit/http/asset/convert_small_balance/__init__.py
src/typed_bybit/http/asset/convert_small_balance/coin_list.py
src/typed_bybit/http/asset/convert_small_balance/confirm.py
src/typed_bybit/http/asset/convert_small_balance/history.py
src/typed_bybit/http/asset/convert_small_balance/quote.py
src/typed_bybit/http/asset/deposit/__init__.py
src/typed_bybit/http/asset/deposit/internal_record.py
src/typed_bybit/http/asset/deposit/master_address.py
src/typed_bybit/http/asset/deposit/record.py
src/typed_bybit/http/asset/deposit/set_deposit_acct.py
src/typed_bybit/http/asset/deposit/sub_address.py
src/typed_bybit/http/asset/deposit/sub_record.py
src/typed_bybit/http/asset/deposit/submit_info.py
src/typed_bybit/http/asset/fiat_convert/__init__.py
src/typed_bybit/http/asset/fiat_convert/balance.py
src/typed_bybit/http/asset/fiat_convert/coin_list.py
src/typed_bybit/http/asset/fiat_convert/confirm.py
src/typed_bybit/http/asset/fiat_convert/notify.py
src/typed_bybit/http/asset/fiat_convert/quote.py
src/typed_bybit/http/asset/fiat_convert/reference_price.py
src/typed_bybit/http/asset/fiat_convert/trade.py
src/typed_bybit/http/asset/fiat_convert/trade_history.py
src/typed_bybit/http/asset/transfer/__init__.py
src/typed_bybit/http/asset/transfer/internal_create.py
src/typed_bybit/http/asset/transfer/internal_list.py
src/typed_bybit/http/asset/transfer/transferable_coin.py
src/typed_bybit/http/asset/transfer/universal_create.py
src/typed_bybit/http/asset/transfer/universal_list.py
src/typed_bybit/http/asset/withdraw/__init__.py
src/typed_bybit/http/asset/withdraw/address_book.py
src/typed_bybit/http/asset/withdraw/cancel.py
src/typed_bybit/http/asset/withdraw/create.py
src/typed_bybit/http/asset/withdraw/record.py
src/typed_bybit/http/asset/withdraw/vasp_list.py
src/typed_bybit/http/bot/__init__.py
src/typed_bybit/http/bot/dca/__init__.py
src/typed_bybit/http/bot/dca/close.py
src/typed_bybit/http/bot/dca/create.py
src/typed_bybit/http/bot/futures_combo/__init__.py
src/typed_bybit/http/bot/futures_combo/close.py
src/typed_bybit/http/bot/futures_combo/create.py
src/typed_bybit/http/bot/futures_combo/get_detail.py
src/typed_bybit/http/bot/futures_combo/get_limit.py
src/typed_bybit/http/bot/futures_grid/__init__.py
src/typed_bybit/http/bot/futures_grid/close.py
src/typed_bybit/http/bot/futures_grid/create.py
src/typed_bybit/http/bot/futures_grid/get_detail.py
src/typed_bybit/http/bot/futures_grid/validate_input.py
src/typed_bybit/http/bot/futures_martingale/__init__.py
src/typed_bybit/http/bot/futures_martingale/close.py
src/typed_bybit/http/bot/futures_martingale/create.py
src/typed_bybit/http/bot/futures_martingale/get_detail.py
src/typed_bybit/http/bot/futures_martingale/get_limit.py
src/typed_bybit/http/bot/spot_grid/__init__.py
src/typed_bybit/http/bot/spot_grid/close.py
src/typed_bybit/http/bot/spot_grid/create.py
src/typed_bybit/http/bot/spot_grid/get_detail.py
src/typed_bybit/http/bot/spot_grid/validate_input.py
src/typed_bybit/http/broker/__init__.py
src/typed_bybit/http/broker/api_broker/__init__.py
src/typed_bybit/http/broker/api_broker/ip_changelog.py
src/typed_bybit/http/broker/api_broker/whitelist_ip.py
src/typed_bybit/http/broker/exchange_broker/__init__.py
src/typed_bybit/http/broker/exchange_broker/account_info.py
src/typed_bybit/http/broker/exchange_broker/exchange_earning.py
src/typed_bybit/http/broker/exchange_broker/sub_deposit_record.py
src/typed_bybit/http/broker/exchange_broker/rate_limit/__init__.py
src/typed_bybit/http/broker/exchange_broker/rate_limit/query_all.py
src/typed_bybit/http/broker/exchange_broker/rate_limit/query_cap.py
src/typed_bybit/http/broker/exchange_broker/rate_limit/set.py
src/typed_bybit/http/broker/reward/__init__.py
src/typed_bybit/http/broker/reward/get_issue_voucher.py
src/typed_bybit/http/broker/reward/issue_voucher.py
src/typed_bybit/http/broker/reward/voucher.py
src/typed_bybit/http/card/__init__.py
src/typed_bybit/http/card/asset_records.py
src/typed_bybit/http/card/point/__init__.py
src/typed_bybit/http/card/point/balance.py
src/typed_bybit/http/card/point/cashback_detail.py
src/typed_bybit/http/card/point/item_list.py
src/typed_bybit/http/card/point/records.py
src/typed_bybit/http/card/point/tier.py
src/typed_bybit/http/crypto_loan/__init__.py
src/typed_bybit/http/crypto_loan/adjust_collateral.py
src/typed_bybit/http/crypto_loan/collateral_coin.py
src/typed_bybit/http/crypto_loan/loan_coin.py
src/typed_bybit/http/crypto_loan/ltv_adjust_history.py
src/typed_bybit/http/crypto_loan/max_loan_amt.py
src/typed_bybit/http/crypto_loan/position.py
src/typed_bybit/http/crypto_loan/reduce_max_collateral_amt.py
src/typed_bybit/http/crypto_loan/fixed/__init__.py
src/typed_bybit/http/crypto_loan/fixed/available_inventory.py
src/typed_bybit/http/crypto_loan/fixed/borrow.py
src/typed_bybit/http/crypto_loan/fixed/borrow_contract.py
src/typed_bybit/http/crypto_loan/fixed/borrow_market.py
src/typed_bybit/http/crypto_loan/fixed/borrow_order.py
src/typed_bybit/http/crypto_loan/fixed/cancel_borrow.py
src/typed_bybit/http/crypto_loan/fixed/cancel_supply.py
src/typed_bybit/http/crypto_loan/fixed/renew.py
src/typed_bybit/http/crypto_loan/fixed/renew_order.py
src/typed_bybit/http/crypto_loan/fixed/repay.py
src/typed_bybit/http/crypto_loan/fixed/repay_collateral.py
src/typed_bybit/http/crypto_loan/fixed/repay_history.py
src/typed_bybit/http/crypto_loan/fixed/supply.py
src/typed_bybit/http/crypto_loan/fixed/supply_market.py
src/typed_bybit/http/crypto_loan/fixed/supply_order.py
src/typed_bybit/http/crypto_loan/flexible/__init__.py
src/typed_bybit/http/crypto_loan/flexible/available_inventory.py
src/typed_bybit/http/crypto_loan/flexible/borrow.py
src/typed_bybit/http/crypto_loan/flexible/loan_orders.py
src/typed_bybit/http/crypto_loan/flexible/repay.py
src/typed_bybit/http/crypto_loan/flexible/repay_collateral.py
src/typed_bybit/http/crypto_loan/flexible/repay_orders.py
src/typed_bybit/http/crypto_loan/flexible/unpaid_loan_order.py
src/typed_bybit/http/finance/__init__.py
src/typed_bybit/http/finance/advanced_earn/__init__.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/__init__.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/create_order.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/order.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/position.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/product_info.py
src/typed_bybit/http/finance/advanced_earn/discount_buy/product_quote.py
src/typed_bybit/http/finance/advanced_earn/double_win/__init__.py
src/typed_bybit/http/finance/advanced_earn/double_win/create_order.py
src/typed_bybit/http/finance/advanced_earn/double_win/est_redeem.py
src/typed_bybit/http/finance/advanced_earn/double_win/leverage.py
src/typed_bybit/http/finance/advanced_earn/double_win/order.py
src/typed_bybit/http/finance/advanced_earn/double_win/position.py
src/typed_bybit/http/finance/advanced_earn/double_win/product_info.py
src/typed_bybit/http/finance/advanced_earn/double_win/product_quote.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/__init__.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/create_order.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/order.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/position.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/product_info.py
src/typed_bybit/http/finance/advanced_earn/dual_asset/product_quote.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/__init__.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/add_liquidity.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/add_margin.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/claim_interest.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/liquidation_records.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/order.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/position.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/product_info.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/reinvest.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/remove_liquidity.py
src/typed_bybit/http/finance/advanced_earn/liquidity_mining/yield_records.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/__init__.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/create_order.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/est_redeem.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/order.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/position.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/product_info.py
src/typed_bybit/http/finance/advanced_earn/smart_lvg/product_quote.py
src/typed_bybit/http/finance/byusdt/__init__.py
src/typed_bybit/http/finance/byusdt/history_apr.py
src/typed_bybit/http/finance/byusdt/hourly_yield.py
src/typed_bybit/http/finance/byusdt/order.py
src/typed_bybit/http/finance/byusdt/place_order.py
src/typed_bybit/http/finance/byusdt/position.py
src/typed_bybit/http/finance/byusdt/product.py
src/typed_bybit/http/finance/byusdt/yield_records.py
src/typed_bybit/http/finance/easy_onchain/__init__.py
src/typed_bybit/http/finance/easy_onchain/apr_history.py
src/typed_bybit/http/finance/easy_onchain/coupons.py
src/typed_bybit/http/finance/easy_onchain/create_order.py
src/typed_bybit/http/finance/easy_onchain/hourly_yield.py
src/typed_bybit/http/finance/easy_onchain/modify_position.py
src/typed_bybit/http/finance/easy_onchain/order_history.py
src/typed_bybit/http/finance/easy_onchain/position.py
src/typed_bybit/http/finance/easy_onchain/product_info.py
src/typed_bybit/http/finance/easy_onchain/yield_history.py
src/typed_bybit/http/finance/fixed_saving/__init__.py
src/typed_bybit/http/finance/fixed_saving/order.py
src/typed_bybit/http/finance/fixed_saving/place_order.py
src/typed_bybit/http/finance/fixed_saving/position.py
src/typed_bybit/http/finance/fixed_saving/product.py
src/typed_bybit/http/finance/fixed_saving/redeem.py
src/typed_bybit/http/finance/fixed_saving/set_auto_invest.py
src/typed_bybit/http/finance/hold_to_earn/__init__.py
src/typed_bybit/http/finance/hold_to_earn/product.py
src/typed_bybit/http/finance/hold_to_earn/yield_history.py
src/typed_bybit/http/finance/pwm/__init__.py
src/typed_bybit/http/finance/pwm/fund_transfer.py
src/typed_bybit/http/finance/pwm/query_fund_transfer_result.py
src/typed_bybit/http/finance/pwm/asset_manager/__init__.py
src/typed_bybit/http/finance/pwm/asset_manager/all_funds.py
src/typed_bybit/http/finance/pwm/asset_manager/all_order.py
src/typed_bybit/http/finance/pwm/asset_manager/create_fund.py
src/typed_bybit/http/finance/pwm/asset_manager/create_investment_plan.py
src/typed_bybit/http/finance/pwm/asset_manager/create_sub_account.py
src/typed_bybit/http/finance/pwm/asset_manager/get_investment_plan.py
src/typed_bybit/http/finance/pwm/asset_manager/manage_investment_plan.py
src/typed_bybit/http/finance/pwm/asset_manager/manage_order.py
src/typed_bybit/http/finance/pwm/asset_manager/settle_profit.py
src/typed_bybit/http/finance/pwm/customize_plan/__init__.py
src/typed_bybit/http/finance/pwm/customize_plan/create.py
src/typed_bybit/http/finance/pwm/customize_plan/product.py
src/typed_bybit/http/finance/pwm/investment_plan/__init__.py
src/typed_bybit/http/finance/pwm/investment_plan/all.py
src/typed_bybit/http/finance/pwm/investment_plan/asset_trend.py
src/typed_bybit/http/finance/pwm/investment_plan/claim.py
src/typed_bybit/http/finance/pwm/investment_plan/detail.py
src/typed_bybit/http/finance/pwm/investment_plan/fund_nav.py
src/typed_bybit/http/finance/pwm/investment_plan/invest_more.py
src/typed_bybit/http/finance/pwm/investment_plan/new_plan.py
src/typed_bybit/http/finance/pwm/investment_plan/order.py
src/typed_bybit/http/finance/pwm/investment_plan/redeem.py
src/typed_bybit/http/finance/pwm/investment_plan/subscribe.py
src/typed_bybit/http/finance/rwa/__init__.py
src/typed_bybit/http/finance/rwa/nav_chart.py
src/typed_bybit/http/finance/rwa/order.py
src/typed_bybit/http/finance/rwa/place_order.py
src/typed_bybit/http/finance/rwa/position.py
src/typed_bybit/http/finance/rwa/product.py
src/typed_bybit/http/finance/spot_x/__init__.py
src/typed_bybit/http/finance/spot_x/launchpool/__init__.py
src/typed_bybit/http/finance/spot_x/launchpool/activity_log.py
src/typed_bybit/http/finance/spot_x/launchpool/current_staking.py
src/typed_bybit/http/finance/spot_x/launchpool/project_list.py
src/typed_bybit/http/finance/spot_x/launchpool/user_history.py
src/typed_bybit/http/finance/spot_x/puzzle/__init__.py
src/typed_bybit/http/finance/spot_x/puzzle/project_list.py
src/typed_bybit/http/finance/spot_x/token_splash/__init__.py
src/typed_bybit/http/finance/spot_x/token_splash/project_list.py
src/typed_bybit/http/finance/spot_x/token_splash/user_activity_params.py
src/typed_bybit/http/institution/__init__.py
src/typed_bybit/http/institution/ip_changelog.py
src/typed_bybit/http/institution/whitelist_ip.py
src/typed_bybit/http/institutional_loan/__init__.py
src/typed_bybit/http/institutional_loan/bind_uid.py
src/typed_bybit/http/institutional_loan/coin_delta_amount.py
src/typed_bybit/http/institutional_loan/loan_info.py
src/typed_bybit/http/institutional_loan/ltv_convert.py
src/typed_bybit/http/institutional_loan/margin_coin_convert_info.py
src/typed_bybit/http/institutional_loan/margin_product_info.py
src/typed_bybit/http/institutional_loan/repay.py
src/typed_bybit/http/institutional_loan/repay_info.py
src/typed_bybit/http/market/__init__.py
src/typed_bybit/http/market/adl_alert.py
src/typed_bybit/http/market/delivery_price.py
src/typed_bybit/http/market/fee_group.py
src/typed_bybit/http/market/full_orderbook.py
src/typed_bybit/http/market/funding_history.py
src/typed_bybit/http/market/historical_volatility.py
src/typed_bybit/http/market/index_price_components.py
src/typed_bybit/http/market/index_price_kline.py
src/typed_bybit/http/market/instruments.py
src/typed_bybit/http/market/insurance.py
src/typed_bybit/http/market/kline.py
src/typed_bybit/http/market/long_short_ratio.py
src/typed_bybit/http/market/mark_price_kline.py
src/typed_bybit/http/market/new_delivery_price.py
src/typed_bybit/http/market/open_interest.py
src/typed_bybit/http/market/orderbook.py
src/typed_bybit/http/market/premium_index_price_kline.py
src/typed_bybit/http/market/price_limit.py
src/typed_bybit/http/market/recent_trades.py
src/typed_bybit/http/market/risk_limit.py
src/typed_bybit/http/market/rpi_orderbook.py
src/typed_bybit/http/market/tickers.py
src/typed_bybit/http/market/time.py
src/typed_bybit/http/position/__init__.py
src/typed_bybit/http/position/add_margin.py
src/typed_bybit/http/position/auto_add_margin.py
src/typed_bybit/http/position/closed_options_positions.py
src/typed_bybit/http/position/closed_pnl.py
src/typed_bybit/http/position/confirm_mmr.py
src/typed_bybit/http/position/futures_leverage.py
src/typed_bybit/http/position/list.py
src/typed_bybit/http/position/move_position.py
src/typed_bybit/http/position/move_position_history.py
src/typed_bybit/http/position/set_leverage.py
src/typed_bybit/http/position/switch_mode.py
src/typed_bybit/http/position/trading_stop.py
src/typed_bybit/http/pre_upgrade/__init__.py
src/typed_bybit/http/pre_upgrade/close_pnl.py
src/typed_bybit/http/pre_upgrade/delivery_record.py
src/typed_bybit/http/pre_upgrade/execution.py
src/typed_bybit/http/pre_upgrade/order_list.py
src/typed_bybit/http/pre_upgrade/settlement_record.py
src/typed_bybit/http/pre_upgrade/transaction_log.py
src/typed_bybit/http/rate_limit/__init__.py
src/typed_bybit/http/rate_limit/query.py
src/typed_bybit/http/rate_limit/query_all.py
src/typed_bybit/http/rate_limit/query_cap.py
src/typed_bybit/http/rate_limit/set.py
src/typed_bybit/http/rfq/__init__.py
src/typed_bybit/http/rfq/trade/__init__.py
src/typed_bybit/http/rfq/trade/accept_other_quote.py
src/typed_bybit/http/rfq/trade/cancel_all_quotes.py
src/typed_bybit/http/rfq/trade/cancel_all_rfq.py
src/typed_bybit/http/rfq/trade/cancel_quote.py
src/typed_bybit/http/rfq/trade/cancel_rfq.py
src/typed_bybit/http/rfq/trade/create_quote.py
src/typed_bybit/http/rfq/trade/create_rfq.py
src/typed_bybit/http/rfq/trade/execute_quote.py
src/typed_bybit/http/rfq/trade/public_trades.py
src/typed_bybit/http/rfq/trade/quote_list.py
src/typed_bybit/http/rfq/trade/quote_realtime.py
src/typed_bybit/http/rfq/trade/rfq_config.py
src/typed_bybit/http/rfq/trade/rfq_detail_list.py
src/typed_bybit/http/rfq/trade/rfq_list.py
src/typed_bybit/http/rfq/trade/rfq_realtime.py
src/typed_bybit/http/rfq/trade/trade_list.py
src/typed_bybit/http/spot_margin/__init__.py
src/typed_bybit/http/spot_margin/coinstate.py
src/typed_bybit/http/spot_margin/currency_data.py
src/typed_bybit/http/spot_margin/flexible_available_inventory.py
src/typed_bybit/http/spot_margin/get_auto_repay_mode.py
src/typed_bybit/http/spot_margin/historical_interest.py
src/typed_bybit/http/spot_margin/liability.py
src/typed_bybit/http/spot_margin/max_borrowable.py
src/typed_bybit/http/spot_margin/position_tiers.py
src/typed_bybit/http/spot_margin/repayment_available_amount.py
src/typed_bybit/http/spot_margin/set_auto_repay_mode.py
src/typed_bybit/http/spot_margin/set_leverage.py
src/typed_bybit/http/spot_margin/status.py
src/typed_bybit/http/spot_margin/switch_mode.py
src/typed_bybit/http/spot_margin/tier_collateral_ratio.py
src/typed_bybit/http/spot_margin/vip_margin_data.py
src/typed_bybit/http/spot_margin/fixedborrow/__init__.py
src/typed_bybit/http/spot_margin/fixedborrow/available_inventory.py
src/typed_bybit/http/spot_margin/fixedborrow/borrow.py
src/typed_bybit/http/spot_margin/fixedborrow/contract_info.py
src/typed_bybit/http/spot_margin/fixedborrow/order_info.py
src/typed_bybit/http/spot_margin/fixedborrow/order_quote.py
src/typed_bybit/http/spot_margin/fixedborrow/renew.py
src/typed_bybit/http/spread/__init__.py
src/typed_bybit/http/spread/market/__init__.py
src/typed_bybit/http/spread/market/instrument.py
src/typed_bybit/http/spread/market/orderbook.py
src/typed_bybit/http/spread/market/recent_trade.py
src/typed_bybit/http/spread/market/tickers.py
src/typed_bybit/http/spread/trade/__init__.py
src/typed_bybit/http/spread/trade/amend_order.py
src/typed_bybit/http/spread/trade/cancel_all_orders.py
src/typed_bybit/http/spread/trade/cancel_order.py
src/typed_bybit/http/spread/trade/create_order.py
src/typed_bybit/http/spread/trade/max_qty.py
src/typed_bybit/http/spread/trade/open_orders.py
src/typed_bybit/http/spread/trade/order_history.py
src/typed_bybit/http/spread/trade/trade_history.py
src/typed_bybit/http/strategy/__init__.py
src/typed_bybit/http/strategy/create_strategy.py
src/typed_bybit/http/strategy/order_list.py
src/typed_bybit/http/strategy/stop_strategy.py
src/typed_bybit/http/strategy/strategy_list.py
src/typed_bybit/http/tax/__init__.py
src/typed_bybit/http/tax/register_date.py
src/typed_bybit/http/tax/report_create.py
src/typed_bybit/http/tax/report_download.py
src/typed_bybit/http/tax/report_status.py
src/typed_bybit/http/trade/__init__.py
src/typed_bybit/http/trade/amend_order.py
src/typed_bybit/http/trade/batch_amend_order.py
src/typed_bybit/http/trade/batch_cancel_order.py
src/typed_bybit/http/trade/batch_place_order.py
src/typed_bybit/http/trade/cancel_all_orders.py
src/typed_bybit/http/trade/cancel_order.py
src/typed_bybit/http/trade/create_order.py
src/typed_bybit/http/trade/open_orders.py
src/typed_bybit/http/trade/order_history.py
src/typed_bybit/http/trade/pre_check_order.py
src/typed_bybit/http/trade/set_dcp.py
src/typed_bybit/http/trade/spot_borrow_quota.py
src/typed_bybit/http/trade/trade_history.py
src/typed_bybit/http/user/__init__.py
src/typed_bybit/http/user/api_key_info.py
src/typed_bybit/http/user/create_sub_api_key.py
src/typed_bybit/http/user/create_sub_uid.py
src/typed_bybit/http/user/freeze_sub_uid.py
src/typed_bybit/http/user/friend_referral.py
src/typed_bybit/http/user/fund_subuid_list.py
src/typed_bybit/http/user/list_sub_apikeys.py
src/typed_bybit/http/user/modify_master_api_key.py
src/typed_bybit/http/user/modify_sub_api_key.py
src/typed_bybit/http/user/referral_code.py
src/typed_bybit/http/user/remove_master_api_key.py
src/typed_bybit/http/user/remove_sub_api_key.py
src/typed_bybit/http/user/remove_sub_uid.py
src/typed_bybit/http/user/sign_agreement.py
src/typed_bybit/http/user/sub_uid_list.py
src/typed_bybit/http/user/sub_uid_list_paged.py
src/typed_bybit/http/user/wallet_type.py
src/typed_bybit/http/web3/__init__.py
src/typed_bybit/http/web3/lp/__init__.py
src/typed_bybit/http/web3/lp/order_list.py
src/typed_bybit/http/web3/lp/pay_token_list.py
src/typed_bybit/http/web3/lp/pay_token_price.py
src/typed_bybit/http/web3/lp/pool_info.py
src/typed_bybit/http/web3/lp/pool_list.py
src/typed_bybit/http/web3/lp/position_list.py
src/typed_bybit/http/web3/lp/redeem.py
src/typed_bybit/http/web3/lp/stake.py
src/typed_bybit/http/web3/prediction/__init__.py
src/typed_bybit/http/web3/prediction/buy.py
src/typed_bybit/http/web3/prediction/engine_status.py
src/typed_bybit/http/web3/prediction/event_detail.py
src/typed_bybit/http/web3/prediction/order_book.py
src/typed_bybit/http/web3/prediction/order_estimate.py
src/typed_bybit/http/web3/prediction/order_list.py
src/typed_bybit/http/web3/prediction/pay_token_list.py
src/typed_bybit/http/web3/prediction/portfolio_summary.py
src/typed_bybit/http/web3/prediction/position_history.py
src/typed_bybit/http/web3/prediction/position_list.py
src/typed_bybit/http/web3/prediction/price_history.py
src/typed_bybit/http/web3/prediction/sell.py
src/typed_bybit/http/web3/prediction/side_market_list.py
src/typed_bybit/http/web3/prediction/token_price.py
src/typed_bybit/http/web3/prediction/sports/__init__.py
src/typed_bybit/http/web3/prediction/sports/group_stage_detail.py
src/typed_bybit/http/web3/prediction/sports/match_list.py
src/typed_bybit/http/web3/prediction/sports/timeline_stages.py
src/typed_bybit/http/web3/trade/__init__.py
src/typed_bybit/http/web3/trade/asset_detail.py
src/typed_bybit/http/web3/trade/asset_list.py
src/typed_bybit/http/web3/trade/biz_token_details.py
src/typed_bybit/http/web3/trade/biz_token_list.py
src/typed_bybit/http/web3/trade/biz_token_price_list.py
src/typed_bybit/http/web3/trade/order_list.py
src/typed_bybit/http/web3/trade/pay_token_list.py
src/typed_bybit/http/web3/trade/trade_purchase.py
src/typed_bybit/http/web3/trade/trade_quote.py
src/typed_bybit/http/web3/trade/trade_redeem.py
src/typed_bybit/ws/__init__.py
src/typed_bybit/ws/finance/__init__.py
src/typed_bybit/ws/finance/advanced_earn/__init__.py
src/typed_bybit/ws/finance/advanced_earn/websocket/__init__.py
src/typed_bybit/ws/finance/advanced_earn/websocket/discount_buy_offer.py
src/typed_bybit/ws/finance/advanced_earn/websocket/double_win_offer.py
src/typed_bybit/ws/finance/advanced_earn/websocket/dual_asset_offer.py
src/typed_bybit/ws/finance/advanced_earn/websocket/smart_lvg_offer.py
src/typed_bybit/ws/private/__init__.py
src/typed_bybit/ws/private/dcp.py
src/typed_bybit/ws/private/execution.py
src/typed_bybit/ws/private/fast_execution.py
src/typed_bybit/ws/private/greek.py
src/typed_bybit/ws/private/order.py
src/typed_bybit/ws/private/position.py
src/typed_bybit/ws/private/spread_execution.py
src/typed_bybit/ws/private/spread_order.py
src/typed_bybit/ws/private/strategy.py
src/typed_bybit/ws/private/wallet.py
src/typed_bybit/ws/public/__init__.py
src/typed_bybit/ws/public/inverse/__init__.py
src/typed_bybit/ws/public/inverse/adl_alert.py
src/typed_bybit/ws/public/inverse/all_liquidation.py
src/typed_bybit/ws/public/inverse/full_ob.py
src/typed_bybit/ws/public/inverse/insurance_pool.py
src/typed_bybit/ws/public/inverse/kline.py
src/typed_bybit/ws/public/inverse/order_price_limit.py
src/typed_bybit/ws/public/inverse/orderbook.py
src/typed_bybit/ws/public/inverse/orderbook_rpi.py
src/typed_bybit/ws/public/inverse/ticker.py
src/typed_bybit/ws/public/inverse/trade.py
src/typed_bybit/ws/public/linear/__init__.py
src/typed_bybit/ws/public/linear/adl_alert.py
src/typed_bybit/ws/public/linear/all_liquidation.py
src/typed_bybit/ws/public/linear/full_ob.py
src/typed_bybit/ws/public/linear/insurance_pool.py
src/typed_bybit/ws/public/linear/kline.py
src/typed_bybit/ws/public/linear/order_price_limit.py
src/typed_bybit/ws/public/linear/orderbook.py
src/typed_bybit/ws/public/linear/orderbook_rpi.py
src/typed_bybit/ws/public/linear/ticker.py
src/typed_bybit/ws/public/linear/trade.py
src/typed_bybit/ws/public/option/__init__.py
src/typed_bybit/ws/public/option/orderbook.py
src/typed_bybit/ws/public/option/ticker.py
src/typed_bybit/ws/public/option/trade.py
src/typed_bybit/ws/public/spot/__init__.py
src/typed_bybit/ws/public/spot/full_ob.py
src/typed_bybit/ws/public/spot/kline.py
src/typed_bybit/ws/public/spot/order_price_limit.py
src/typed_bybit/ws/public/spot/orderbook.py
src/typed_bybit/ws/public/spot/orderbook_rpi.py
src/typed_bybit/ws/public/spot/ticker.py
src/typed_bybit/ws/public/spot/trade.py
src/typed_bybit/ws/rfq/__init__.py
src/typed_bybit/ws/rfq/inquiry.py
src/typed_bybit/ws/rfq/public_transaction.py
src/typed_bybit/ws/rfq/quote.py
src/typed_bybit/ws/rfq/transaction.py
src/typed_bybit/ws/spread/__init__.py
src/typed_bybit/ws/spread/orderbook.py
src/typed_bybit/ws/spread/public_trade.py
src/typed_bybit/ws/spread/ticker.py
src/typed_bybit/ws/trade/__init__.py
src/typed_bybit/ws/trade/order_amend.py
src/typed_bybit/ws/trade/order_amend_batch.py
src/typed_bybit/ws/trade/order_cancel.py
src/typed_bybit/ws/trade/order_cancel_batch.py
src/typed_bybit/ws/trade/order_create.py
src/typed_bybit/ws/trade/order_create_batch.py
src/typed_bybit/ws/trade/ping.py