SYMBOL INDEX (3068 symbols across 68 files) FILE: binance/async_client.py class AsyncClient (line 26) | class AsyncClient(BaseClient): method __init__ (line 27) | def __init__( method create (line 71) | async def create( method _init_session (line 120) | def _init_session(self) -> aiohttp.ClientSession: method close_connection (line 126) | async def close_connection(self): method _request (line 136) | async def _request( method _handle_response (line 201) | async def _handle_response(self, response: aiohttp.ClientResponse): method _request_api (line 219) | async def _request_api( method _request_futures_api (line 231) | async def _request_futures_api( method _request_futures_data_api (line 239) | async def _request_futures_data_api( method _request_futures_coin_api (line 246) | async def _request_futures_coin_api( method _request_futures_coin_data_api (line 254) | async def _request_futures_coin_data_api( method _request_options_api (line 263) | async def _request_options_api(self, method, path, signed=False, **kwa... method _request_margin_api (line 269) | async def _request_margin_api( method _request_papi_api (line 278) | async def _request_papi_api( method _request_website (line 287) | async def _request_website(self, method, path, signed=False, **kwargs)... method _get (line 291) | async def _get( method _post (line 296) | async def _post( method _put (line 301) | async def _put( method _delete (line 306) | async def _delete( method get_products (line 313) | async def get_products(self) -> Dict: method get_exchange_info (line 322) | async def get_exchange_info(self) -> Dict: method get_symbol_info (line 327) | async def get_symbol_info(self, symbol) -> Optional[Dict]: method ping (line 340) | async def ping(self) -> Dict: method get_server_time (line 345) | async def get_server_time(self) -> Dict: method get_all_tickers (line 352) | async def get_all_tickers( method get_orderbook_tickers (line 367) | async def get_orderbook_tickers(self, **params) -> Dict: method get_order_book (line 379) | async def get_order_book(self, **params) -> Dict: method get_recent_trades (line 384) | async def get_recent_trades(self, **params) -> Dict: method get_historical_trades (line 389) | async def get_historical_trades(self, **params) -> Dict: method get_aggregate_trades (line 396) | async def get_aggregate_trades(self, **params) -> Dict: method aggregate_trade_iter (line 403) | async def aggregate_trade_iter(self, symbol, start_str=None, last_id=N... method get_ui_klines (line 458) | async def get_ui_klines(self, **params) -> Dict: method get_klines (line 463) | async def get_klines(self, **params) -> Dict: method _klines (line 468) | async def _klines( method _get_earliest_valid_timestamp (line 492) | async def _get_earliest_valid_timestamp( method get_historical_klines (line 510) | async def get_historical_klines( method _historical_klines (line 530) | async def _historical_klines( method get_historical_klines_generator (line 607) | async def get_historical_klines_generator( method _historical_klines_generator (line 629) | async def _historical_klines_generator( method get_avg_price (line 693) | async def get_avg_price(self, **params): method get_ticker (line 700) | async def get_ticker(self, **params): method get_symbol_ticker (line 707) | async def get_symbol_ticker(self, **params): method get_symbol_ticker_window (line 714) | async def get_symbol_ticker_window(self, **params): method get_orderbook_ticker (line 719) | async def get_orderbook_ticker(self, **params): method create_order (line 728) | async def create_order(self, **params): method order_limit (line 735) | async def order_limit(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC, ... method order_limit_buy (line 741) | async def order_limit_buy(self, timeInForce=BaseClient.TIME_IN_FORCE_G... method order_limit_sell (line 749) | async def order_limit_sell( method order_market (line 757) | async def order_market(self, **params): method order_market_buy (line 763) | async def order_market_buy(self, **params): method order_market_sell (line 769) | async def order_market_sell(self, **params): method order_oco_buy (line 775) | async def order_oco_buy(self, **params): method order_oco_sell (line 781) | async def order_oco_sell(self, **params): method create_test_order (line 787) | async def create_test_order(self, **params): method get_order (line 792) | async def get_order(self, **params): method get_all_orders (line 797) | async def get_all_orders(self, **params): method cancel_order (line 802) | async def cancel_order(self, **params): method get_open_orders (line 807) | async def get_open_orders(self, **params): method get_open_oco_orders (line 812) | async def get_open_oco_orders(self, **params): method get_account (line 818) | async def get_account(self, **params): method get_asset_balance (line 823) | async def get_asset_balance(self, asset=None, **params): method get_my_trades (line 837) | async def get_my_trades(self, **params): method get_current_order_count (line 842) | async def get_current_order_count(self, **params): method get_prevented_matches (line 847) | async def get_prevented_matches(self, **params): method get_allocations (line 852) | async def get_allocations(self, **params): method get_system_status (line 857) | async def get_system_status(self): method get_account_status (line 862) | async def get_account_status(self, **params): method get_account_api_trading_status (line 869) | async def get_account_api_trading_status(self, **params): method get_account_api_permissions (line 878) | async def get_account_api_permissions(self, **params): method get_dust_assets (line 885) | async def get_dust_assets(self, **params): method get_dust_log (line 892) | async def get_dust_log(self, **params): method transfer_dust (line 899) | async def transfer_dust(self, **params): method get_asset_dividend_history (line 904) | async def get_asset_dividend_history(self, **params): method make_universal_transfer (line 911) | async def make_universal_transfer(self, **params): method query_universal_transfer_history (line 918) | async def query_universal_transfer_history(self, **params): method get_trade_fee (line 927) | async def get_trade_fee(self, **params): method get_asset_details (line 936) | async def get_asset_details(self, **params): method get_spot_delist_schedule (line 943) | async def get_spot_delist_schedule(self, **params): method withdraw (line 952) | async def withdraw(self, **params): method get_deposit_history (line 962) | async def get_deposit_history(self, **params): method get_withdraw_history (line 969) | async def get_withdraw_history(self, **params): method get_withdraw_history_id (line 976) | async def get_withdraw_history_id(self, withdraw_id, **params): method get_deposit_address (line 987) | async def get_deposit_address( method stream_get_listen_key (line 1001) | async def stream_get_listen_key(self): method stream_keepalive (line 1007) | async def stream_keepalive(self, listenKey): method stream_close (line 1013) | async def stream_close(self, listenKey): method get_margin_account (line 1020) | async def get_margin_account(self, **params): method get_isolated_margin_account (line 1027) | async def get_isolated_margin_account(self, **params): method enable_isolated_margin_account (line 1034) | async def enable_isolated_margin_account(self, **params): method disable_isolated_margin_account (line 1043) | async def disable_isolated_margin_account(self, **params): method get_enabled_isolated_margin_account_limit (line 1052) | async def get_enabled_isolated_margin_account_limit(self, **params): method get_margin_dustlog (line 1061) | async def get_margin_dustlog(self, **params): method get_margin_dust_assets (line 1068) | async def get_margin_dust_assets(self, **params): method transfer_margin_dust (line 1073) | async def transfer_margin_dust(self, **params): method get_cross_margin_collateral_ratio (line 1078) | async def get_cross_margin_collateral_ratio(self, **params): method get_small_liability_exchange_assets (line 1087) | async def get_small_liability_exchange_assets(self, **params): method exchange_small_liability_assets (line 1096) | async def exchange_small_liability_assets(self, **params): method get_small_liability_exchange_history (line 1105) | async def get_small_liability_exchange_history(self, **params): method get_future_hourly_interest_rate (line 1114) | async def get_future_hourly_interest_rate(self, **params): method get_margin_capital_flow (line 1123) | async def get_margin_capital_flow(self, **params): method get_margin_delist_schedule (line 1130) | async def get_margin_delist_schedule(self, **params): method get_margin_asset (line 1137) | async def get_margin_asset(self, **params): method get_margin_symbol (line 1142) | async def get_margin_symbol(self, **params): method get_margin_all_assets (line 1147) | async def get_margin_all_assets(self, **params): method get_margin_all_pairs (line 1152) | async def get_margin_all_pairs(self, **params): method create_isolated_margin_account (line 1157) | async def create_isolated_margin_account(self, **params): method get_isolated_margin_symbol (line 1166) | async def get_isolated_margin_symbol(self, **params): method get_all_isolated_margin_symbols (line 1173) | async def get_all_isolated_margin_symbols(self, **params): method get_isolated_margin_fee_data (line 1182) | async def get_isolated_margin_fee_data(self, **params): method get_isolated_margin_tier_data (line 1189) | async def get_isolated_margin_tier_data(self, **params): method margin_manual_liquidation (line 1196) | async def margin_manual_liquidation(self, **params): method toggle_bnb_burn_spot_margin (line 1203) | async def toggle_bnb_burn_spot_margin(self, **params): method get_bnb_burn_spot_margin (line 1210) | async def get_bnb_burn_spot_margin(self, **params): method get_margin_price_index (line 1217) | async def get_margin_price_index(self, **params): method transfer_margin_to_spot (line 1222) | async def transfer_margin_to_spot(self, **params): method transfer_spot_to_margin (line 1230) | async def transfer_spot_to_margin(self, **params): method transfer_isolated_margin_to_spot (line 1238) | async def transfer_isolated_margin_to_spot(self, **params): method transfer_spot_to_isolated_margin (line 1249) | async def transfer_spot_to_isolated_margin(self, **params): method create_margin_loan (line 1260) | async def create_margin_loan(self, **params): method repay_margin_loan (line 1267) | async def repay_margin_loan(self, **params): method create_margin_order (line 1274) | async def create_margin_order(self, **params): method cancel_margin_order (line 1283) | async def cancel_margin_order(self, **params): method cancel_all_open_margin_orders (line 1290) | async def cancel_all_open_margin_orders(self, **params): method set_margin_max_leverage (line 1297) | async def set_margin_max_leverage(self, **params): method get_margin_transfer_history (line 1304) | async def get_margin_transfer_history(self, **params): method get_margin_loan_details (line 1311) | async def get_margin_loan_details(self, **params): method get_margin_repay_details (line 1318) | async def get_margin_repay_details(self, **params): method get_cross_margin_data (line 1325) | async def get_cross_margin_data(self, **params): method get_margin_interest_history (line 1332) | async def get_margin_interest_history(self, **params): method get_margin_force_liquidation_rec (line 1339) | async def get_margin_force_liquidation_rec(self, **params): method get_margin_order (line 1346) | async def get_margin_order(self, **params): method get_open_margin_orders (line 1353) | async def get_open_margin_orders(self, **params): method get_all_margin_orders (line 1360) | async def get_all_margin_orders(self, **params): method get_margin_trades (line 1367) | async def get_margin_trades(self, **params): method get_max_margin_loan (line 1374) | async def get_max_margin_loan(self, **params): method get_max_margin_transfer (line 1381) | async def get_max_margin_transfer(self, **params): method create_margin_oco_order (line 1390) | async def create_margin_oco_order(self, **params): method cancel_margin_oco_order (line 1397) | async def cancel_margin_oco_order(self, **params): method get_margin_oco_order (line 1404) | async def get_margin_oco_order(self, **params): method get_open_margin_oco_orders (line 1411) | async def get_open_margin_oco_orders(self, **params): method margin_stream_get_listen_key (line 1420) | async def margin_stream_get_listen_key(self): method margin_stream_keepalive (line 1436) | async def margin_stream_keepalive(self, listenKey): method margin_stream_close (line 1452) | async def margin_stream_close(self, listenKey): method margin_create_listen_token (line 1466) | async def margin_create_listen_token(self, symbol: Optional[str] = Non... method isolated_margin_stream_get_listen_key (line 1503) | async def isolated_margin_stream_get_listen_key(self, symbol): method isolated_margin_stream_keepalive (line 1520) | async def isolated_margin_stream_keepalive(self, symbol, listenKey): method isolated_margin_stream_close (line 1536) | async def isolated_margin_stream_close(self, symbol, listenKey): method get_simple_earn_flexible_product_list (line 1554) | async def get_simple_earn_flexible_product_list(self, **params): method get_simple_earn_locked_product_list (line 1563) | async def get_simple_earn_locked_product_list(self, **params): method subscribe_simple_earn_flexible_product (line 1572) | async def subscribe_simple_earn_flexible_product(self, **params): method subscribe_simple_earn_locked_product (line 1581) | async def subscribe_simple_earn_locked_product(self, **params): method redeem_simple_earn_flexible_product (line 1590) | async def redeem_simple_earn_flexible_product(self, **params): method redeem_simple_earn_locked_product (line 1599) | async def redeem_simple_earn_locked_product(self, **params): method get_simple_earn_flexible_product_position (line 1608) | async def get_simple_earn_flexible_product_position(self, **params): method get_simple_earn_locked_product_position (line 1617) | async def get_simple_earn_locked_product_position(self, **params): method get_simple_earn_account (line 1626) | async def get_simple_earn_account(self, **params): method get_fixed_activity_project_list (line 1635) | async def get_fixed_activity_project_list(self, **params): method change_fixed_activity_to_daily_position (line 1642) | async def change_fixed_activity_to_daily_position(self, **params): method get_staking_product_list (line 1651) | async def get_staking_product_list(self, **params): method purchase_staking_product (line 1658) | async def purchase_staking_product(self, **params): method redeem_staking_product (line 1665) | async def redeem_staking_product(self, **params): method get_staking_position (line 1672) | async def get_staking_position(self, **params): method get_staking_purchase_history (line 1679) | async def get_staking_purchase_history(self, **params): method set_auto_staking (line 1686) | async def set_auto_staking(self, **params): method get_personal_left_quota (line 1693) | async def get_personal_left_quota(self, **params): method get_staking_asset_us (line 1702) | async def get_staking_asset_us(self, **params): method stake_asset_us (line 1708) | async def stake_asset_us(self, **params): method unstake_asset_us (line 1716) | async def unstake_asset_us(self, **params): method get_staking_balance_us (line 1724) | async def get_staking_balance_us(self, **params): method get_staking_history_us (line 1732) | async def get_staking_history_us(self, **params): method get_staking_rewards_history_us (line 1740) | async def get_staking_rewards_history_us(self, **params): method get_sub_account_list (line 1752) | async def get_sub_account_list(self, **params): method get_sub_account_transfer_history (line 1759) | async def get_sub_account_transfer_history(self, **params): method get_sub_account_futures_transfer_history (line 1766) | async def get_sub_account_futures_transfer_history(self, **params): method create_sub_account_futures_transfer (line 1773) | async def create_sub_account_futures_transfer(self, **params): method get_sub_account_assets (line 1780) | async def get_sub_account_assets(self, **params): method query_subaccount_spot_summary (line 1787) | async def query_subaccount_spot_summary(self, **params): method get_subaccount_deposit_address (line 1794) | async def get_subaccount_deposit_address(self, **params): method get_subaccount_deposit_history (line 1801) | async def get_subaccount_deposit_history(self, **params): method get_subaccount_futures_margin_status (line 1808) | async def get_subaccount_futures_margin_status(self, **params): method enable_subaccount_margin (line 1815) | async def enable_subaccount_margin(self, **params): method get_subaccount_margin_details (line 1822) | async def get_subaccount_margin_details(self, **params): method get_subaccount_margin_summary (line 1829) | async def get_subaccount_margin_summary(self, **params): method enable_subaccount_futures (line 1836) | async def enable_subaccount_futures(self, **params): method get_subaccount_futures_details (line 1843) | async def get_subaccount_futures_details(self, **params): method get_subaccount_futures_summary (line 1850) | async def get_subaccount_futures_summary(self, **params): method get_subaccount_futures_positionrisk (line 1857) | async def get_subaccount_futures_positionrisk(self, **params): method make_subaccount_futures_transfer (line 1864) | async def make_subaccount_futures_transfer(self, **params): method make_subaccount_margin_transfer (line 1871) | async def make_subaccount_margin_transfer(self, **params): method make_subaccount_to_subaccount_transfer (line 1878) | async def make_subaccount_to_subaccount_transfer(self, **params): method make_subaccount_to_master_transfer (line 1885) | async def make_subaccount_to_master_transfer(self, **params): method get_subaccount_transfer_history (line 1892) | async def get_subaccount_transfer_history(self, **params): method make_subaccount_universal_transfer (line 1899) | async def make_subaccount_universal_transfer(self, **params): method get_universal_transfer_history (line 1906) | async def get_universal_transfer_history(self, **params): method futures_ping (line 1915) | async def futures_ping(self): method futures_time (line 1920) | async def futures_time(self): method futures_exchange_info (line 1925) | async def futures_exchange_info(self): method futures_order_book (line 1930) | async def futures_order_book(self, **params): method futures_rpi_depth (line 1935) | async def futures_rpi_depth(self, **params): method futures_recent_trades (line 1940) | async def futures_recent_trades(self, **params): method futures_historical_trades (line 1945) | async def futures_historical_trades(self, **params): method futures_aggregate_trades (line 1950) | async def futures_aggregate_trades(self, **params): method futures_klines (line 1955) | async def futures_klines(self, **params): method futures_mark_price_klines (line 1960) | async def futures_mark_price_klines(self, **params): method futures_index_price_klines (line 1965) | async def futures_index_price_klines(self, **params): method futures_premium_index_klines (line 1970) | async def futures_premium_index_klines(self, **params): method futures_continuous_klines (line 1975) | async def futures_continuous_klines(self, **params): method futures_historical_klines (line 1980) | async def futures_historical_klines( method futures_historical_klines_generator (line 1994) | async def futures_historical_klines_generator( method futures_mark_price (line 2007) | async def futures_mark_price(self, **params): method futures_funding_rate (line 2012) | async def futures_funding_rate(self, **params): method futures_top_longshort_account_ratio (line 2017) | async def futures_top_longshort_account_ratio(self, **params): method futures_top_longshort_position_ratio (line 2024) | async def futures_top_longshort_position_ratio(self, **params): method futures_global_longshort_ratio (line 2031) | async def futures_global_longshort_ratio(self, **params): method futures_taker_longshort_ratio (line 2038) | async def futures_taker_longshort_ratio(self, **params): method futures_ticker (line 2045) | async def futures_ticker(self, **params): method futures_symbol_ticker (line 2050) | async def futures_symbol_ticker(self, **params): method futures_orderbook_ticker (line 2059) | async def futures_orderbook_ticker(self, **params): method futures_index_price_constituents (line 2064) | async def futures_index_price_constituents(self, **params): method futures_liquidation_orders (line 2071) | async def futures_liquidation_orders(self, **params): method futures_api_trading_status (line 2078) | async def futures_api_trading_status(self, **params): method futures_commission_rate (line 2085) | async def futures_commission_rate(self, **params): method futures_adl_quantile_estimate (line 2092) | async def futures_adl_quantile_estimate(self, **params): method futures_open_interest (line 2099) | async def futures_open_interest(self, **params): method futures_index_info (line 2104) | async def futures_index_info(self, **params): method futures_open_interest_hist (line 2109) | async def futures_open_interest_hist(self, **params): method futures_leverage_bracket (line 2116) | async def futures_leverage_bracket(self, **params): method futures_account_transfer (line 2123) | async def futures_account_transfer(self, **params): method transfer_history (line 2130) | async def transfer_history(self, **params): method futures_loan_borrow_history (line 2137) | async def futures_loan_borrow_history(self, **params): method futures_loan_repay_history (line 2144) | async def futures_loan_repay_history(self, **params): method futures_loan_wallet (line 2151) | async def futures_loan_wallet(self, **params): method futures_cross_collateral_adjust_history (line 2158) | async def futures_cross_collateral_adjust_history(self, **params): method futures_cross_collateral_liquidation_history (line 2165) | async def futures_cross_collateral_liquidation_history(self, **params): method futures_loan_interest_history (line 2172) | async def futures_loan_interest_history(self, **params): method futures_create_order (line 2179) | async def futures_create_order(self, **params): method futures_limit_order (line 2209) | async def futures_limit_order(self, **params): method futures_market_order (line 2220) | async def futures_market_order(self, **params): method futures_limit_buy_order (line 2232) | async def futures_limit_buy_order(self, **params): method futures_limit_sell_order (line 2244) | async def futures_limit_sell_order(self, **params): method futures_market_buy_order (line 2256) | async def futures_market_buy_order(self, **params): method futures_market_sell_order (line 2268) | async def futures_market_sell_order(self, **params): method futures_modify_order (line 2280) | async def futures_modify_order(self, **params): method futures_create_test_order (line 2290) | async def futures_create_test_order(self, **params): method futures_place_batch_order (line 2295) | async def futures_place_batch_order(self, **params): method futures_get_order (line 2309) | async def futures_get_order(self, **params): method futures_get_open_orders (line 2323) | async def futures_get_open_orders(self, **params): method futures_get_all_orders (line 2333) | async def futures_get_all_orders(self, **params): method futures_cancel_order (line 2343) | async def futures_cancel_order(self, **params): method futures_cancel_all_open_orders (line 2357) | async def futures_cancel_all_open_orders(self, **params): method futures_cancel_orders (line 2371) | async def futures_cancel_orders(self, **params): method futures_countdown_cancel_all (line 2386) | async def futures_countdown_cancel_all(self, **params): method futures_create_algo_order (line 2395) | async def futures_create_algo_order(self, **params): method futures_cancel_algo_order (line 2404) | async def futures_cancel_algo_order(self, **params): method futures_cancel_all_algo_open_orders (line 2409) | async def futures_cancel_all_algo_open_orders(self, **params): method futures_get_algo_order (line 2416) | async def futures_get_algo_order(self, **params): method futures_get_open_algo_orders (line 2421) | async def futures_get_open_algo_orders(self, **params): method futures_get_all_algo_orders (line 2426) | async def futures_get_all_algo_orders(self, **params): method futures_account_balance (line 2431) | async def futures_account_balance(self, **params): method futures_account (line 2438) | async def futures_account(self, **params): method futures_symbol_adl_risk (line 2445) | async def futures_symbol_adl_risk(self, **params): method futures_change_leverage (line 2450) | async def futures_change_leverage(self, **params): method futures_change_margin_type (line 2455) | async def futures_change_margin_type(self, **params): method futures_change_position_margin (line 2460) | async def futures_change_position_margin(self, **params): method futures_position_margin_history (line 2467) | async def futures_position_margin_history(self, **params): method futures_position_information (line 2474) | async def futures_position_information(self, **params): method futures_account_trades (line 2481) | async def futures_account_trades(self, **params): method futures_income_history (line 2486) | async def futures_income_history(self, **params): method futures_change_position_mode (line 2491) | async def futures_change_position_mode(self, **params): method futures_get_position_mode (line 2498) | async def futures_get_position_mode(self, **params): method futures_change_multi_assets_mode (line 2505) | async def futures_change_multi_assets_mode(self, multiAssetsMargin: bo... method futures_get_multi_assets_mode (line 2513) | async def futures_get_multi_assets_mode(self): method futures_stream_get_listen_key (line 2520) | async def futures_stream_get_listen_key(self): method futures_stream_keepalive (line 2528) | async def futures_stream_keepalive(self, listenKey): method futures_stream_close (line 2536) | async def futures_stream_close(self, listenKey): method futures_account_config (line 2545) | async def futures_account_config(self, **params): method futures_symbol_config (line 2552) | async def futures_symbol_config(self, **params): method futures_coin_ping (line 2561) | async def futures_coin_ping(self): method futures_coin_time (line 2566) | async def futures_coin_time(self): method futures_coin_exchange_info (line 2571) | async def futures_coin_exchange_info(self): method futures_coin_order_book (line 2576) | async def futures_coin_order_book(self, **params): method futures_coin_recent_trades (line 2581) | async def futures_coin_recent_trades(self, **params): method futures_coin_historical_trades (line 2586) | async def futures_coin_historical_trades(self, **params): method futures_coin_aggregate_trades (line 2593) | async def futures_coin_aggregate_trades(self, **params): method futures_coin_klines (line 2598) | async def futures_coin_klines(self, **params): method futures_coin_continous_klines (line 2603) | async def futures_coin_continous_klines(self, **params): method futures_coin_index_price_klines (line 2610) | async def futures_coin_index_price_klines(self, **params): method futures_coin_mark_price_klines (line 2617) | async def futures_coin_mark_price_klines(self, **params): method futures_coin_premium_index_klines (line 2624) | async def futures_coin_premium_index_klines(self, **params): method futures_coin_mark_price (line 2633) | async def futures_coin_mark_price(self, **params): method futures_coin_funding_rate (line 2638) | async def futures_coin_funding_rate(self, **params): method futures_coin_ticker (line 2643) | async def futures_coin_ticker(self, **params): method futures_coin_symbol_ticker (line 2648) | async def futures_coin_symbol_ticker(self, **params): method futures_coin_orderbook_ticker (line 2653) | async def futures_coin_orderbook_ticker(self, **params): method futures_coin_index_price_constituents (line 2660) | async def futures_coin_index_price_constituents(self, **params): method futures_coin_liquidation_orders (line 2667) | async def futures_coin_liquidation_orders(self, **params): method futures_coin_open_interest (line 2674) | async def futures_coin_open_interest(self, **params): method futures_coin_open_interest_hist (line 2679) | async def futures_coin_open_interest_hist(self, **params): method futures_coin_leverage_bracket (line 2686) | async def futures_coin_leverage_bracket(self, **params): method new_transfer_history (line 2693) | async def new_transfer_history(self, **params): method funding_wallet (line 2700) | async def funding_wallet(self, **params): method get_user_asset (line 2707) | async def get_user_asset(self, **params): method universal_transfer (line 2714) | async def universal_transfer(self, **params): method futures_coin_create_order (line 2721) | async def futures_coin_create_order(self, **params): method futures_coin_place_batch_order (line 2728) | async def futures_coin_place_batch_order(self, **params): method futures_coin_get_order (line 2742) | async def futures_coin_get_order(self, **params): method futures_coin_get_open_orders (line 2747) | async def futures_coin_get_open_orders(self, **params): method futures_coin_get_all_orders (line 2754) | async def futures_coin_get_all_orders(self, **params): method futures_coin_cancel_order (line 2761) | async def futures_coin_cancel_order(self, **params): method futures_coin_cancel_all_open_orders (line 2768) | async def futures_coin_cancel_all_open_orders(self, **params): method futures_coin_cancel_orders (line 2775) | async def futures_coin_cancel_orders(self, **params): method futures_coin_account_balance (line 2790) | async def futures_coin_account_balance(self, **params): method futures_coin_account (line 2797) | async def futures_coin_account(self, **params): method futures_coin_change_leverage (line 2804) | async def futures_coin_change_leverage(self, **params): method futures_coin_change_margin_type (line 2811) | async def futures_coin_change_margin_type(self, **params): method futures_coin_change_position_margin (line 2818) | async def futures_coin_change_position_margin(self, **params): method futures_coin_position_margin_history (line 2825) | async def futures_coin_position_margin_history(self, **params): method futures_coin_position_information (line 2832) | async def futures_coin_position_information(self, **params): method futures_coin_account_trades (line 2839) | async def futures_coin_account_trades(self, **params): method futures_coin_income_history (line 2846) | async def futures_coin_income_history(self, **params): method futures_coin_change_position_mode (line 2851) | async def futures_coin_change_position_mode(self, **params): method futures_coin_get_position_mode (line 2858) | async def futures_coin_get_position_mode(self, **params): method futures_coin_stream_get_listen_key (line 2865) | async def futures_coin_stream_get_listen_key(self): method futures_coin_stream_keepalive (line 2873) | async def futures_coin_stream_keepalive(self, listenKey): method futures_coin_account_order_history_download (line 2881) | async def futures_coin_account_order_history_download(self, **params): method futures_coin_account_order_history_download_link (line 2890) | async def futures_coin_account_order_history_download_link(self, **par... method futures_coin_account_trade_history_download (line 2899) | async def futures_coin_account_trade_history_download(self, **params): method futures_coin_account_trade_history_download_link (line 2908) | async def futures_coin_account_trade_history_download_link(self, **par... method futures_coin_stream_close (line 2917) | async def futures_coin_stream_close(self, listenKey): method get_all_coins_info (line 2925) | async def get_all_coins_info(self, **params): method get_account_snapshot (line 2932) | async def get_account_snapshot(self, **params): method disable_fast_withdraw_switch (line 2939) | async def disable_fast_withdraw_switch(self, **params): method enable_fast_withdraw_switch (line 2946) | async def enable_fast_withdraw_switch(self, **params): method options_ping (line 2961) | async def options_ping(self): method options_time (line 2966) | async def options_time(self): method options_info (line 2971) | async def options_info(self): method options_exchange_info (line 2976) | async def options_exchange_info(self): method options_index_price (line 2981) | async def options_index_price(self, **params): method options_price (line 2986) | async def options_price(self, **params): method options_mark_price (line 2991) | async def options_mark_price(self, **params): method options_order_book (line 2996) | async def options_order_book(self, **params): method options_klines (line 3001) | async def options_klines(self, **params): method options_recent_trades (line 3006) | async def options_recent_trades(self, **params): method options_historical_trades (line 3011) | async def options_historical_trades(self, **params): method options_account_info (line 3018) | async def options_account_info(self, **params): method options_funds_transfer (line 3025) | async def options_funds_transfer(self, **params): method options_positions (line 3032) | async def options_positions(self, **params): method options_bill (line 3039) | async def options_bill(self, **params): method options_place_order (line 3044) | async def options_place_order(self, **params): method options_place_batch_order (line 3053) | async def options_place_batch_order(self, **params): method options_cancel_order (line 3063) | async def options_cancel_order(self, **params): method options_cancel_batch_order (line 3070) | async def options_cancel_batch_order(self, **params): method options_cancel_all_orders (line 3077) | async def options_cancel_all_orders(self, **params): method options_query_order (line 3084) | async def options_query_order(self, **params): method options_query_pending_orders (line 3089) | async def options_query_pending_orders(self, **params): method options_query_order_history (line 3096) | async def options_query_order_history(self, **params): method options_user_trades (line 3103) | async def options_user_trades(self, **params): method get_fiat_deposit_withdraw_history (line 3112) | async def get_fiat_deposit_withdraw_history(self, **params): method get_fiat_payments_history (line 3119) | async def get_fiat_payments_history(self, **params): method get_c2c_trade_history (line 3128) | async def get_c2c_trade_history(self, **params): method get_pay_trade_history (line 3137) | async def get_pay_trade_history(self, **params): method get_convert_trade_history (line 3146) | async def get_convert_trade_history(self, **params): method convert_request_quote (line 3153) | async def convert_request_quote(self, **params): method convert_accept_quote (line 3160) | async def convert_accept_quote(self, **params): method papi_stream_get_listen_key (line 3173) | async def papi_stream_get_listen_key(self): method papi_stream_keepalive (line 3179) | async def papi_stream_keepalive(self, listenKey): method papi_stream_close (line 3187) | async def papi_stream_close(self, listenKey): method papi_get_balance (line 3195) | async def papi_get_balance(self, **params): method papi_get_rate_limit (line 3199) | async def papi_get_rate_limit(self, **params): method papi_get_account (line 3203) | async def papi_get_account(self, **params): method papi_get_margin_max_borrowable (line 3208) | async def papi_get_margin_max_borrowable(self, **params): method papi_get_margin_max_withdraw (line 3215) | async def papi_get_margin_max_withdraw(self, **params): method papi_get_um_position_risk (line 3222) | async def papi_get_um_position_risk(self, **params): method papi_get_cm_position_risk (line 3229) | async def papi_get_cm_position_risk(self, **params): method papi_set_um_leverage (line 3236) | async def papi_set_um_leverage(self, **params): method papi_set_cm_leverage (line 3243) | async def papi_set_cm_leverage(self, **params): method papi_change_um_position_side_dual (line 3250) | async def papi_change_um_position_side_dual(self, **params): method papi_get_um_position_side_dual (line 3257) | async def papi_get_um_position_side_dual(self, **params): method papi_get_cm_position_side_dual (line 3264) | async def papi_get_cm_position_side_dual(self, **params): method papi_get_um_leverage_bracket (line 3271) | async def papi_get_um_leverage_bracket(self, **params): method papi_get_cm_leverage_bracket (line 3278) | async def papi_get_cm_leverage_bracket(self, **params): method papi_get_um_api_trading_status (line 3285) | async def papi_get_um_api_trading_status(self, **params): method papi_get_um_comission_rate (line 3292) | async def papi_get_um_comission_rate(self, **params): method papi_get_cm_comission_rate (line 3299) | async def papi_get_cm_comission_rate(self, **params): method papi_get_margin_margin_loan (line 3306) | async def papi_get_margin_margin_loan(self, **params): method papi_get_margin_repay_loan (line 3313) | async def papi_get_margin_repay_loan(self, **params): method papi_get_repay_futures_switch (line 3320) | async def papi_get_repay_futures_switch(self, **params): method papi_repay_futures_switch (line 3327) | async def papi_repay_futures_switch(self, **params): method papi_get_margin_interest_history (line 3334) | async def papi_get_margin_interest_history(self, **params): method papi_repay_futures_negative_balance (line 3341) | async def papi_repay_futures_negative_balance(self, **params): method papi_get_portfolio_interest_history (line 3348) | async def papi_get_portfolio_interest_history(self, **params): method papi_get_portfolio_negative_balance_exchange_record (line 3356) | async def papi_get_portfolio_negative_balance_exchange_record(self, **... method papi_fund_auto_collection (line 3362) | async def papi_fund_auto_collection(self, **params): method papi_fund_asset_collection (line 3369) | async def papi_fund_asset_collection(self, **params): method papi_bnb_transfer (line 3376) | async def papi_bnb_transfer(self, **params): method papi_get_um_income_history (line 3383) | async def papi_get_um_income_history(self, **params): method papi_get_cm_income_history (line 3390) | async def papi_get_cm_income_history(self, **params): method papi_get_um_account (line 3397) | async def papi_get_um_account(self, **params): method papi_get_um_account_v2 (line 3404) | async def papi_get_um_account_v2(self, **params): method papi_get_cm_account (line 3411) | async def papi_get_cm_account(self, **params): method papi_get_um_account_config (line 3418) | async def papi_get_um_account_config(self, **params): method papi_get_um_symbol_config (line 3425) | async def papi_get_um_symbol_config(self, **params): method papi_get_um_trade_asyn (line 3432) | async def papi_get_um_trade_asyn(self, **params): method papi_get_um_trade_asyn_id (line 3439) | async def papi_get_um_trade_asyn_id(self, **params): method papi_get_um_order_asyn (line 3446) | async def papi_get_um_order_asyn(self, **params): method papi_get_um_order_asyn_id (line 3453) | async def papi_get_um_order_asyn_id(self, **params): method papi_get_um_income_asyn (line 3460) | async def papi_get_um_income_asyn(self, **params): method papi_get_um_income_asyn_id (line 3467) | async def papi_get_um_income_asyn_id(self, **params): method papi_ping (line 3474) | async def papi_ping(self, **params): method papi_create_um_order (line 3481) | async def papi_create_um_order(self, **params): method papi_create_um_conditional_order (line 3495) | async def papi_create_um_conditional_order(self, **params): method papi_create_cm_order (line 3509) | async def papi_create_cm_order(self, **params): method papi_create_cm_conditional_order (line 3523) | async def papi_create_cm_conditional_order(self, **params): method papi_create_margin_order (line 3537) | async def papi_create_margin_order(self, **params): method papi_margin_loan (line 3551) | async def papi_margin_loan(self, **params): method papi_repay_loan (line 3563) | async def papi_repay_loan(self, **params): method papi_margin_order_oco (line 3575) | async def papi_margin_order_oco(self, **params): method papi_cancel_um_order (line 3587) | async def papi_cancel_um_order(self, **params): method papi_cancel_um_all_open_orders (line 3599) | async def papi_cancel_um_all_open_orders(self, **params): method papi_cancel_um_conditional_order (line 3611) | async def papi_cancel_um_conditional_order(self, **params): method papi_cancel_um_conditional_all_open_orders (line 3623) | async def papi_cancel_um_conditional_all_open_orders(self, **params): method papi_cancel_cm_order (line 3635) | async def papi_cancel_cm_order(self, **params): method papi_cancel_cm_all_open_orders (line 3647) | async def papi_cancel_cm_all_open_orders(self, **params): method papi_cancel_cm_conditional_order (line 3659) | async def papi_cancel_cm_conditional_order(self, **params): method papi_cancel_cm_conditional_all_open_orders (line 3671) | async def papi_cancel_cm_conditional_all_open_orders(self, **params): method papi_cancel_margin_order (line 3683) | async def papi_cancel_margin_order(self, **params): method papi_cancel_margin_order_list (line 3695) | async def papi_cancel_margin_order_list(self, **params): method papi_cancel_margin_all_open_orders (line 3707) | async def papi_cancel_margin_all_open_orders(self, **params): method papi_modify_um_order (line 3719) | async def papi_modify_um_order(self, **params): method papi_modify_cm_order (line 3729) | async def papi_modify_cm_order(self, **params): method papi_get_um_order (line 3739) | async def papi_get_um_order(self, **params): method papi_get_um_all_orders (line 3749) | async def papi_get_um_all_orders(self, **params): method papi_get_um_open_order (line 3761) | async def papi_get_um_open_order(self, **params): method papi_get_um_open_orders (line 3773) | async def papi_get_um_open_orders(self, **params): method papi_get_um_conditional_all_orders (line 3785) | async def papi_get_um_conditional_all_orders(self, **params): method papi_get_um_conditional_open_orders (line 3797) | async def papi_get_um_conditional_open_orders(self, **params): method papi_get_um_conditional_open_order (line 3809) | async def papi_get_um_conditional_open_order(self, **params): method papi_get_um_conditional_order_history (line 3821) | async def papi_get_um_conditional_order_history(self, **params): method papi_get_cm_order (line 3833) | async def papi_get_cm_order(self, **params): method papi_get_cm_all_orders (line 3843) | async def papi_get_cm_all_orders(self, **params): method papi_get_cm_open_order (line 3855) | async def papi_get_cm_open_order(self, **params): method papi_get_cm_open_orders (line 3867) | async def papi_get_cm_open_orders(self, **params): method papi_get_cm_conditional_all_orders (line 3879) | async def papi_get_cm_conditional_all_orders(self, **params): method papi_get_cm_conditional_open_orders (line 3891) | async def papi_get_cm_conditional_open_orders(self, **params): method papi_get_cm_conditional_open_order (line 3903) | async def papi_get_cm_conditional_open_order(self, **params): method papi_get_cm_conditional_order_history (line 3915) | async def papi_get_cm_conditional_order_history(self, **params): method papi_get_um_force_orders (line 3927) | async def papi_get_um_force_orders(self, **params): method papi_get_cm_force_orders (line 3939) | async def papi_get_cm_force_orders(self, **params): method papi_get_um_order_amendment (line 3951) | async def papi_get_um_order_amendment(self, **params): method papi_get_cm_order_amendment (line 3963) | async def papi_get_cm_order_amendment(self, **params): method papi_get_margin_force_orders (line 3975) | async def papi_get_margin_force_orders(self, **params): method papi_get_um_user_trades (line 3987) | async def papi_get_um_user_trades(self, **params): method papi_get_cm_user_trades (line 3999) | async def papi_get_cm_user_trades(self, **params): method papi_get_um_adl_quantile (line 4011) | async def papi_get_um_adl_quantile(self, **params): method papi_get_cm_adl_quantile (line 4023) | async def papi_get_cm_adl_quantile(self, **params): method papi_set_um_fee_burn (line 4035) | async def papi_set_um_fee_burn(self, **params): method papi_get_um_fee_burn (line 4047) | async def papi_get_um_fee_burn(self, **params): method papi_get_margin_order (line 4059) | async def papi_get_margin_order(self, **params): method papi_get_margin_open_orders (line 4071) | async def papi_get_margin_open_orders(self, **params): method papi_get_margin_all_orders (line 4083) | async def papi_get_margin_all_orders(self, **params): method papi_get_margin_order_list (line 4095) | async def papi_get_margin_order_list(self, **params): method papi_get_margin_all_order_list (line 4107) | async def papi_get_margin_all_order_list(self, **params): method papi_get_margin_open_order_list (line 4119) | async def papi_get_margin_open_order_list(self, **params): method papi_get_margin_my_trades (line 4131) | async def papi_get_margin_my_trades(self, **params): method papi_get_margin_repay_debt (line 4143) | async def papi_get_margin_repay_debt(self, **params): method create_oco_order (line 4155) | async def create_oco_order(self, **params): method ws_create_test_order (line 4166) | async def ws_create_test_order(self, **params): method ws_create_order (line 4198) | async def ws_create_order(self, **params): method ws_order_limit (line 4213) | async def ws_order_limit(self, timeInForce=BaseClient.TIME_IN_FORCE_GT... method ws_order_limit_buy (line 4243) | async def ws_order_limit_buy( method ws_order_limit_sell (line 4274) | async def ws_order_limit_sell( method ws_order_market (line 4302) | async def ws_order_market(self, **params): method ws_order_market_buy (line 4325) | async def ws_order_market_buy(self, **params): method ws_order_market_sell (line 4345) | async def ws_order_market_sell(self, **params): method ws_get_order (line 4365) | async def ws_get_order(self, **params): method ws_cancel_order (line 4380) | async def ws_cancel_order(self, **params): method cancel_all_open_orders (line 4385) | async def cancel_all_open_orders(self, **params): method cancel_replace_order (line 4390) | async def cancel_replace_order(self, **params): method ws_cancel_and_replace_order (line 4397) | async def ws_cancel_and_replace_order(self, **params): method ws_get_open_orders (line 4402) | async def ws_get_open_orders(self, **params): method ws_cancel_all_open_orders (line 4407) | async def ws_cancel_all_open_orders(self, **params): method ws_create_oco_order (line 4412) | async def ws_create_oco_order(self, **params): method ws_create_oto_order (line 4417) | async def ws_create_oto_order(self, **params): method ws_create_otoco_order (line 4422) | async def ws_create_otoco_order(self, **params): method ws_get_oco_order (line 4427) | async def ws_get_oco_order(self, **params): method ws_cancel_oco_order (line 4432) | async def ws_cancel_oco_order(self, **params): method ws_get_oco_open_orders (line 4437) | async def ws_get_oco_open_orders(self, **params): method ws_create_sor_order (line 4442) | async def ws_create_sor_order(self, **params): method ws_create_test_sor_order (line 4447) | async def ws_create_test_sor_order(self, **params): method ws_get_account (line 4452) | async def ws_get_account(self, **params): method ws_get_account_rate_limits_orders (line 4457) | async def ws_get_account_rate_limits_orders(self, **params): method ws_get_all_orders (line 4462) | async def ws_get_all_orders(self, **params): method ws_get_my_trades (line 4467) | async def ws_get_my_trades(self, **params): method ws_get_prevented_matches (line 4472) | async def ws_get_prevented_matches(self, **params): method ws_get_allocations (line 4477) | async def ws_get_allocations(self, **params): method ws_get_commission_rates (line 4482) | async def ws_get_commission_rates(self, **params): method ws_get_order_book (line 4487) | async def ws_get_order_book(self, **params): method ws_get_recent_trades (line 4492) | async def ws_get_recent_trades(self, **params): method ws_get_historical_trades (line 4497) | async def ws_get_historical_trades(self, **params): method ws_get_aggregate_trades (line 4502) | async def ws_get_aggregate_trades(self, **params): method ws_get_klines (line 4507) | async def ws_get_klines(self, **params): method ws_get_uiKlines (line 4512) | async def ws_get_uiKlines(self, **params): method ws_get_avg_price (line 4517) | async def ws_get_avg_price(self, **params): method ws_get_ticker (line 4522) | async def ws_get_ticker(self, **params): method ws_get_trading_day_ticker (line 4527) | async def ws_get_trading_day_ticker(self, **params): method ws_get_symbol_ticker_window (line 4532) | async def ws_get_symbol_ticker_window(self, **params): method ws_get_symbol_ticker (line 4537) | async def ws_get_symbol_ticker(self, **params): method ws_get_orderbook_ticker (line 4542) | async def ws_get_orderbook_ticker(self, **params): method ws_ping (line 4547) | async def ws_ping(self, **params): method ws_get_time (line 4552) | async def ws_get_time(self, **params): method ws_get_exchange_info (line 4557) | async def ws_get_exchange_info(self, **params): method ws_futures_get_order_book (line 4565) | async def ws_futures_get_order_book(self, **params): method ws_futures_get_all_tickers (line 4572) | async def ws_futures_get_all_tickers(self, **params): method ws_futures_get_order_book_ticker (line 4579) | async def ws_futures_get_order_book_ticker(self, **params): method ws_futures_create_order (line 4586) | async def ws_futures_create_order(self, **params): method ws_futures_edit_order (line 4619) | async def ws_futures_edit_order(self, **params): method ws_futures_cancel_order (line 4626) | async def ws_futures_cancel_order(self, **params): method ws_futures_get_order (line 4640) | async def ws_futures_get_order(self, **params): method ws_futures_v2_account_position (line 4649) | async def ws_futures_v2_account_position(self, **params): method ws_futures_account_position (line 4656) | async def ws_futures_account_position(self, **params): method ws_futures_v2_account_balance (line 4663) | async def ws_futures_v2_account_balance(self, **params): method ws_futures_account_balance (line 4670) | async def ws_futures_account_balance(self, **params): method ws_futures_v2_account_status (line 4677) | async def ws_futures_v2_account_status(self, **params): method ws_futures_account_status (line 4684) | async def ws_futures_account_status(self, **params): method ws_futures_create_algo_order (line 4691) | async def ws_futures_create_algo_order(self, **params): method ws_futures_cancel_algo_order (line 4697) | async def ws_futures_cancel_algo_order(self, **params): method gift_card_fetch_token_limit (line 4706) | async def gift_card_fetch_token_limit(self, **params): method gift_card_fetch_rsa_public_key (line 4713) | async def gift_card_fetch_rsa_public_key(self, **params): method gift_card_verify (line 4722) | async def gift_card_verify(self, **params): method gift_card_redeem (line 4729) | async def gift_card_redeem(self, **params): method gift_card_create (line 4736) | async def gift_card_create(self, **params): method gift_card_create_dual_token (line 4743) | async def gift_card_create_dual_token(self, **params): method options_create_block_trade_order (line 4754) | async def options_create_block_trade_order(self, **params): method options_cancel_block_trade_order (line 4763) | async def options_cancel_block_trade_order(self, **params): method options_extend_block_trade_order (line 4772) | async def options_extend_block_trade_order(self, **params): method options_get_block_trade_orders (line 4781) | async def options_get_block_trade_orders(self, **params): method options_accept_block_trade_order (line 4790) | async def options_accept_block_trade_order(self, **params): method options_get_block_trade_order (line 4799) | async def options_get_block_trade_order(self, **params): method options_account_get_block_trades (line 4806) | async def options_account_get_block_trades(self, **params): method margin_next_hourly_interest_rate (line 4815) | async def margin_next_hourly_interest_rate(self, **params): method margin_interest_history (line 4824) | async def margin_interest_history(self, **params): method margin_borrow_repay (line 4831) | async def margin_borrow_repay(self, **params): method margin_get_borrow_repay_records (line 4838) | async def margin_get_borrow_repay_records(self, **params): method margin_interest_rate_history (line 4847) | async def margin_interest_rate_history(self, **params): method margin_max_borrowable (line 4854) | async def margin_max_borrowable(self, **params): method futures_historical_data_link (line 4865) | async def futures_historical_data_link(self, **params): method margin_v1_get_loan_vip_ongoing_orders (line 4870) | async def margin_v1_get_loan_vip_ongoing_orders(self, **params): method margin_v1_get_mining_payment_other (line 4875) | async def margin_v1_get_mining_payment_other(self, **params): method futures_coin_v1_get_income_asyn_id (line 4880) | async def futures_coin_v1_get_income_asyn_id(self, **params): method margin_v1_get_simple_earn_flexible_history_subscription_record (line 4885) | async def margin_v1_get_simple_earn_flexible_history_subscription_reco... method margin_v1_post_lending_auto_invest_one_off (line 4890) | async def margin_v1_post_lending_auto_invest_one_off(self, **params): method margin_v1_post_broker_sub_account_api_commission_coin_futures (line 4895) | async def margin_v1_post_broker_sub_account_api_commission_coin_future... method v3_post_order_list_otoco (line 4900) | async def v3_post_order_list_otoco(self, **params): method futures_v1_get_order_asyn (line 4905) | async def futures_v1_get_order_asyn(self, **params): method margin_v1_get_asset_custody_transfer_history (line 4910) | async def margin_v1_get_asset_custody_transfer_history(self, **params): method margin_v1_post_broker_sub_account_blvt (line 4915) | async def margin_v1_post_broker_sub_account_blvt(self, **params): method margin_v1_post_sol_staking_sol_redeem (line 4920) | async def margin_v1_post_sol_staking_sol_redeem(self, **params): method options_v1_get_countdown_cancel_all (line 4925) | async def options_v1_get_countdown_cancel_all(self, **params): method margin_v1_get_margin_trade_coeff (line 4930) | async def margin_v1_get_margin_trade_coeff(self, **params): method futures_coin_v1_get_order_amendment (line 4935) | async def futures_coin_v1_get_order_amendment(self, **params): method margin_v1_get_margin_available_inventory (line 4940) | async def margin_v1_get_margin_available_inventory(self, **params): method margin_v1_post_account_api_restrictions_ip_restriction_ip_list (line 4945) | async def margin_v1_post_account_api_restrictions_ip_restriction_ip_li... method margin_v2_get_eth_staking_account (line 4950) | async def margin_v2_get_eth_staking_account(self, **params): method margin_v1_get_loan_income (line 4955) | async def margin_v1_get_loan_income(self, **params): method futures_coin_v1_get_pm_account_info (line 4960) | async def futures_coin_v1_get_pm_account_info(self, **params): method margin_v1_get_managed_subaccount_query_trans_log_for_investor (line 4965) | async def margin_v1_get_managed_subaccount_query_trans_log_for_investo... method margin_v1_post_dci_product_auto_compound_edit_status (line 4970) | async def margin_v1_post_dci_product_auto_compound_edit_status(self, *... method futures_v1_get_trade_asyn (line 4975) | async def futures_v1_get_trade_asyn(self, **params): method margin_v1_get_loan_vip_request_interest_rate (line 4980) | async def margin_v1_get_loan_vip_request_interest_rate(self, **params): method futures_v1_get_funding_info (line 4985) | async def futures_v1_get_funding_info(self, **params): method v3_get_all_orders (line 4990) | async def v3_get_all_orders(self, **params): method margin_v2_get_loan_flexible_repay_rate (line 4993) | async def margin_v2_get_loan_flexible_repay_rate(self, **params): method margin_v1_get_lending_auto_invest_plan_id (line 4998) | async def margin_v1_get_lending_auto_invest_plan_id(self, **params): method margin_v1_post_loan_adjust_ltv (line 5003) | async def margin_v1_post_loan_adjust_ltv(self, **params): method margin_v1_get_mining_statistics_user_status (line 5008) | async def margin_v1_get_mining_statistics_user_status(self, **params): method margin_v1_get_broker_transfer_futures (line 5013) | async def margin_v1_get_broker_transfer_futures(self, **params): method margin_v1_post_algo_spot_new_order_twap (line 5018) | async def margin_v1_post_algo_spot_new_order_twap(self, **params): method margin_v1_get_lending_auto_invest_target_asset_list (line 5023) | async def margin_v1_get_lending_auto_invest_target_asset_list(self, **... method margin_v1_get_capital_deposit_address_list (line 5028) | async def margin_v1_get_capital_deposit_address_list(self, **params): method margin_v1_post_broker_sub_account_bnb_burn_margin_interest (line 5033) | async def margin_v1_post_broker_sub_account_bnb_burn_margin_interest(s... method margin_v2_post_loan_flexible_repay (line 5038) | async def margin_v2_post_loan_flexible_repay(self, **params): method margin_v2_get_loan_flexible_loanable_data (line 5043) | async def margin_v2_get_loan_flexible_loanable_data(self, **params): method margin_v1_post_broker_sub_account_api_permission (line 5048) | async def margin_v1_post_broker_sub_account_api_permission(self, **par... method margin_v1_post_broker_sub_account_api (line 5053) | async def margin_v1_post_broker_sub_account_api(self, **params): method margin_v1_get_dci_product_positions (line 5058) | async def margin_v1_get_dci_product_positions(self, **params): method margin_v1_post_convert_limit_cancel_order (line 5063) | async def margin_v1_post_convert_limit_cancel_order(self, **params): method v3_post_order_list_oto (line 5068) | async def v3_post_order_list_oto(self, **params): method margin_v1_get_mining_hash_transfer_config_details_list (line 5073) | async def margin_v1_get_mining_hash_transfer_config_details_list(self,... method margin_v1_get_mining_hash_transfer_profit_details (line 5078) | async def margin_v1_get_mining_hash_transfer_profit_details(self, **pa... method margin_v1_get_broker_sub_account (line 5083) | async def margin_v1_get_broker_sub_account(self, **params): method margin_v1_get_portfolio_balance (line 5088) | async def margin_v1_get_portfolio_balance(self, **params): method margin_v1_post_sub_account_eoptions_enable (line 5093) | async def margin_v1_post_sub_account_eoptions_enable(self, **params): method papi_v1_post_ping (line 5098) | async def papi_v1_post_ping(self, **params): method margin_v1_get_loan_loanable_data (line 5103) | async def margin_v1_get_loan_loanable_data(self, **params): method margin_v1_post_eth_staking_wbeth_unwrap (line 5108) | async def margin_v1_post_eth_staking_wbeth_unwrap(self, **params): method margin_v1_get_eth_staking_eth_history_staking_history (line 5113) | async def margin_v1_get_eth_staking_eth_history_staking_history(self, ... method margin_v1_get_staking_staking_record (line 5118) | async def margin_v1_get_staking_staking_record(self, **params): method margin_v1_get_broker_rebate_recent_record (line 5123) | async def margin_v1_get_broker_rebate_recent_record(self, **params): method v3_delete_user_data_stream (line 5128) | async def v3_delete_user_data_stream(self, **params): method v3_get_open_order_list (line 5131) | async def v3_get_open_order_list(self, **params): method margin_v1_get_loan_vip_collateral_account (line 5134) | async def margin_v1_get_loan_vip_collateral_account(self, **params): method margin_v1_get_algo_spot_open_orders (line 5139) | async def margin_v1_get_algo_spot_open_orders(self, **params): method margin_v1_post_loan_repay (line 5144) | async def margin_v1_post_loan_repay(self, **params): method futures_coin_v1_get_funding_info (line 5149) | async def futures_coin_v1_get_funding_info(self, **params): method margin_v1_get_margin_leverage_bracket (line 5154) | async def margin_v1_get_margin_leverage_bracket(self, **params): method margin_v2_get_portfolio_collateral_rate (line 5159) | async def margin_v2_get_portfolio_collateral_rate(self, **params): method margin_v2_post_loan_flexible_adjust_ltv (line 5164) | async def margin_v2_post_loan_flexible_adjust_ltv(self, **params): method margin_v1_get_convert_order_status (line 5169) | async def margin_v1_get_convert_order_status(self, **params): method margin_v1_get_broker_sub_account_api_ip_restriction (line 5174) | async def margin_v1_get_broker_sub_account_api_ip_restriction(self, **... method margin_v1_post_dci_product_subscribe (line 5179) | async def margin_v1_post_dci_product_subscribe(self, **params): method futures_v1_get_income_asyn_id (line 5184) | async def futures_v1_get_income_asyn_id(self, **params): method options_v1_post_countdown_cancel_all (line 5189) | async def options_v1_post_countdown_cancel_all(self, **params): method margin_v1_post_mining_hash_transfer_config_cancel (line 5194) | async def margin_v1_post_mining_hash_transfer_config_cancel(self, **pa... method margin_v1_get_broker_sub_account_deposit_hist (line 5199) | async def margin_v1_get_broker_sub_account_deposit_hist(self, **params): method margin_v1_get_mining_payment_list (line 5204) | async def margin_v1_get_mining_payment_list(self, **params): method futures_v1_get_pm_account_info (line 5209) | async def futures_v1_get_pm_account_info(self, **params): method futures_coin_v1_get_adl_quantile (line 5214) | async def futures_coin_v1_get_adl_quantile(self, **params): method options_v1_get_income_asyn_id (line 5219) | async def options_v1_get_income_asyn_id(self, **params): method v3_post_cancel_replace (line 5224) | async def v3_post_cancel_replace(self, **params): method v3_post_order_test (line 5229) | async def v3_post_order_test(self, **params): method margin_v1_post_account_enable_fast_withdraw_switch (line 5232) | async def margin_v1_post_account_enable_fast_withdraw_switch(self, **p... method margin_v1_post_broker_transfer_futures (line 5237) | async def margin_v1_post_broker_transfer_futures(self, **params): method margin_v1_get_margin_isolated_transfer (line 5242) | async def margin_v1_get_margin_isolated_transfer(self, **params): method v3_post_order_cancel_replace (line 5245) | async def v3_post_order_cancel_replace(self, **params): method margin_v1_post_sol_staking_sol_stake (line 5248) | async def margin_v1_post_sol_staking_sol_stake(self, **params): method margin_v1_post_loan_borrow (line 5253) | async def margin_v1_post_loan_borrow(self, **params): method margin_v1_get_managed_subaccount_info (line 5258) | async def margin_v1_get_managed_subaccount_info(self, **params): method margin_v1_post_lending_auto_invest_plan_edit_status (line 5263) | async def margin_v1_post_lending_auto_invest_plan_edit_status(self, **... method margin_v1_get_sol_staking_sol_history_unclaimed_rewards (line 5268) | async def margin_v1_get_sol_staking_sol_history_unclaimed_rewards(self... method margin_v1_post_asset_convert_transfer_query_by_page (line 5273) | async def margin_v1_post_asset_convert_transfer_query_by_page(self, **... method margin_v1_get_sol_staking_sol_history_boost_rewards_history (line 5278) | async def margin_v1_get_sol_staking_sol_history_boost_rewards_history(... method margin_v1_get_lending_auto_invest_one_off_status (line 5283) | async def margin_v1_get_lending_auto_invest_one_off_status(self, **par... method margin_v1_post_broker_sub_account (line 5288) | async def margin_v1_post_broker_sub_account(self, **params): method margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page (line 5293) | async def margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_pa... method margin_v1_get_mining_pub_coin_list (line 5298) | async def margin_v1_get_mining_pub_coin_list(self, **params): method margin_v2_get_loan_flexible_repay_history (line 5303) | async def margin_v2_get_loan_flexible_repay_history(self, **params): method v3_post_sor_order (line 5308) | async def v3_post_sor_order(self, **params): method margin_v1_post_capital_deposit_credit_apply (line 5313) | async def margin_v1_post_capital_deposit_credit_apply(self, **params): method futures_v1_put_batch_order (line 5318) | async def futures_v1_put_batch_order(self, **params): method v3_get_my_prevented_matches (line 5323) | async def v3_get_my_prevented_matches(self, **params): method margin_v1_get_mining_statistics_user_list (line 5326) | async def margin_v1_get_mining_statistics_user_list(self, **params): method futures_v1_post_batch_order (line 5331) | async def futures_v1_post_batch_order(self, **params): method v3_get_ticker_trading_day (line 5336) | async def v3_get_ticker_trading_day(self, **params): method margin_v1_get_mining_worker_detail (line 5341) | async def margin_v1_get_mining_worker_detail(self, **params): method margin_v1_get_managed_subaccount_fetch_future_asset (line 5346) | async def margin_v1_get_managed_subaccount_fetch_future_asset(self, **... method margin_v1_get_margin_rate_limit_order (line 5351) | async def margin_v1_get_margin_rate_limit_order(self, **params): method margin_v1_get_localentity_vasp (line 5356) | async def margin_v1_get_localentity_vasp(self, **params): method margin_v1_get_sol_staking_sol_history_rate_history (line 5361) | async def margin_v1_get_sol_staking_sol_history_rate_history(self, **p... method margin_v1_post_broker_sub_account_api_ip_restriction (line 5366) | async def margin_v1_post_broker_sub_account_api_ip_restriction(self, *... method margin_v1_get_broker_transfer (line 5371) | async def margin_v1_get_broker_transfer(self, **params): method margin_v1_get_sol_staking_account (line 5376) | async def margin_v1_get_sol_staking_account(self, **params): method margin_v1_get_account_info (line 5381) | async def margin_v1_get_account_info(self, **params): method margin_v1_post_portfolio_repay_futures_switch (line 5386) | async def margin_v1_post_portfolio_repay_futures_switch(self, **params): method margin_v1_post_loan_vip_borrow (line 5391) | async def margin_v1_post_loan_vip_borrow(self, **params): method margin_v2_get_loan_flexible_ltv_adjustment_history (line 5396) | async def margin_v2_get_loan_flexible_ltv_adjustment_history(self, **p... method options_v1_delete_all_open_orders_by_underlying (line 5401) | async def options_v1_delete_all_open_orders_by_underlying(self, **para... method margin_v1_get_broker_sub_account_futures_summary (line 5406) | async def margin_v1_get_broker_sub_account_futures_summary(self, **par... method margin_v1_get_broker_sub_account_spot_summary (line 5411) | async def margin_v1_get_broker_sub_account_spot_summary(self, **params): method margin_v1_post_sub_account_blvt_enable (line 5416) | async def margin_v1_post_sub_account_blvt_enable(self, **params): method margin_v1_get_algo_spot_historical_orders (line 5421) | async def margin_v1_get_algo_spot_historical_orders(self, **params): method margin_v1_get_loan_vip_repay_history (line 5426) | async def margin_v1_get_loan_vip_repay_history(self, **params): method margin_v1_get_loan_borrow_history (line 5431) | async def margin_v1_get_loan_borrow_history(self, **params): method margin_v1_post_lending_auto_invest_redeem (line 5436) | async def margin_v1_post_lending_auto_invest_redeem(self, **params): method v3_get_account (line 5441) | async def v3_get_account(self, **params): method v3_delete_order (line 5444) | async def v3_delete_order(self, **params): method futures_coin_v1_get_income_asyn (line 5447) | async def futures_coin_v1_get_income_asyn(self, **params): method margin_v1_post_managed_subaccount_deposit (line 5452) | async def margin_v1_post_managed_subaccount_deposit(self, **params): method margin_v1_post_lending_daily_purchase (line 5457) | async def margin_v1_post_lending_daily_purchase(self, **params): method futures_v1_get_trade_asyn_id (line 5462) | async def futures_v1_get_trade_asyn_id(self, **params): method margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_list (line 5467) | async def margin_v1_delete_sub_account_sub_account_api_ip_restriction_... method margin_v1_get_copy_trading_futures_user_status (line 5472) | async def margin_v1_get_copy_trading_futures_user_status(self, **params): method options_v1_get_margin_account (line 5477) | async def options_v1_get_margin_account(self, **params): method margin_v1_post_localentity_withdraw_apply (line 5482) | async def margin_v1_post_localentity_withdraw_apply(self, **params): method v3_put_user_data_stream (line 5487) | async def v3_put_user_data_stream(self, **params): method margin_v1_get_asset_wallet_balance (line 5490) | async def margin_v1_get_asset_wallet_balance(self, **params): method margin_v1_post_broker_transfer (line 5495) | async def margin_v1_post_broker_transfer(self, **params): method margin_v1_post_lending_customized_fixed_purchase (line 5500) | async def margin_v1_post_lending_customized_fixed_purchase(self, **par... method margin_v1_post_algo_futures_new_order_twap (line 5505) | async def margin_v1_post_algo_futures_new_order_twap(self, **params): method margin_v2_post_eth_staking_eth_stake (line 5510) | async def margin_v2_post_eth_staking_eth_stake(self, **params): method margin_v1_post_loan_flexible_repay_history (line 5515) | async def margin_v1_post_loan_flexible_repay_history(self, **params): method v3_post_user_data_stream (line 5520) | async def v3_post_user_data_stream(self, **params): method margin_v1_get_lending_auto_invest_index_info (line 5523) | async def margin_v1_get_lending_auto_invest_index_info(self, **params): method margin_v1_get_sol_staking_sol_history_redemption_history (line 5528) | async def margin_v1_get_sol_staking_sol_history_redemption_history(sel... method margin_v1_get_broker_rebate_futures_recent_record (line 5533) | async def margin_v1_get_broker_rebate_futures_recent_record(self, **pa... method margin_v3_get_broker_sub_account_futures_summary (line 5538) | async def margin_v3_get_broker_sub_account_futures_summary(self, **par... method margin_v1_post_margin_manual_liquidation (line 5543) | async def margin_v1_post_margin_manual_liquidation(self, **params): method margin_v1_get_lending_auto_invest_target_asset_roi_list (line 5546) | async def margin_v1_get_lending_auto_invest_target_asset_roi_list(self... method margin_v1_get_broker_universal_transfer (line 5551) | async def margin_v1_get_broker_universal_transfer(self, **params): method futures_v1_put_batch_orders (line 5556) | async def futures_v1_put_batch_orders(self, **params): method options_v1_post_countdown_cancel_all_heart_beat (line 5561) | async def options_v1_post_countdown_cancel_all_heart_beat(self, **para... method margin_v1_get_loan_collateral_data (line 5566) | async def margin_v1_get_loan_collateral_data(self, **params): method margin_v1_get_loan_repay_history (line 5571) | async def margin_v1_get_loan_repay_history(self, **params): method margin_v1_post_convert_limit_place_order (line 5576) | async def margin_v1_post_convert_limit_place_order(self, **params): method futures_v1_get_convert_exchange_info (line 5581) | async def futures_v1_get_convert_exchange_info(self, **params): method v3_get_all_order_list (line 5586) | async def v3_get_all_order_list(self, **params): method margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list (line 5591) | async def margin_v1_delete_broker_sub_account_api_ip_restriction_ip_li... method margin_v1_post_sub_account_virtual_sub_account (line 5596) | async def margin_v1_post_sub_account_virtual_sub_account(self, **params): method margin_v1_put_localentity_deposit_provide_info (line 5601) | async def margin_v1_put_localentity_deposit_provide_info(self, **params): method margin_v1_post_portfolio_mint (line 5606) | async def margin_v1_post_portfolio_mint(self, **params): method futures_v1_get_order_amendment (line 5611) | async def futures_v1_get_order_amendment(self, **params): method margin_v1_post_sol_staking_sol_claim (line 5616) | async def margin_v1_post_sol_staking_sol_claim(self, **params): method margin_v1_post_lending_daily_redeem (line 5621) | async def margin_v1_post_lending_daily_redeem(self, **params): method margin_v1_post_mining_hash_transfer_config (line 5626) | async def margin_v1_post_mining_hash_transfer_config(self, **params): method margin_v1_get_lending_auto_invest_rebalance_history (line 5631) | async def margin_v1_get_lending_auto_invest_rebalance_history(self, **... method margin_v1_get_loan_repay_collateral_rate (line 5636) | async def margin_v1_get_loan_repay_collateral_rate(self, **params): method futures_v1_get_income_asyn (line 5641) | async def futures_v1_get_income_asyn(self, **params): method margin_v1_get_mining_payment_uid (line 5646) | async def margin_v1_get_mining_payment_uid(self, **params): method margin_v2_get_loan_flexible_borrow_history (line 5651) | async def margin_v2_get_loan_flexible_borrow_history(self, **params): method v3_get_order (line 5656) | async def v3_get_order(self, **params): method margin_v1_get_capital_contract_convertible_coins (line 5659) | async def margin_v1_get_capital_contract_convertible_coins(self, **par... method margin_v1_post_broker_sub_account_api_permission_vanilla_options (line 5664) | async def margin_v1_post_broker_sub_account_api_permission_vanilla_opt... method margin_v1_get_lending_auto_invest_redeem_history (line 5669) | async def margin_v1_get_lending_auto_invest_redeem_history(self, **par... method margin_v2_get_localentity_withdraw_history (line 5674) | async def margin_v2_get_localentity_withdraw_history(self, **params): method margin_v1_get_eth_staking_eth_history_redemption_history (line 5679) | async def margin_v1_get_eth_staking_eth_history_redemption_history(sel... method futures_v1_get_fee_burn (line 5684) | async def futures_v1_get_fee_burn(self, **params): method margin_v1_get_lending_auto_invest_index_user_summary (line 5689) | async def margin_v1_get_lending_auto_invest_index_user_summary(self, *... method margin_v2_post_loan_flexible_borrow (line 5694) | async def margin_v2_post_loan_flexible_borrow(self, **params): method margin_v1_post_loan_vip_repay (line 5699) | async def margin_v1_post_loan_vip_repay(self, **params): method futures_coin_v1_get_commission_rate (line 5704) | async def futures_coin_v1_get_commission_rate(self, **params): method margin_v1_get_convert_asset_info (line 5709) | async def margin_v1_get_convert_asset_info(self, **params): method v3_post_sor_order_test (line 5714) | async def v3_post_sor_order_test(self, **params): method margin_v1_post_broker_universal_transfer (line 5719) | async def margin_v1_post_broker_universal_transfer(self, **params): method margin_v1_post_account_disable_fast_withdraw_switch (line 5724) | async def margin_v1_post_account_disable_fast_withdraw_switch(self, **... method futures_v1_get_asset_index (line 5729) | async def futures_v1_get_asset_index(self, **params): method v3_get_rate_limit_order (line 5734) | async def v3_get_rate_limit_order(self, **params): method margin_v1_get_account_api_restrictions_ip_restriction (line 5737) | async def margin_v1_get_account_api_restrictions_ip_restriction(self, ... method margin_v1_post_broker_sub_account_bnb_burn_spot (line 5742) | async def margin_v1_post_broker_sub_account_bnb_burn_spot(self, **para... method futures_coin_v1_put_batch_orders (line 5747) | async def futures_coin_v1_put_batch_orders(self, **params): method v3_delete_open_orders (line 5752) | async def v3_delete_open_orders(self, **params): method margin_v1_post_broker_sub_account_api_permission_universal_transfer (line 5755) | async def margin_v1_post_broker_sub_account_api_permission_universal_t... method v3_get_my_allocations (line 5760) | async def v3_get_my_allocations(self, **params): method margin_v1_get_loan_ltv_adjustment_history (line 5763) | async def margin_v1_get_loan_ltv_adjustment_history(self, **params): method margin_v1_get_localentity_withdraw_history (line 5768) | async def margin_v1_get_localentity_withdraw_history(self, **params): method margin_v2_post_sub_account_sub_account_api_ip_restriction (line 5773) | async def margin_v2_post_sub_account_sub_account_api_ip_restriction(se... method futures_v1_get_rate_limit_order (line 5778) | async def futures_v1_get_rate_limit_order(self, **params): method margin_v1_get_broker_sub_account_api_commission_futures (line 5783) | async def margin_v1_get_broker_sub_account_api_commission_futures(self... method margin_v1_get_sol_staking_sol_history_staking_history (line 5788) | async def margin_v1_get_sol_staking_sol_history_staking_history(self, ... method futures_v1_get_open_order (line 5793) | async def futures_v1_get_open_order(self, **params): method margin_v1_delete_algo_spot_order (line 5798) | async def margin_v1_delete_algo_spot_order(self, **params): method v3_post_order (line 5803) | async def v3_post_order(self, **params): method margin_v1_delete_account_api_restrictions_ip_restriction_ip_list (line 5806) | async def margin_v1_delete_account_api_restrictions_ip_restriction_ip_... method margin_v1_post_capital_contract_convertible_coins (line 5811) | async def margin_v1_post_capital_contract_convertible_coins(self, **pa... method margin_v1_get_managed_subaccount_margin_asset (line 5816) | async def margin_v1_get_managed_subaccount_margin_asset(self, **params): method v3_delete_order_list (line 5821) | async def v3_delete_order_list(self, **params): method margin_v1_post_sub_account_sub_account_api_ip_restriction_ip_list (line 5826) | async def margin_v1_post_sub_account_sub_account_api_ip_restriction_ip... method margin_v1_post_broker_sub_account_api_commission (line 5831) | async def margin_v1_post_broker_sub_account_api_commission(self, **par... method futures_v1_post_fee_burn (line 5836) | async def futures_v1_post_fee_burn(self, **params): method margin_v1_get_broker_sub_account_margin_summary (line 5841) | async def margin_v1_get_broker_sub_account_margin_summary(self, **para... method margin_v1_get_lending_auto_invest_plan_list (line 5846) | async def margin_v1_get_lending_auto_invest_plan_list(self, **params): method margin_v1_get_loan_vip_loanable_data (line 5851) | async def margin_v1_get_loan_vip_loanable_data(self, **params): method margin_v2_get_loan_flexible_collateral_data (line 5856) | async def margin_v2_get_loan_flexible_collateral_data(self, **params): method margin_v1_delete_broker_sub_account_api (line 5861) | async def margin_v1_delete_broker_sub_account_api(self, **params): method margin_v1_get_sol_staking_sol_history_bnsol_rewards_history (line 5866) | async def margin_v1_get_sol_staking_sol_history_bnsol_rewards_history(... method margin_v1_get_convert_limit_query_open_orders (line 5871) | async def margin_v1_get_convert_limit_query_open_orders(self, **params): method v3_get_account_commission (line 5876) | async def v3_get_account_commission(self, **params): method v3_post_order_list_oco (line 5881) | async def v3_post_order_list_oco(self, **params): method margin_v1_get_managed_subaccount_query_trans_log (line 5884) | async def margin_v1_get_managed_subaccount_query_trans_log(self, **par... method margin_v2_post_broker_sub_account_api_ip_restriction (line 5889) | async def margin_v2_post_broker_sub_account_api_ip_restriction(self, *... method margin_v1_get_lending_auto_invest_all_asset (line 5894) | async def margin_v1_get_lending_auto_invest_all_asset(self, **params): method futures_v1_post_convert_accept_quote (line 5899) | async def futures_v1_post_convert_accept_quote(self, **params): method margin_v1_get_spot_delist_schedule (line 5904) | async def margin_v1_get_spot_delist_schedule(self, **params): method margin_v1_post_account_api_restrictions_ip_restriction (line 5909) | async def margin_v1_post_account_api_restrictions_ip_restriction(self,... method margin_v1_get_dci_product_accounts (line 5914) | async def margin_v1_get_dci_product_accounts(self, **params): method margin_v1_get_sub_account_sub_account_api_ip_restriction (line 5919) | async def margin_v1_get_sub_account_sub_account_api_ip_restriction(sel... method margin_v1_get_sub_account_transaction_statistics (line 5924) | async def margin_v1_get_sub_account_transaction_statistics(self, **par... method margin_v1_get_managed_subaccount_deposit_address (line 5929) | async def margin_v1_get_managed_subaccount_deposit_address(self, **par... method margin_v2_get_portfolio_account (line 5934) | async def margin_v2_get_portfolio_account(self, **params): method margin_v1_get_simple_earn_locked_history_redemption_record (line 5939) | async def margin_v1_get_simple_earn_locked_history_redemption_record(s... method futures_v1_get_order_asyn_id (line 5944) | async def futures_v1_get_order_asyn_id(self, **params): method margin_v1_post_managed_subaccount_withdraw (line 5949) | async def margin_v1_post_managed_subaccount_withdraw(self, **params): method margin_v1_get_localentity_deposit_history (line 5954) | async def margin_v1_get_localentity_deposit_history(self, **params): method margin_v1_post_eth_staking_wbeth_wrap (line 5959) | async def margin_v1_post_eth_staking_wbeth_wrap(self, **params): method margin_v1_post_simple_earn_locked_set_redeem_option (line 5964) | async def margin_v1_post_simple_earn_locked_set_redeem_option(self, **... method margin_v1_post_broker_sub_account_api_ip_restriction_ip_list (line 5969) | async def margin_v1_post_broker_sub_account_api_ip_restriction_ip_list... method margin_v1_post_broker_sub_account_api_commission_futures (line 5974) | async def margin_v1_post_broker_sub_account_api_commission_futures(sel... method v3_get_open_orders (line 5979) | async def v3_get_open_orders(self, **params): method margin_v1_get_lending_auto_invest_history_list (line 5982) | async def margin_v1_get_lending_auto_invest_history_list(self, **params): method margin_v1_post_loan_customize_margin_call (line 5987) | async def margin_v1_post_loan_customize_margin_call(self, **params): method margin_v1_get_broker_sub_account_bnb_burn_status (line 5992) | async def margin_v1_get_broker_sub_account_bnb_burn_status(self, **par... method margin_v1_get_managed_subaccount_account_snapshot (line 5997) | async def margin_v1_get_managed_subaccount_account_snapshot(self, **pa... method margin_v1_post_asset_convert_transfer (line 6002) | async def margin_v1_post_asset_convert_transfer(self, **params): method options_v1_get_income_asyn (line 6007) | async def options_v1_get_income_asyn(self, **params): method margin_v1_get_broker_sub_account_api_commission_coin_futures (line 6012) | async def margin_v1_get_broker_sub_account_api_commission_coin_futures... method margin_v2_get_broker_sub_account_futures_summary (line 6017) | async def margin_v2_get_broker_sub_account_futures_summary(self, **par... method margin_v1_get_loan_ongoing_orders (line 6022) | async def margin_v1_get_loan_ongoing_orders(self, **params): method margin_v2_get_loan_flexible_ongoing_orders (line 6027) | async def margin_v2_get_loan_flexible_ongoing_orders(self, **params): method margin_v1_post_algo_futures_new_order_vp (line 6032) | async def margin_v1_post_algo_futures_new_order_vp(self, **params): method futures_v1_post_convert_get_quote (line 6037) | async def futures_v1_post_convert_get_quote(self, **params): method margin_v1_get_algo_spot_sub_orders (line 6042) | async def margin_v1_get_algo_spot_sub_orders(self, **params): method margin_v1_post_portfolio_redeem (line 6047) | async def margin_v1_post_portfolio_redeem(self, **params): method margin_v1_post_lending_auto_invest_plan_add (line 6052) | async def margin_v1_post_lending_auto_invest_plan_add(self, **params): method v3_get_order_list (line 6057) | async def v3_get_order_list(self, **params): method v3_get_my_trades (line 6062) | async def v3_get_my_trades(self, **params): method margin_v1_get_lending_auto_invest_source_asset_list (line 6065) | async def margin_v1_get_lending_auto_invest_source_asset_list(self, **... method margin_v1_get_margin_all_order_list (line 6070) | async def margin_v1_get_margin_all_order_list(self, **params): method margin_v1_post_eth_staking_eth_redeem (line 6075) | async def margin_v1_post_eth_staking_eth_redeem(self, **params): method margin_v1_get_broker_rebate_historical_record (line 6080) | async def margin_v1_get_broker_rebate_historical_record(self, **params): method margin_v1_get_simple_earn_locked_history_subscription_record (line 6085) | async def margin_v1_get_simple_earn_locked_history_subscription_record... method futures_coin_v1_put_order (line 6090) | async def futures_coin_v1_put_order(self, **params): method margin_v1_get_managed_subaccount_asset (line 6095) | async def margin_v1_get_managed_subaccount_asset(self, **params): method margin_v1_get_sol_staking_sol_quota (line 6100) | async def margin_v1_get_sol_staking_sol_quota(self, **params): method margin_v1_post_loan_vip_renew (line 6105) | async def margin_v1_post_loan_vip_renew(self, **params): method margin_v1_get_managed_subaccount_query_trans_log_for_trade_parent (line 6110) | async def margin_v1_get_managed_subaccount_query_trans_log_for_trade_p... method margin_v1_post_sub_account_sub_account_api_ip_restriction (line 6115) | async def margin_v1_post_sub_account_sub_account_api_ip_restriction(se... method margin_v1_get_simple_earn_flexible_history_redemption_record (line 6120) | async def margin_v1_get_simple_earn_flexible_history_redemption_record... method margin_v1_get_broker_sub_account_api (line 6125) | async def margin_v1_get_broker_sub_account_api(self, **params): method options_v1_get_exercise_history (line 6130) | async def options_v1_get_exercise_history(self, **params): method margin_v1_get_convert_exchange_info (line 6135) | async def margin_v1_get_convert_exchange_info(self, **params): method futures_v1_delete_batch_order (line 6140) | async def futures_v1_delete_batch_order(self, **params): method margin_v1_get_eth_staking_eth_history_wbeth_rewards_history (line 6145) | async def margin_v1_get_eth_staking_eth_history_wbeth_rewards_history(... method margin_v1_get_mining_pub_algo_list (line 6150) | async def margin_v1_get_mining_pub_algo_list(self, **params): method options_v1_get_block_trades (line 6155) | async def options_v1_get_block_trades(self, **params): method margin_v1_get_copy_trading_futures_lead_symbol (line 6160) | async def margin_v1_get_copy_trading_futures_lead_symbol(self, **params): method margin_v1_get_mining_worker_list (line 6165) | async def margin_v1_get_mining_worker_list(self, **params): method margin_v1_get_dci_product_list (line 6170) | async def margin_v1_get_dci_product_list(self, **params): method futures_v1_get_convert_order_status (line 6175) | async def futures_v1_get_convert_order_status(self, **params): FILE: binance/base_client.py class BaseClient (line 23) | class BaseClient: method __init__ (line 158) | def __init__( method _get_headers (line 244) | def _get_headers(self) -> Dict: method _init_session (line 258) | def _init_session(self): method _init_private_key (line 261) | def _init_private_key( method _create_api_uri (line 276) | def _create_api_uri( method _create_margin_api_uri (line 287) | def _create_margin_api_uri(self, path: str, version: int = 1) -> str: method _create_papi_api_uri (line 296) | def _create_papi_api_uri(self, path: str, version: int = 1) -> str: method _create_website_uri (line 300) | def _create_website_uri(self, path: str) -> str: method _create_futures_api_uri (line 303) | def _create_futures_api_uri(self, path: str, version: int = 1) -> str: method _create_futures_data_api_uri (line 316) | def _create_futures_data_api_uri(self, path: str) -> str: method _create_futures_coin_api_url (line 322) | def _create_futures_coin_api_url(self, path: str, version: int = 1) ->... method _create_futures_coin_data_api_url (line 335) | def _create_futures_coin_data_api_url(self, path: str, version: int = ... method _create_options_api_uri (line 341) | def _create_options_api_uri(self, path: str) -> str: method _rsa_signature (line 347) | def _rsa_signature(self, query_string: str): method encode_uri_component (line 356) | def encode_uri_component(uri, safe="~()*!.'"): method convert_to_dict (line 360) | def convert_to_dict(list_tuples): method _require_tld (line 364) | def _require_tld(self, required_tld: str, endpoint_name: str = "endpoi... method _ed25519_signature (line 376) | def _ed25519_signature(self, query_string: str): method _hmac_signature (line 384) | def _hmac_signature(self, query_string: str) -> str: method _generate_signature (line 393) | def _generate_signature(self, data: Dict, uri_encode=True) -> str: method _sign_ws_params (line 404) | def _sign_ws_params(self, params, signature_func): method _generate_ws_api_signature (line 412) | def _generate_ws_api_signature(self, data: Dict) -> str: method _ws_futures_api_request (line 422) | async def _ws_futures_api_request(self, method: str, signed: bool, par... method _ws_futures_api_request_sync (line 434) | def _ws_futures_api_request_sync(self, method: str, signed: bool, para... method _make_sync (line 440) | async def _make_sync(self, method): method _ws_api_request (line 443) | async def _ws_api_request(self, method: str, signed: bool, params: dict): method _ws_api_request_sync (line 457) | def _ws_api_request_sync(self, method: str, signed: bool, params: dict): method _get_version (line 465) | def _get_version(version: int, **kwargs) -> int: method uuid22 (line 473) | def uuid22(length=22): method _order_params (line 477) | def _order_params(data: Dict) -> List[Tuple[str, str]]: method _get_request_kwargs (line 498) | def _get_request_kwargs( FILE: binance/client.py class Client (line 24) | class Client(BaseClient): method __init__ (line 25) | def __init__( method _init_session (line 58) | def _init_session(self) -> requests.Session: method _request (line 65) | def _request( method _handle_response (line 110) | def _handle_response(response: requests.Response): method _request_api (line 126) | def _request_api( method _request_futures_api (line 137) | def _request_futures_api( method _request_futures_data_api (line 146) | def _request_futures_data_api(self, method, path, signed=False, **kwar... method _request_futures_coin_api (line 152) | def _request_futures_coin_api( method _request_futures_coin_data_api (line 161) | def _request_futures_coin_data_api( method _request_options_api (line 170) | def _request_options_api(self, method, path, signed=False, **kwargs) -... method _request_margin_api (line 179) | def _request_margin_api( method _request_papi_api (line 188) | def _request_papi_api( method _request_website (line 196) | def _request_website(self, method, path, signed=False, **kwargs) -> Dict: method _get (line 200) | def _get(self, path, signed=False, version=BaseClient.PUBLIC_API_VERSI... method _post (line 203) | def _post( method _put (line 208) | def _put( method _delete (line 213) | def _delete( method get_products (line 220) | def get_products(self) -> Dict: method get_exchange_info (line 236) | def get_exchange_info(self) -> Dict: method get_symbol_info (line 302) | def get_symbol_info(self, symbol) -> Optional[Dict]: method ping (line 355) | def ping(self) -> Dict: method get_server_time (line 371) | def get_server_time(self) -> Dict: method get_all_tickers (line 391) | def get_all_tickers(self) -> List[Dict[str, str]]: method get_orderbook_tickers (line 419) | def get_orderbook_tickers(self, **params) -> Dict: method get_order_book (line 462) | def get_order_book(self, **params) -> Dict: method get_recent_trades (line 499) | def get_recent_trades(self, **params) -> Dict: method get_historical_trades (line 529) | def get_historical_trades(self, **params) -> Dict: method get_aggregate_trades (line 563) | def get_aggregate_trades(self, **params) -> Dict: method aggregate_trade_iter (line 602) | def aggregate_trade_iter(self, symbol: str, start_str=None, last_id=No... method get_ui_klines (line 685) | def get_ui_klines(self, **params) -> Dict: method get_klines (line 727) | def get_klines(self, **params) -> Dict: method _klines (line 769) | def _klines( method _get_earliest_valid_timestamp (line 811) | def _get_earliest_valid_timestamp( method get_historical_klines (line 850) | def get_historical_klines( method _historical_klines (line 897) | def _historical_klines( method get_historical_klines_generator (line 996) | def get_historical_klines_generator( method _historical_klines_generator (line 1039) | def _historical_klines_generator( method get_avg_price (line 1128) | def get_avg_price(self, **params): method get_ticker (line 1147) | def get_ticker(self, **params): method get_symbol_ticker (line 1208) | def get_symbol_ticker(self, **params): method get_symbol_ticker_window (line 1245) | def get_symbol_ticker_window(self, **params): method get_orderbook_ticker (line 1282) | def get_orderbook_ticker(self, **params): method create_order (line 1332) | def create_order(self, **params): method order_limit (line 1453) | def order_limit(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC, **para... method order_limit_buy (line 1489) | def order_limit_buy(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC, **... method order_limit_sell (line 1527) | def order_limit_sell(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC, *... method order_market (line 1561) | def order_market(self, **params): method order_market_buy (line 1592) | def order_market_buy(self, **params): method order_market_sell (line 1620) | def order_market_sell(self, **params): method create_oco_order (line 1648) | def create_oco_order(self, **params): method order_oco_buy (line 1793) | def order_oco_buy(self, **params): method order_oco_sell (line 1835) | def order_oco_sell(self, **params): method create_test_order (line 1877) | def create_test_order(self, **params): method get_order (line 1915) | def get_order(self, **params): method get_all_orders (line 1954) | def get_all_orders(self, **params): method cancel_order (line 1999) | def cancel_order(self, **params): method cancel_all_open_orders (line 2031) | def cancel_all_open_orders(self, **params): method cancel_replace_order (line 2044) | def cancel_replace_order(self, **params): method get_open_orders (line 2152) | def get_open_orders(self, **params): method get_open_oco_orders (line 2189) | def get_open_oco_orders(self, **params): method get_account (line 2224) | def get_account(self, **params): method get_asset_balance (line 2263) | def get_asset_balance(self, asset=None, **params): method get_my_trades (line 2297) | def get_my_trades(self, **params): method get_current_order_count (line 2338) | def get_current_order_count(self, **params): method get_prevented_matches (line 2367) | def get_prevented_matches(self, **params): method get_allocations (line 2404) | def get_allocations(self, **params): method get_system_status (line 2448) | def get_system_status(self): method get_account_status (line 2467) | def get_account_status(self, version=1, **params): method get_account_api_trading_status (line 2492) | def get_account_api_trading_status(self, **params): method get_account_api_permissions (line 2564) | def get_account_api_permissions(self, **params): method get_dust_assets (line 2595) | def get_dust_assets(self, **params): method get_dust_log (line 2624) | def get_dust_log(self, **params): method transfer_dust (line 2696) | def transfer_dust(self, **params): method get_asset_dividend_history (line 2734) | def get_asset_dividend_history(self, **params): method make_universal_transfer (line 2781) | def make_universal_transfer(self, **params): method query_universal_transfer_history (line 2815) | def query_universal_transfer_history(self, **params): method get_trade_fee (line 2871) | def get_trade_fee(self, **params): method get_asset_details (line 2906) | def get_asset_details(self, **params): method get_spot_delist_schedule (line 2939) | def get_spot_delist_schedule(self, **params): method withdraw (line 2972) | def withdraw(self, **params): method get_deposit_history (line 3015) | def get_deposit_history(self, **params): method get_withdraw_history (line 3073) | def get_withdraw_history(self, **params): method get_withdraw_history_id (line 3129) | def get_withdraw_history_id(self, withdraw_id, **params): method get_deposit_address (line 3174) | def get_deposit_address(self, coin: str, network: Optional[str] = None... method stream_get_listen_key (line 3209) | def stream_get_listen_key(self): method stream_keepalive (line 3234) | def stream_keepalive(self, listenKey): method stream_close (line 3256) | def stream_close(self, listenKey): method get_margin_account (line 3280) | def get_margin_account(self, **params): method get_isolated_margin_account (line 3338) | def get_isolated_margin_account(self, **params): method enable_isolated_margin_account (line 3451) | def enable_isolated_margin_account(self, **params): method disable_isolated_margin_account (line 3474) | def disable_isolated_margin_account(self, **params): method get_enabled_isolated_margin_account_limit (line 3497) | def get_enabled_isolated_margin_account_limit(self, **params): method get_margin_dustlog (line 3515) | def get_margin_dustlog(self, **params): method get_margin_dust_assets (line 3586) | def get_margin_dust_assets(self, **params): method transfer_margin_dust (line 3614) | def transfer_margin_dust(self, **params): method get_cross_margin_collateral_ratio (line 3648) | def get_cross_margin_collateral_ratio(self, **params): method get_small_liability_exchange_assets (line 3699) | def get_small_liability_exchange_assets(self, **params): method exchange_small_liability_assets (line 3722) | def exchange_small_liability_assets(self, **params): method get_small_liability_exchange_history (line 3740) | def get_small_liability_exchange_history(self, **params): method get_future_hourly_interest_rate (line 3776) | def get_future_hourly_interest_rate(self, **params): method get_margin_capital_flow (line 3805) | def get_margin_capital_flow(self, **params): method get_margin_asset (line 3852) | def get_margin_asset(self, **params): method get_margin_symbol (line 3882) | def get_margin_symbol(self, **params): method get_margin_all_assets (line 3914) | def get_margin_all_assets(self, **params): method get_margin_all_pairs (line 3951) | def get_margin_all_pairs(self, **params): method create_isolated_margin_account (line 3990) | def create_isolated_margin_account(self, **params): method get_isolated_margin_symbol (line 4021) | def get_isolated_margin_symbol(self, **params): method get_all_isolated_margin_symbols (line 4054) | def get_all_isolated_margin_symbols(self, **params): method get_isolated_margin_fee_data (line 4094) | def get_isolated_margin_fee_data(self, **params): method get_isolated_margin_tier_data (line 4131) | def get_isolated_margin_tier_data(self, **params): method margin_manual_liquidation (line 4163) | def margin_manual_liquidation(self, **params): method toggle_bnb_burn_spot_margin (line 4190) | def toggle_bnb_burn_spot_margin(self, **params): method get_bnb_burn_spot_margin (line 4219) | def get_bnb_burn_spot_margin(self, **params): method get_margin_price_index (line 4243) | def get_margin_price_index(self, **params): method transfer_margin_to_spot (line 4270) | def transfer_margin_to_spot(self, **params): method transfer_spot_to_margin (line 4302) | def transfer_spot_to_margin(self, **params): method transfer_isolated_margin_to_spot (line 4334) | def transfer_isolated_margin_to_spot(self, **params): method transfer_spot_to_isolated_margin (line 4370) | def transfer_spot_to_isolated_margin(self, **params): method get_isolated_margin_tranfer_history (line 4406) | def get_isolated_margin_tranfer_history(self, **params): method create_margin_loan (line 4469) | def create_margin_loan(self, **params): method repay_margin_loan (line 4505) | def repay_margin_loan(self, **params): method create_margin_order (line 4545) | def create_margin_order(self, **params): method cancel_margin_order (line 4670) | def cancel_margin_order(self, **params): method cancel_all_open_margin_orders (line 4715) | def cancel_all_open_margin_orders(self, **params): method set_margin_max_leverage (line 4735) | def set_margin_max_leverage(self, **params): method get_margin_transfer_history (line 4756) | def get_margin_transfer_history(self, **params): method get_margin_loan_details (line 4817) | def get_margin_loan_details(self, **params): method get_margin_repay_details (line 4861) | def get_margin_repay_details(self, **params): method get_cross_margin_data (line 4911) | def get_cross_margin_data(self, **params): method get_margin_interest_history (line 4945) | def get_margin_interest_history(self, **params): method get_margin_force_liquidation_rec (line 4990) | def get_margin_force_liquidation_rec(self, **params): method get_margin_order (line 5033) | def get_margin_order(self, **params): method get_open_margin_orders (line 5079) | def get_open_margin_orders(self, **params): method get_all_margin_orders (line 5128) | def get_all_margin_orders(self, **params): method get_margin_trades (line 5189) | def get_margin_trades(self, **params): method get_max_margin_loan (line 5249) | def get_max_margin_loan(self, **params): method get_max_margin_transfer (line 5274) | def get_max_margin_transfer(self, **params): method get_margin_delist_schedule (line 5299) | def get_margin_delist_schedule(self, **params): method create_margin_oco_order (line 5337) | def create_margin_oco_order(self, **params): method cancel_margin_oco_order (line 5447) | def cancel_margin_oco_order(self, **params): method get_margin_oco_order (line 5530) | def get_margin_oco_order(self, **params): method get_open_margin_oco_orders (line 5576) | def get_open_margin_oco_orders(self, **params): method margin_stream_get_listen_key (line 5651) | def margin_stream_get_listen_key(self): method margin_stream_keepalive (line 5682) | def margin_stream_keepalive(self, listenKey): method margin_stream_close (line 5712) | def margin_stream_close(self, listenKey): method margin_create_listen_token (line 5742) | def margin_create_listen_token(self, symbol: Optional[str] = None, is_... method isolated_margin_stream_get_listen_key (line 5779) | def isolated_margin_stream_get_listen_key(self, symbol): method isolated_margin_stream_keepalive (line 5816) | def isolated_margin_stream_keepalive(self, symbol, listenKey): method isolated_margin_stream_close (line 5848) | def isolated_margin_stream_close(self, symbol, listenKey): method get_simple_earn_flexible_product_list (line 5882) | def get_simple_earn_flexible_product_list(self, **params): method get_simple_earn_locked_product_list (line 5930) | def get_simple_earn_locked_product_list(self, **params): method subscribe_simple_earn_flexible_product (line 5980) | def subscribe_simple_earn_flexible_product(self, **params): method subscribe_simple_earn_locked_product (line 6010) | def subscribe_simple_earn_locked_product(self, **params): method redeem_simple_earn_flexible_product (line 6041) | def redeem_simple_earn_flexible_product(self, **params): method redeem_simple_earn_locked_product (line 6071) | def redeem_simple_earn_locked_product(self, **params): method get_simple_earn_flexible_product_position (line 6097) | def get_simple_earn_flexible_product_position(self, **params): method get_simple_earn_locked_product_position (line 6147) | def get_simple_earn_locked_product_position(self, **params): method get_simple_earn_account (line 6192) | def get_simple_earn_account(self, **params): method get_fixed_activity_project_list (line 6222) | def get_fixed_activity_project_list(self, **params): method change_fixed_activity_to_daily_position (line 6274) | def change_fixed_activity_to_daily_position(self, **params): method get_staking_product_list (line 6286) | def get_staking_product_list(self, **params): method purchase_staking_product (line 6296) | def purchase_staking_product(self, **params): method redeem_staking_product (line 6306) | def redeem_staking_product(self, **params): method get_staking_position (line 6316) | def get_staking_position(self, **params): method get_staking_purchase_history (line 6326) | def get_staking_purchase_history(self, **params): method set_auto_staking (line 6336) | def set_auto_staking(self, **params): method get_personal_left_quota (line 6346) | def get_personal_left_quota(self, **params): method get_staking_asset_us (line 6358) | def get_staking_asset_us(self, **params): method stake_asset_us (line 6368) | def stake_asset_us(self, **params): method unstake_asset_us (line 6378) | def unstake_asset_us(self, **params): method get_staking_balance_us (line 6388) | def get_staking_balance_us(self, **params): method get_staking_history_us (line 6400) | def get_staking_history_us(self, **params): method get_staking_rewards_history_us (line 6410) | def get_staking_rewards_history_us(self, **params): method get_sub_account_list (line 6424) | def get_sub_account_list(self, **params): method get_sub_account_transfer_history (line 6464) | def get_sub_account_transfer_history(self, **params): method get_sub_account_futures_transfer_history (line 6516) | def get_sub_account_futures_transfer_history(self, **params): method create_sub_account_futures_transfer (line 6568) | def create_sub_account_futures_transfer(self, **params): method get_sub_account_assets (line 6602) | def get_sub_account_assets(self, **params): method query_subaccount_spot_summary (line 6653) | def query_subaccount_spot_summary(self, **params): method get_subaccount_deposit_address (line 6693) | def get_subaccount_deposit_address(self, **params): method get_subaccount_deposit_history (line 6725) | def get_subaccount_deposit_history(self, **params): method get_subaccount_futures_margin_status (line 6785) | def get_subaccount_futures_margin_status(self, **params): method enable_subaccount_margin (line 6816) | def enable_subaccount_margin(self, **params): method get_subaccount_margin_details (line 6845) | def get_subaccount_margin_details(self, **params): method get_subaccount_margin_summary (line 6914) | def get_subaccount_margin_summary(self, **params): method enable_subaccount_futures (line 6953) | def enable_subaccount_futures(self, **params): method get_subaccount_futures_details (line 6982) | def get_subaccount_futures_details(self, **params): method get_subaccount_futures_summary (line 7034) | def get_subaccount_futures_summary(self, **params): method get_subaccount_futures_positionrisk (line 7088) | def get_subaccount_futures_positionrisk(self, **params): method make_subaccount_futures_transfer (line 7122) | def make_subaccount_futures_transfer(self, **params): method make_subaccount_margin_transfer (line 7154) | def make_subaccount_margin_transfer(self, **params): method make_subaccount_to_subaccount_transfer (line 7184) | def make_subaccount_to_subaccount_transfer(self, **params): method make_subaccount_to_master_transfer (line 7213) | def make_subaccount_to_master_transfer(self, **params): method get_subaccount_transfer_history (line 7240) | def get_subaccount_transfer_history(self, **params): method make_subaccount_universal_transfer (line 7292) | def make_subaccount_universal_transfer(self, **params): method get_universal_transfer_history (line 7327) | def get_universal_transfer_history(self, **params): method futures_ping (line 7385) | def futures_ping(self): method futures_time (line 7393) | def futures_time(self): method futures_exchange_info (line 7401) | def futures_exchange_info(self): method futures_order_book (line 7409) | def futures_order_book(self, **params): method futures_rpi_depth (line 7417) | def futures_rpi_depth(self, **params): method futures_recent_trades (line 7454) | def futures_recent_trades(self, **params): method futures_historical_trades (line 7462) | def futures_historical_trades(self, **params): method futures_aggregate_trades (line 7470) | def futures_aggregate_trades(self, **params): method futures_klines (line 7479) | def futures_klines(self, **params): method futures_mark_price_klines (line 7487) | def futures_mark_price_klines(self, **params): method futures_index_price_klines (line 7495) | def futures_index_price_klines(self, **params): method futures_premium_index_klines (line 7503) | def futures_premium_index_klines(self, **params): method futures_continuous_klines (line 7511) | def futures_continuous_klines(self, **params): method futures_historical_klines (line 7519) | def futures_historical_klines( method futures_historical_mark_price_klines (line 7547) | def futures_historical_mark_price_klines( method futures_historical_klines_generator (line 7575) | def futures_historical_klines_generator( method futures_mark_price (line 7601) | def futures_mark_price(self, **params): method futures_funding_rate (line 7609) | def futures_funding_rate(self, **params): method futures_top_longshort_account_ratio (line 7617) | def futures_top_longshort_account_ratio(self, **params): method futures_top_longshort_position_ratio (line 7626) | def futures_top_longshort_position_ratio(self, **params): method futures_global_longshort_ratio (line 7635) | def futures_global_longshort_ratio(self, **params): method futures_taker_longshort_ratio (line 7644) | def futures_taker_longshort_ratio(self, **params): method futures_basis (line 7653) | def futures_basis(self, **params): method futures_ticker (line 7662) | def futures_ticker(self, **params): method futures_symbol_ticker (line 7670) | def futures_symbol_ticker(self, **params): method futures_orderbook_ticker (line 7678) | def futures_orderbook_ticker(self, **params): method futures_delivery_price (line 7686) | def futures_delivery_price(self, **params): method futures_index_price_constituents (line 7694) | def futures_index_price_constituents(self, **params): method futures_insurance_fund_balance_snapshot (line 7702) | def futures_insurance_fund_balance_snapshot(self, **params): method futures_liquidation_orders (line 7710) | def futures_liquidation_orders(self, **params): method futures_api_trading_status (line 7718) | def futures_api_trading_status(self, **params): method futures_commission_rate (line 7805) | def futures_commission_rate(self, **params): method futures_adl_quantile_estimate (line 7830) | def futures_adl_quantile_estimate(self, **params): method futures_open_interest (line 7838) | def futures_open_interest(self, **params): method futures_index_info (line 7846) | def futures_index_info(self, **params): method futures_open_interest_hist (line 7854) | def futures_open_interest_hist(self, **params): method futures_leverage_bracket (line 7862) | def futures_leverage_bracket(self, **params): method futures_account_transfer (line 7870) | def futures_account_transfer(self, **params): method transfer_history (line 7878) | def transfer_history(self, **params): method futures_loan_borrow_history (line 7886) | def futures_loan_borrow_history(self, **params): method futures_loan_repay_history (line 7891) | def futures_loan_repay_history(self, **params): method futures_loan_wallet (line 7896) | def futures_loan_wallet(self, **params): method futures_cross_collateral_adjust_history (line 7901) | def futures_cross_collateral_adjust_history(self, **params): method futures_cross_collateral_liquidation_history (line 7906) | def futures_cross_collateral_liquidation_history(self, **params): method futures_loan_interest_history (line 7911) | def futures_loan_interest_history(self, **params): method futures_create_order (line 7916) | def futures_create_order(self, **params): method futures_limit_order (line 7953) | def futures_limit_order(self, **params): method futures_market_order (line 7964) | def futures_market_order(self, **params): method futures_limit_buy_order (line 7976) | def futures_limit_buy_order(self, **params): method futures_limit_sell_order (line 7988) | def futures_limit_sell_order(self, **params): method futures_market_buy_order (line 8000) | def futures_market_buy_order(self, **params): method futures_market_sell_order (line 8012) | def futures_market_sell_order(self, **params): method futures_modify_order (line 8024) | def futures_modify_order(self, **params): method futures_create_test_order (line 8032) | def futures_create_test_order(self, **params): method futures_place_batch_order (line 8040) | def futures_place_batch_order(self, **params): method futures_get_order (line 8059) | def futures_get_order(self, **params): method futures_get_open_orders (line 8083) | def futures_get_open_orders(self, **params): method futures_get_all_orders (line 8099) | def futures_get_all_orders(self, **params): method futures_cancel_order (line 8115) | def futures_cancel_order(self, **params): method futures_cancel_all_open_orders (line 8139) | def futures_cancel_all_open_orders(self, **params): method futures_cancel_orders (line 8157) | def futures_cancel_orders(self, **params): method futures_countdown_cancel_all (line 8175) | def futures_countdown_cancel_all(self, **params): method futures_create_algo_order (line 8202) | def futures_create_algo_order(self, **params): method futures_cancel_algo_order (line 8272) | def futures_cancel_algo_order(self, **params): method futures_cancel_all_algo_open_orders (line 8291) | def futures_cancel_all_algo_open_orders(self, **params): method futures_get_algo_order (line 8308) | def futures_get_algo_order(self, **params): method futures_get_open_algo_orders (line 8327) | def futures_get_open_algo_orders(self, **params): method futures_get_all_algo_orders (line 8342) | def futures_get_all_algo_orders(self, **params): method futures_account_balance (line 8363) | def futures_account_balance(self, **params): method futures_account (line 8371) | def futures_account(self, **params): method futures_symbol_adl_risk (line 8379) | def futures_symbol_adl_risk(self, **params): method futures_change_leverage (line 8420) | def futures_change_leverage(self, **params): method futures_change_margin_type (line 8428) | def futures_change_margin_type(self, **params): method futures_change_position_margin (line 8436) | def futures_change_position_margin(self, **params): method futures_position_margin_history (line 8444) | def futures_position_margin_history(self, **params): method futures_position_information (line 8454) | def futures_position_information(self, **params): method futures_account_trades (line 8462) | def futures_account_trades(self, **params): method futures_income_history (line 8470) | def futures_income_history(self, **params): method futures_change_position_mode (line 8478) | def futures_change_position_mode(self, **params): method futures_get_position_mode (line 8486) | def futures_get_position_mode(self, **params): method futures_change_multi_assets_mode (line 8494) | def futures_change_multi_assets_mode(self, multiAssetsMargin: bool): method futures_get_multi_assets_mode (line 8503) | def futures_get_multi_assets_mode(self): method futures_stream_get_listen_key (line 8511) | def futures_stream_get_listen_key(self): method futures_stream_keepalive (line 8515) | def futures_stream_keepalive(self, listenKey): method futures_stream_close (line 8519) | def futures_stream_close(self, listenKey): method futures_account_config (line 8526) | def futures_account_config(self, **params): method futures_symbol_config (line 8534) | def futures_symbol_config(self, **params): method futures_coin_ping (line 8543) | def futures_coin_ping(self): method futures_coin_time (line 8551) | def futures_coin_time(self): method futures_coin_exchange_info (line 8559) | def futures_coin_exchange_info(self): method futures_coin_order_book (line 8567) | def futures_coin_order_book(self, **params): method futures_coin_recent_trades (line 8575) | def futures_coin_recent_trades(self, **params): method futures_coin_historical_trades (line 8583) | def futures_coin_historical_trades(self, **params): method futures_coin_aggregate_trades (line 8591) | def futures_coin_aggregate_trades(self, **params): method futures_coin_klines (line 8600) | def futures_coin_klines(self, **params): method futures_coin_continous_klines (line 8608) | def futures_coin_continous_klines(self, **params): method futures_coin_index_price_klines (line 8616) | def futures_coin_index_price_klines(self, **params): method futures_coin_premium_index_klines (line 8624) | def futures_coin_premium_index_klines(self, **params): method futures_coin_mark_price_klines (line 8632) | def futures_coin_mark_price_klines(self, **params): method futures_coin_mark_price (line 8640) | def futures_coin_mark_price(self, **params): method futures_coin_funding_rate (line 8648) | def futures_coin_funding_rate(self, **params): method futures_coin_ticker (line 8656) | def futures_coin_ticker(self, **params): method futures_coin_symbol_ticker (line 8664) | def futures_coin_symbol_ticker(self, **params): method futures_coin_orderbook_ticker (line 8672) | def futures_coin_orderbook_ticker(self, **params): method futures_coin_top_longshort_position_ratio (line 8680) | def futures_coin_top_longshort_position_ratio(self, **params): method futures_coin_top_longshort_account_ratio (line 8687) | def futures_coin_top_longshort_account_ratio(self, **params): method futures_coin_global_longshort_ratio (line 8694) | def futures_coin_global_longshort_ratio(self, **params): method futures_coin_taker_buy_sell_volume (line 8701) | def futures_coin_taker_buy_sell_volume(self, **params): method futures_coin_basis (line 8708) | def futures_coin_basis(self, **params): method futures_coin_index_price_constituents (line 8715) | def futures_coin_index_price_constituents(self, **params): method futures_coin_liquidation_orders (line 8723) | def futures_coin_liquidation_orders(self, **params): method futures_coin_open_interest (line 8733) | def futures_coin_open_interest(self, **params): method futures_coin_open_interest_hist (line 8741) | def futures_coin_open_interest_hist(self, **params): method futures_coin_leverage_bracket (line 8751) | def futures_coin_leverage_bracket(self, **params): method new_transfer_history (line 8761) | def new_transfer_history(self, **params): method funding_wallet (line 8769) | def funding_wallet(self, **params): method get_user_asset (line 8779) | def get_user_asset(self, **params): method universal_transfer (line 8789) | def universal_transfer(self, **params): method futures_coin_create_order (line 8798) | def futures_coin_create_order(self, **params): method futures_coin_place_batch_order (line 8808) | def futures_coin_place_batch_order(self, **params): method futures_coin_modify_order (line 8826) | def futures_coin_modify_order(self, **params): method futures_coin_get_order (line 8834) | def futures_coin_get_order(self, **params): method futures_coin_get_open_orders (line 8842) | def futures_coin_get_open_orders(self, **params): method futures_coin_get_all_orders (line 8850) | def futures_coin_get_all_orders(self, **params): method futures_coin_cancel_order (line 8860) | def futures_coin_cancel_order(self, **params): method futures_coin_cancel_all_open_orders (line 8870) | def futures_coin_cancel_all_open_orders(self, **params): method futures_coin_cancel_orders (line 8880) | def futures_coin_cancel_orders(self, **params): method futures_coin_countdown_cancel_all (line 8898) | def futures_coin_countdown_cancel_all(self, **params): method futures_coin_get_open_order (line 8923) | def futures_coin_get_open_order(self, **params): method futures_coin_account_balance (line 8933) | def futures_coin_account_balance(self, **params): method futures_coin_account (line 8943) | def futures_coin_account(self, **params): method futures_coin_change_leverage (line 8953) | def futures_coin_change_leverage(self, **params): method futures_coin_change_margin_type (line 8963) | def futures_coin_change_margin_type(self, **params): method futures_coin_change_position_margin (line 8973) | def futures_coin_change_position_margin(self, **params): method futures_coin_position_margin_history (line 8983) | def futures_coin_position_margin_history(self, **params): method futures_coin_position_information (line 8993) | def futures_coin_position_information(self, **params): method futures_coin_account_trades (line 9001) | def futures_coin_account_trades(self, **params): method futures_coin_income_history (line 9009) | def futures_coin_income_history(self, **params): method futures_coin_change_position_mode (line 9017) | def futures_coin_change_position_mode(self, **params): method futures_coin_get_position_mode (line 9027) | def futures_coin_get_position_mode(self, **params): method futures_coin_stream_get_listen_key (line 9037) | def futures_coin_stream_get_listen_key(self): method futures_coin_stream_keepalive (line 9041) | def futures_coin_stream_keepalive(self, listenKey): method futures_coin_stream_close (line 9047) | def futures_coin_stream_close(self, listenKey): method futures_coin_account_order_history_download (line 9053) | def futures_coin_account_order_history_download(self, **params): method futures_coin_accout_order_history_download_link (line 9085) | def futures_coin_accout_order_history_download_link(self, **params): method futures_coin_account_trade_history_download (line 9126) | def futures_coin_account_trade_history_download(self, **params): method futures_coin_account_trade_history_download_link (line 9154) | def futures_coin_account_trade_history_download_link(self, **params): method get_all_coins_info (line 9193) | def get_all_coins_info(self, **params): method get_account_snapshot (line 9270) | def get_account_snapshot(self, **params): method disable_fast_withdraw_switch (line 9385) | def disable_fast_withdraw_switch(self, **params): method enable_fast_withdraw_switch (line 9402) | def enable_fast_withdraw_switch(self, **params): method options_ping (line 9426) | def options_ping(self): method options_time (line 9434) | def options_time(self): method options_info (line 9442) | def options_info(self): method options_exchange_info (line 9450) | def options_exchange_info(self): method options_index_price (line 9458) | def options_index_price(self, **params): method options_price (line 9469) | def options_price(self, **params): method options_mark_price (line 9480) | def options_mark_price(self, **params): method options_order_book (line 9491) | def options_order_book(self, **params): method options_klines (line 9504) | def options_klines(self, **params): method options_recent_trades (line 9523) | def options_recent_trades(self, **params): method options_historical_trades (line 9536) | def options_historical_trades(self, **params): method options_account_info (line 9553) | def options_account_info(self, **params): method options_get_bill (line 9564) | def options_get_bill(self, **params): method options_funds_transfer (line 9586) | def options_funds_transfer(self, **params): method options_positions (line 9603) | def options_positions(self, **params): method options_exercise_record (line 9616) | def options_exercise_record(self, **params): method options_bill (line 9637) | def options_bill(self, **params): method options_place_order (line 9658) | def options_place_order(self, **params): method options_place_batch_order (line 9691) | def options_place_batch_order(self, **params): method options_cancel_order (line 9709) | def options_cancel_order(self, **params): method options_cancel_batch_order (line 9726) | def options_cancel_batch_order(self, **params): method options_cancel_all_orders (line 9745) | def options_cancel_all_orders(self, **params): method options_query_order (line 9760) | def options_query_order(self, **params): method options_query_pending_orders (line 9777) | def options_query_pending_orders(self, **params): method options_query_order_history (line 9798) | def options_query_order_history(self, **params): method options_user_trades (line 9821) | def options_user_trades(self, **params): method options_create_block_trade_order (line 9846) | def options_create_block_trade_order(self, **params): method options_cancel_block_trade_order (line 9888) | def options_cancel_block_trade_order(self, **params): method options_extend_block_trade_order (line 9909) | def options_extend_block_trade_order(self, **params): method options_get_block_trade_orders (line 9946) | def options_get_block_trade_orders(self, **params): method options_accept_block_trade_order (line 9991) | def options_accept_block_trade_order(self, **params): method options_get_block_trade_order (line 10028) | def options_get_block_trade_order(self, **params): method options_account_get_block_trades (line 10065) | def options_account_get_block_trades(self, **params): method get_fiat_deposit_withdraw_history (line 10123) | def get_fiat_deposit_withdraw_history(self, **params): method get_fiat_payments_history (line 10144) | def get_fiat_payments_history(self, **params): method get_c2c_trade_history (line 10169) | def get_c2c_trade_history(self, **params): method get_pay_trade_history (line 10221) | def get_pay_trade_history(self, **params): method get_convert_trade_history (line 10244) | def get_convert_trade_history(self, **params): method convert_request_quote (line 10265) | def convert_request_quote(self, **params): method convert_accept_quote (line 10289) | def convert_accept_quote(self, **params): method papi_get_balance (line 10313) | def papi_get_balance(self, **params): method papi_get_rate_limit (line 10329) | def papi_get_rate_limit(self, **params): method papi_stream_get_listen_key (line 10343) | def papi_stream_get_listen_key(self): method papi_stream_keepalive (line 10363) | def papi_stream_keepalive(self, listenKey): method papi_stream_close (line 10380) | def papi_stream_close(self, listenKey): method papi_get_account (line 10395) | def papi_get_account(self, **params): method papi_get_margin_max_borrowable (line 10408) | def papi_get_margin_max_borrowable(self, **params): method papi_get_margin_max_withdraw (line 10426) | def papi_get_margin_max_withdraw(self, **params): method papi_get_um_position_risk (line 10444) | def papi_get_um_position_risk(self, **params): method papi_get_cm_position_risk (line 10462) | def papi_get_cm_position_risk(self, **params): method papi_set_um_leverage (line 10480) | def papi_set_um_leverage(self, **params): method papi_set_cm_leverage (line 10499) | def papi_set_cm_leverage(self, **params): method papi_change_um_position_side_dual (line 10518) | def papi_change_um_position_side_dual(self, **params): method papi_change_cm_position_side_dual (line 10536) | def papi_change_cm_position_side_dual(self, **params): method papi_get_um_position_side_dual (line 10554) | def papi_get_um_position_side_dual(self, **params): method papi_get_cm_position_side_dual (line 10569) | def papi_get_cm_position_side_dual(self, **params): method papi_get_um_leverage_bracket (line 10584) | def papi_get_um_leverage_bracket(self, **params): method papi_get_cm_leverage_bracket (line 10602) | def papi_get_cm_leverage_bracket(self, **params): method papi_get_um_api_trading_status (line 10620) | def papi_get_um_api_trading_status(self, **params): method papi_get_um_comission_rate (line 10638) | def papi_get_um_comission_rate(self, **params): method papi_get_cm_comission_rate (line 10656) | def papi_get_cm_comission_rate(self, **params): method papi_get_margin_margin_loan (line 10674) | def papi_get_margin_margin_loan(self, **params): method papi_get_margin_repay_loan (line 10692) | def papi_get_margin_repay_loan(self, **params): method papi_get_repay_futures_switch (line 10710) | def papi_get_repay_futures_switch(self, **params): method papi_repay_futures_switch (line 10725) | def papi_repay_futures_switch(self, **params): method papi_get_margin_interest_history (line 10743) | def papi_get_margin_interest_history(self, **params): method papi_repay_futures_negative_balance (line 10758) | def papi_repay_futures_negative_balance(self, **params): method papi_get_portfolio_interest_history (line 10773) | def papi_get_portfolio_interest_history(self, **params): method papi_get_portfolio_negative_balance_exchange_record (line 10789) | def papi_get_portfolio_negative_balance_exchange_record(self, **params): method papi_fund_auto_collection (line 10804) | def papi_fund_auto_collection(self, **params): method papi_fund_asset_collection (line 10819) | def papi_fund_asset_collection(self, **params): method papi_bnb_transfer (line 10834) | def papi_bnb_transfer(self, **params): method papi_get_um_income_history (line 10847) | def papi_get_um_income_history(self, **params): method papi_get_cm_income_history (line 10860) | def papi_get_cm_income_history(self, **params): method papi_get_um_account (line 10873) | def papi_get_um_account(self, **params): method papi_get_um_account_v2 (line 10886) | def papi_get_um_account_v2(self, **params): method papi_get_cm_account (line 10901) | def papi_get_cm_account(self, **params): method papi_get_um_account_config (line 10914) | def papi_get_um_account_config(self, **params): method papi_get_um_symbol_config (line 10929) | def papi_get_um_symbol_config(self, **params): method papi_get_um_trade_asyn (line 10944) | def papi_get_um_trade_asyn(self, **params): method papi_get_um_trade_asyn_id (line 10957) | def papi_get_um_trade_asyn_id(self, **params): method papi_get_um_order_asyn (line 10972) | def papi_get_um_order_asyn(self, **params): method papi_get_um_order_asyn_id (line 10985) | def papi_get_um_order_asyn_id(self, **params): method papi_get_um_income_asyn (line 11000) | def papi_get_um_income_asyn(self, **params): method papi_get_um_income_asyn_id (line 11013) | def papi_get_um_income_asyn_id(self, **params): method papi_ping (line 11030) | def papi_ping(self, **params): method papi_create_um_order (line 11042) | def papi_create_um_order(self, **params): method papi_create_um_conditional_order (line 11054) | def papi_create_um_conditional_order(self, **params): method papi_create_cm_order (line 11068) | def papi_create_cm_order(self, **params): method papi_create_cm_conditional_order (line 11080) | def papi_create_cm_conditional_order(self, **params): method papi_create_margin_order (line 11094) | def papi_create_margin_order(self, **params): method papi_margin_loan (line 11106) | def papi_margin_loan(self, **params): method papi_repay_loan (line 11116) | def papi_repay_loan(self, **params): method papi_margin_order_oco (line 11126) | def papi_margin_order_oco(self, **params): method papi_cancel_um_order (line 11138) | def papi_cancel_um_order(self, **params): method papi_cancel_um_all_open_orders (line 11148) | def papi_cancel_um_all_open_orders(self, **params): method papi_cancel_um_conditional_order (line 11160) | def papi_cancel_um_conditional_order(self, **params): method papi_cancel_um_conditional_all_open_orders (line 11172) | def papi_cancel_um_conditional_all_open_orders(self, **params): method papi_cancel_cm_order (line 11184) | def papi_cancel_cm_order(self, **params): method papi_cancel_cm_all_open_orders (line 11194) | def papi_cancel_cm_all_open_orders(self, **params): method papi_cancel_cm_conditional_order (line 11206) | def papi_cancel_cm_conditional_order(self, **params): method papi_cancel_cm_conditional_all_open_orders (line 11218) | def papi_cancel_cm_conditional_all_open_orders(self, **params): method papi_cancel_margin_order (line 11230) | def papi_cancel_margin_order(self, **params): method papi_cancel_margin_order_list (line 11242) | def papi_cancel_margin_order_list(self, **params): method papi_cancel_margin_all_open_orders (line 11254) | def papi_cancel_margin_all_open_orders(self, **params): method papi_modify_um_order (line 11266) | def papi_modify_um_order(self, **params): method papi_modify_cm_order (line 11276) | def papi_modify_cm_order(self, **params): method papi_get_um_order (line 11286) | def papi_get_um_order(self, **params): method papi_get_um_all_orders (line 11296) | def papi_get_um_all_orders(self, **params): method papi_get_um_open_order (line 11306) | def papi_get_um_open_order(self, **params): method papi_get_um_open_orders (line 11316) | def papi_get_um_open_orders(self, **params): method papi_get_um_conditional_all_orders (line 11326) | def papi_get_um_conditional_all_orders(self, **params): method papi_get_um_conditional_open_orders (line 11338) | def papi_get_um_conditional_open_orders(self, **params): method papi_get_um_conditional_open_order (line 11350) | def papi_get_um_conditional_open_order(self, **params): method papi_get_um_conditional_order_history (line 11362) | def papi_get_um_conditional_order_history(self, **params): method papi_get_cm_order (line 11374) | def papi_get_cm_order(self, **params): method papi_get_cm_all_orders (line 11384) | def papi_get_cm_all_orders(self, **params): method papi_get_cm_open_order (line 11394) | def papi_get_cm_open_order(self, **params): method papi_get_cm_open_orders (line 11404) | def papi_get_cm_open_orders(self, **params): method papi_get_cm_conditional_all_orders (line 11414) | def papi_get_cm_conditional_all_orders(self, **params): method papi_get_cm_conditional_open_orders (line 11426) | def papi_get_cm_conditional_open_orders(self, **params): method papi_get_cm_conditional_open_order (line 11438) | def papi_get_cm_conditional_open_order(self, **params): method papi_get_cm_conditional_order_history (line 11450) | def papi_get_cm_conditional_order_history(self, **params): method papi_get_um_force_orders (line 11462) | def papi_get_um_force_orders(self, **params): method papi_get_cm_force_orders (line 11472) | def papi_get_cm_force_orders(self, **params): method papi_get_um_order_amendment (line 11482) | def papi_get_um_order_amendment(self, **params): method papi_get_cm_order_amendment (line 11494) | def papi_get_cm_order_amendment(self, **params): method papi_get_margin_force_orders (line 11506) | def papi_get_margin_force_orders(self, **params): method papi_get_um_user_trades (line 11518) | def papi_get_um_user_trades(self, **params): method papi_get_cm_user_trades (line 11528) | def papi_get_cm_user_trades(self, **params): method papi_get_um_adl_quantile (line 11538) | def papi_get_um_adl_quantile(self, **params): method papi_get_cm_adl_quantile (line 11548) | def papi_get_cm_adl_quantile(self, **params): method papi_set_um_fee_burn (line 11558) | def papi_set_um_fee_burn(self, **params): method papi_get_um_fee_burn (line 11568) | def papi_get_um_fee_burn(self, **params): method papi_get_margin_order (line 11578) | def papi_get_margin_order(self, **params): method papi_get_margin_open_orders (line 11588) | def papi_get_margin_open_orders(self, **params): method papi_get_margin_all_orders (line 11600) | def papi_get_margin_all_orders(self, **params): method papi_get_margin_order_list (line 11612) | def papi_get_margin_order_list(self, **params): method papi_get_margin_all_order_list (line 11624) | def papi_get_margin_all_order_list(self, **params): method papi_get_margin_open_order_list (line 11636) | def papi_get_margin_open_order_list(self, **params): method papi_get_margin_my_trades (line 11648) | def papi_get_margin_my_trades(self, **params): method papi_get_margin_repay_debt (line 11660) | def papi_get_margin_repay_debt(self, **params): method close_connection (line 11672) | def close_connection(self): method __del__ (line 11676) | def __del__(self): method ws_create_test_order (line 11683) | def ws_create_test_order(self, **params): method ws_create_order (line 11716) | def ws_create_order(self, **params): method ws_order_limit (line 11731) | def ws_order_limit(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC, **p... method ws_order_limit_buy (line 11761) | def ws_order_limit_buy(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC,... method ws_order_limit_sell (line 11790) | def ws_order_limit_sell(self, timeInForce=BaseClient.TIME_IN_FORCE_GTC... method ws_order_market (line 11816) | def ws_order_market(self, **params): method ws_order_market_buy (line 11839) | def ws_order_market_buy(self, **params): method ws_order_market_sell (line 11859) | def ws_order_market_sell(self, **params): method ws_get_order (line 11879) | def ws_get_order(self, **params): method ws_cancel_order (line 11893) | def ws_cancel_order(self, **params): method ws_cancel_and_replace_order (line 11930) | def ws_cancel_and_replace_order(self, **params): method ws_get_open_orders (line 12019) | def ws_get_open_orders(self, **params): method ws_cancel_all_open_orders (line 12062) | def ws_cancel_all_open_orders(self, **params): method ws_create_oco_order (line 12103) | def ws_create_oco_order(self, **params): method ws_create_oto_order (line 12242) | def ws_create_oto_order(self, **params): method ws_create_otoco_order (line 12380) | def ws_create_otoco_order(self, **params): method ws_get_oco_order (line 12493) | def ws_get_oco_order(self, **params): method ws_cancel_oco_order (line 12546) | def ws_cancel_oco_order(self, **params): method ws_get_oco_open_orders (line 12647) | def ws_get_oco_open_orders(self, **params): method ws_create_sor_order (line 12707) | def ws_create_sor_order(self, **params): method ws_create_test_sor_order (line 12794) | def ws_create_test_sor_order(self, **params): method ws_get_account (line 12878) | def ws_get_account(self, **params): method ws_get_account_rate_limits_orders (line 12935) | def ws_get_account_rate_limits_orders(self, **params): method ws_get_all_orders (line 12975) | def ws_get_all_orders(self, **params): method ws_get_my_trades (line 13040) | def ws_get_my_trades(self, **params): method ws_get_prevented_matches (line 13095) | def ws_get_prevented_matches(self, **params): method ws_get_allocations (line 13144) | def ws_get_allocations(self, **params): method ws_get_commission_rates (line 13195) | def ws_get_commission_rates(self, **params): method ws_get_order_book (line 13237) | def ws_get_order_book(self, **params): method ws_get_recent_trades (line 13284) | def ws_get_recent_trades(self, **params): method ws_get_historical_trades (line 13323) | def ws_get_historical_trades(self, **params): method ws_get_aggregate_trades (line 13364) | def ws_get_aggregate_trades(self, **params): method ws_get_klines (line 13420) | def ws_get_klines(self, **params): method ws_get_uiKlines (line 13491) | def ws_get_uiKlines(self, **params): method ws_get_avg_price (line 13557) | def ws_get_avg_price(self, **params): method ws_get_ticker (line 13578) | def ws_get_ticker(self, **params): method ws_get_trading_day_ticker (line 13649) | def ws_get_trading_day_ticker(self, **params): method ws_get_symbol_ticker_window (line 13710) | def ws_get_symbol_ticker_window(self, **params): method ws_get_symbol_ticker (line 13782) | def ws_get_symbol_ticker(self, **params): method ws_get_orderbook_ticker (line 13820) | def ws_get_orderbook_ticker(self, **params): method ws_ping (line 13866) | def ws_ping(self, **params): method ws_get_time (line 13893) | def ws_get_time(self, **params): method ws_get_exchange_info (line 13922) | def ws_get_exchange_info(self, **params): method ws_futures_get_order_book (line 13983) | def ws_futures_get_order_book(self, **params): method ws_futures_get_all_tickers (line 13990) | def ws_futures_get_all_tickers(self, **params): method ws_futures_get_order_book_ticker (line 13997) | def ws_futures_get_order_book_ticker(self, **params): method ws_futures_create_order (line 14004) | def ws_futures_create_order(self, **params): method ws_futures_edit_order (line 14037) | def ws_futures_edit_order(self, **params): method ws_futures_cancel_order (line 14044) | def ws_futures_cancel_order(self, **params): method ws_futures_get_order (line 14058) | def ws_futures_get_order(self, **params): method ws_futures_v2_account_position (line 14067) | def ws_futures_v2_account_position(self, **params): method ws_futures_account_position (line 14074) | def ws_futures_account_position(self, **params): method ws_futures_v2_account_balance (line 14081) | def ws_futures_v2_account_balance(self, **params): method ws_futures_account_balance (line 14088) | def ws_futures_account_balance(self, **params): method ws_futures_v2_account_status (line 14095) | def ws_futures_v2_account_status(self, **params): method ws_futures_account_status (line 14102) | def ws_futures_account_status(self, **params): method ws_futures_create_algo_order (line 14109) | def ws_futures_create_algo_order(self, **params): method ws_futures_cancel_algo_order (line 14165) | def ws_futures_cancel_algo_order(self, **params): method gift_card_fetch_token_limit (line 14188) | def gift_card_fetch_token_limit(self, **params): method gift_card_fetch_rsa_public_key (line 14213) | def gift_card_fetch_rsa_public_key(self, **params): method gift_card_verify (line 14235) | def gift_card_verify(self, **params): method gift_card_redeem (line 14263) | def gift_card_redeem(self, **params): method gift_card_create (line 14305) | def gift_card_create(self, **params): method gift_card_create_dual_token (line 14339) | def gift_card_create_dual_token(self, **params): method margin_next_hourly_interest_rate (line 14378) | def margin_next_hourly_interest_rate(self, **params): method margin_interest_history (line 14406) | def margin_interest_history(self, **params): method margin_borrow_repay (line 14449) | def margin_borrow_repay(self, **params): method margin_get_borrow_repay_records (line 14477) | def margin_get_borrow_repay_records(self, **params): method margin_interest_rate_history (line 14522) | def margin_interest_rate_history(self, **params): method margin_max_borrowable (line 14559) | def margin_max_borrowable(self, **params): method futures_historical_data_link (line 14587) | def futures_historical_data_link(self, **params): method margin_v1_get_loan_vip_ongoing_orders (line 14630) | def margin_v1_get_loan_vip_ongoing_orders(self, **params): method margin_v1_get_mining_payment_other (line 14644) | def margin_v1_get_mining_payment_other(self, **params): method futures_coin_v1_get_income_asyn_id (line 14658) | def futures_coin_v1_get_income_asyn_id(self, **params): method margin_v1_get_simple_earn_flexible_history_subscription_record (line 14672) | def margin_v1_get_simple_earn_flexible_history_subscription_record(sel... method margin_v1_post_lending_auto_invest_one_off (line 14686) | def margin_v1_post_lending_auto_invest_one_off(self, **params): method margin_v1_post_broker_sub_account_api_commission_coin_futures (line 14698) | def margin_v1_post_broker_sub_account_api_commission_coin_futures(self... method v3_post_order_list_otoco (line 14712) | def v3_post_order_list_otoco(self, **params): method futures_v1_get_order_asyn (line 14724) | def futures_v1_get_order_asyn(self, **params): method margin_v1_get_asset_custody_transfer_history (line 14738) | def margin_v1_get_asset_custody_transfer_history(self, **params): method margin_v1_post_broker_sub_account_blvt (line 14752) | def margin_v1_post_broker_sub_account_blvt(self, **params): method margin_v1_post_sol_staking_sol_redeem (line 14764) | def margin_v1_post_sol_staking_sol_redeem(self, **params): method options_v1_get_countdown_cancel_all (line 14778) | def options_v1_get_countdown_cancel_all(self, **params): method margin_v1_get_margin_trade_coeff (line 14792) | def margin_v1_get_margin_trade_coeff(self, **params): method futures_coin_v1_get_order_amendment (line 14806) | def futures_coin_v1_get_order_amendment(self, **params): method margin_v1_get_margin_available_inventory (line 14820) | def margin_v1_get_margin_available_inventory(self, **params): method margin_v1_post_account_api_restrictions_ip_restriction_ip_list (line 14834) | def margin_v1_post_account_api_restrictions_ip_restriction_ip_list(sel... method margin_v2_get_eth_staking_account (line 14846) | def margin_v2_get_eth_staking_account(self, **params): method margin_v1_get_loan_income (line 14860) | def margin_v1_get_loan_income(self, **params): method futures_coin_v1_get_pm_account_info (line 14874) | def futures_coin_v1_get_pm_account_info(self, **params): method margin_v1_get_managed_subaccount_query_trans_log_for_investor (line 14888) | def margin_v1_get_managed_subaccount_query_trans_log_for_investor(self... method margin_v1_post_dci_product_auto_compound_edit_status (line 14902) | def margin_v1_post_dci_product_auto_compound_edit_status(self, **params): method futures_v1_get_trade_asyn (line 14916) | def futures_v1_get_trade_asyn(self, **params): method margin_v1_get_loan_vip_request_interest_rate (line 14930) | def margin_v1_get_loan_vip_request_interest_rate(self, **params): method futures_v1_get_funding_info (line 14944) | def futures_v1_get_funding_info(self, **params): method margin_v2_get_loan_flexible_repay_rate (line 14958) | def margin_v2_get_loan_flexible_repay_rate(self, **params): method margin_v1_get_lending_auto_invest_plan_id (line 14972) | def margin_v1_get_lending_auto_invest_plan_id(self, **params): method margin_v1_post_loan_adjust_ltv (line 14984) | def margin_v1_post_loan_adjust_ltv(self, **params): method margin_v1_get_mining_statistics_user_status (line 14996) | def margin_v1_get_mining_statistics_user_status(self, **params): method margin_v1_get_broker_transfer_futures (line 15010) | def margin_v1_get_broker_transfer_futures(self, **params): method margin_v1_post_algo_spot_new_order_twap (line 15024) | def margin_v1_post_algo_spot_new_order_twap(self, **params): method margin_v1_get_lending_auto_invest_target_asset_list (line 15038) | def margin_v1_get_lending_auto_invest_target_asset_list(self, **params): method margin_v1_get_capital_deposit_address_list (line 15050) | def margin_v1_get_capital_deposit_address_list(self, **params): method margin_v1_post_broker_sub_account_bnb_burn_margin_interest (line 15064) | def margin_v1_post_broker_sub_account_bnb_burn_margin_interest(self, *... method margin_v2_post_loan_flexible_repay (line 15078) | def margin_v2_post_loan_flexible_repay(self, **params): method margin_v2_get_loan_flexible_loanable_data (line 15092) | def margin_v2_get_loan_flexible_loanable_data(self, **params): method margin_v1_post_broker_sub_account_api_permission (line 15106) | def margin_v1_post_broker_sub_account_api_permission(self, **params): method margin_v1_post_broker_sub_account_api (line 15120) | def margin_v1_post_broker_sub_account_api(self, **params): method margin_v1_get_dci_product_positions (line 15134) | def margin_v1_get_dci_product_positions(self, **params): method margin_v1_post_convert_limit_cancel_order (line 15148) | def margin_v1_post_convert_limit_cancel_order(self, **params): method v3_post_order_list_oto (line 15162) | def v3_post_order_list_oto(self, **params): method margin_v1_get_mining_hash_transfer_config_details_list (line 15174) | def margin_v1_get_mining_hash_transfer_config_details_list(self, **par... method margin_v1_get_mining_hash_transfer_profit_details (line 15188) | def margin_v1_get_mining_hash_transfer_profit_details(self, **params): method margin_v1_get_broker_sub_account (line 15202) | def margin_v1_get_broker_sub_account(self, **params): method margin_v1_get_portfolio_balance (line 15216) | def margin_v1_get_portfolio_balance(self, **params): method margin_v1_post_sub_account_eoptions_enable (line 15230) | def margin_v1_post_sub_account_eoptions_enable(self, **params): method papi_v1_post_ping (line 15244) | def papi_v1_post_ping(self, **params): method margin_v1_get_loan_loanable_data (line 15256) | def margin_v1_get_loan_loanable_data(self, **params): method margin_v1_post_eth_staking_wbeth_unwrap (line 15268) | def margin_v1_post_eth_staking_wbeth_unwrap(self, **params): method margin_v1_get_eth_staking_eth_history_staking_history (line 15280) | def margin_v1_get_eth_staking_eth_history_staking_history(self, **para... method margin_v1_get_staking_staking_record (line 15294) | def margin_v1_get_staking_staking_record(self, **params): method margin_v1_get_broker_rebate_recent_record (line 15306) | def margin_v1_get_broker_rebate_recent_record(self, **params): method margin_v1_get_loan_vip_collateral_account (line 15320) | def margin_v1_get_loan_vip_collateral_account(self, **params): method margin_v1_get_algo_spot_open_orders (line 15334) | def margin_v1_get_algo_spot_open_orders(self, **params): method margin_v1_post_loan_repay (line 15348) | def margin_v1_post_loan_repay(self, **params): method futures_coin_v1_get_funding_info (line 15360) | def futures_coin_v1_get_funding_info(self, **params): method margin_v1_get_margin_leverage_bracket (line 15374) | def margin_v1_get_margin_leverage_bracket(self, **params): method margin_v2_get_portfolio_collateral_rate (line 15388) | def margin_v2_get_portfolio_collateral_rate(self, **params): method margin_v2_post_loan_flexible_adjust_ltv (line 15402) | def margin_v2_post_loan_flexible_adjust_ltv(self, **params): method margin_v1_get_convert_order_status (line 15416) | def margin_v1_get_convert_order_status(self, **params): method margin_v1_get_broker_sub_account_api_ip_restriction (line 15430) | def margin_v1_get_broker_sub_account_api_ip_restriction(self, **params): method margin_v1_post_dci_product_subscribe (line 15444) | def margin_v1_post_dci_product_subscribe(self, **params): method futures_v1_get_income_asyn_id (line 15458) | def futures_v1_get_income_asyn_id(self, **params): method options_v1_post_countdown_cancel_all (line 15472) | def options_v1_post_countdown_cancel_all(self, **params): method margin_v1_post_mining_hash_transfer_config_cancel (line 15486) | def margin_v1_post_mining_hash_transfer_config_cancel(self, **params): method margin_v1_get_broker_sub_account_deposit_hist (line 15500) | def margin_v1_get_broker_sub_account_deposit_hist(self, **params): method margin_v1_get_mining_payment_list (line 15514) | def margin_v1_get_mining_payment_list(self, **params): method futures_v1_get_pm_account_info (line 15528) | def futures_v1_get_pm_account_info(self, **params): method futures_coin_v1_get_adl_quantile (line 15542) | def futures_coin_v1_get_adl_quantile(self, **params): method options_v1_get_income_asyn_id (line 15556) | def options_v1_get_income_asyn_id(self, **params): method v3_post_cancel_replace (line 15570) | def v3_post_cancel_replace(self, **params): method margin_v1_post_account_enable_fast_withdraw_switch (line 15582) | def margin_v1_post_account_enable_fast_withdraw_switch(self, **params): method margin_v1_post_broker_transfer_futures (line 15596) | def margin_v1_post_broker_transfer_futures(self, **params): method margin_v1_post_sol_staking_sol_stake (line 15610) | def margin_v1_post_sol_staking_sol_stake(self, **params): method margin_v1_post_loan_borrow (line 15624) | def margin_v1_post_loan_borrow(self, **params): method margin_v1_get_managed_subaccount_info (line 15636) | def margin_v1_get_managed_subaccount_info(self, **params): method margin_v1_post_lending_auto_invest_plan_edit_status (line 15650) | def margin_v1_post_lending_auto_invest_plan_edit_status(self, **params): method margin_v1_get_sol_staking_sol_history_unclaimed_rewards (line 15662) | def margin_v1_get_sol_staking_sol_history_unclaimed_rewards(self, **pa... method margin_v1_post_asset_convert_transfer_query_by_page (line 15676) | def margin_v1_post_asset_convert_transfer_query_by_page(self, **params): method margin_v1_get_sol_staking_sol_history_boost_rewards_history (line 15688) | def margin_v1_get_sol_staking_sol_history_boost_rewards_history(self, ... method margin_v1_get_lending_auto_invest_one_off_status (line 15702) | def margin_v1_get_lending_auto_invest_one_off_status(self, **params): method margin_v1_post_broker_sub_account (line 15714) | def margin_v1_post_broker_sub_account(self, **params): method margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page (line 15728) | def margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page(sel... method margin_v1_get_mining_pub_coin_list (line 15742) | def margin_v1_get_mining_pub_coin_list(self, **params): method margin_v2_get_loan_flexible_repay_history (line 15756) | def margin_v2_get_loan_flexible_repay_history(self, **params): method v3_post_sor_order (line 15770) | def v3_post_sor_order(self, **params): method margin_v1_post_capital_deposit_credit_apply (line 15782) | def margin_v1_post_capital_deposit_credit_apply(self, **params): method futures_v1_put_batch_order (line 15796) | def futures_v1_put_batch_order(self, **params): method margin_v1_get_mining_statistics_user_list (line 15808) | def margin_v1_get_mining_statistics_user_list(self, **params): method futures_v1_post_batch_order (line 15822) | def futures_v1_post_batch_order(self, **params): method v3_get_ticker_trading_day (line 15834) | def v3_get_ticker_trading_day(self, **params): method margin_v1_get_mining_worker_detail (line 15846) | def margin_v1_get_mining_worker_detail(self, **params): method margin_v1_get_managed_subaccount_fetch_future_asset (line 15860) | def margin_v1_get_managed_subaccount_fetch_future_asset(self, **params): method margin_v1_get_margin_rate_limit_order (line 15874) | def margin_v1_get_margin_rate_limit_order(self, **params): method margin_v1_get_localentity_vasp (line 15888) | def margin_v1_get_localentity_vasp(self, **params): method margin_v1_get_sol_staking_sol_history_rate_history (line 15902) | def margin_v1_get_sol_staking_sol_history_rate_history(self, **params): method margin_v1_post_broker_sub_account_api_ip_restriction (line 15916) | def margin_v1_post_broker_sub_account_api_ip_restriction(self, **params): method margin_v1_get_broker_transfer (line 15928) | def margin_v1_get_broker_transfer(self, **params): method margin_v1_get_sol_staking_account (line 15942) | def margin_v1_get_sol_staking_account(self, **params): method margin_v1_get_account_info (line 15956) | def margin_v1_get_account_info(self, **params): method margin_v1_post_portfolio_repay_futures_switch (line 15970) | def margin_v1_post_portfolio_repay_futures_switch(self, **params): method margin_v1_post_loan_vip_borrow (line 15984) | def margin_v1_post_loan_vip_borrow(self, **params): method margin_v2_get_loan_flexible_ltv_adjustment_history (line 15996) | def margin_v2_get_loan_flexible_ltv_adjustment_history(self, **params): method options_v1_delete_all_open_orders_by_underlying (line 16010) | def options_v1_delete_all_open_orders_by_underlying(self, **params): method margin_v1_get_broker_sub_account_futures_summary (line 16024) | def margin_v1_get_broker_sub_account_futures_summary(self, **params): method margin_v1_get_broker_sub_account_spot_summary (line 16036) | def margin_v1_get_broker_sub_account_spot_summary(self, **params): method margin_v1_post_sub_account_blvt_enable (line 16050) | def margin_v1_post_sub_account_blvt_enable(self, **params): method margin_v1_get_algo_spot_historical_orders (line 16062) | def margin_v1_get_algo_spot_historical_orders(self, **params): method margin_v1_get_loan_vip_repay_history (line 16076) | def margin_v1_get_loan_vip_repay_history(self, **params): method margin_v1_get_loan_borrow_history (line 16090) | def margin_v1_get_loan_borrow_history(self, **params): method margin_v1_post_lending_auto_invest_redeem (line 16104) | def margin_v1_post_lending_auto_invest_redeem(self, **params): method futures_coin_v1_get_income_asyn (line 16116) | def futures_coin_v1_get_income_asyn(self, **params): method margin_v1_post_managed_subaccount_deposit (line 16130) | def margin_v1_post_managed_subaccount_deposit(self, **params): method margin_v1_post_lending_daily_purchase (line 16144) | def margin_v1_post_lending_daily_purchase(self, **params): method futures_v1_get_trade_asyn_id (line 16156) | def futures_v1_get_trade_asyn_id(self, **params): method margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_list (line 16170) | def margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_lis... method margin_v1_get_copy_trading_futures_user_status (line 16184) | def margin_v1_get_copy_trading_futures_user_status(self, **params): method options_v1_get_margin_account (line 16198) | def options_v1_get_margin_account(self, **params): method options_get_market_maker_protection_config (line 16212) | def options_get_market_maker_protection_config(self, **params): method options_post_market_maker_protection_config (line 16225) | def options_post_market_maker_protection_config(self, **params): method options_reset_market_maker_protection_config (line 16246) | def options_reset_market_maker_protection_config(self, **params): method margin_v1_post_localentity_withdraw_apply (line 16259) | def margin_v1_post_localentity_withdraw_apply(self, **params): method margin_v1_get_asset_wallet_balance (line 16273) | def margin_v1_get_asset_wallet_balance(self, **params): method margin_v1_post_broker_transfer (line 16287) | def margin_v1_post_broker_transfer(self, **params): method margin_v1_post_lending_customized_fixed_purchase (line 16301) | def margin_v1_post_lending_customized_fixed_purchase(self, **params): method margin_v1_post_algo_futures_new_order_twap (line 16313) | def margin_v1_post_algo_futures_new_order_twap(self, **params): method margin_v2_post_eth_staking_eth_stake (line 16327) | def margin_v2_post_eth_staking_eth_stake(self, **params): method margin_v1_post_loan_flexible_repay_history (line 16341) | def margin_v1_post_loan_flexible_repay_history(self, **params): method margin_v1_get_lending_auto_invest_index_info (line 16353) | def margin_v1_get_lending_auto_invest_index_info(self, **params): method margin_v1_get_sol_staking_sol_history_redemption_history (line 16365) | def margin_v1_get_sol_staking_sol_history_redemption_history(self, **p... method margin_v1_get_broker_rebate_futures_recent_record (line 16379) | def margin_v1_get_broker_rebate_futures_recent_record(self, **params): method margin_v3_get_broker_sub_account_futures_summary (line 16393) | def margin_v3_get_broker_sub_account_futures_summary(self, **params): method margin_v1_get_lending_auto_invest_target_asset_roi_list (line 16407) | def margin_v1_get_lending_auto_invest_target_asset_roi_list(self, **pa... method margin_v1_get_broker_universal_transfer (line 16419) | def margin_v1_get_broker_universal_transfer(self, **params): method futures_v1_put_batch_orders (line 16433) | def futures_v1_put_batch_orders(self, **params): method options_v1_post_countdown_cancel_all_heart_beat (line 16447) | def options_v1_post_countdown_cancel_all_heart_beat(self, **params): method margin_v1_get_loan_collateral_data (line 16461) | def margin_v1_get_loan_collateral_data(self, **params): method margin_v1_get_loan_repay_history (line 16473) | def margin_v1_get_loan_repay_history(self, **params): method margin_v1_post_convert_limit_place_order (line 16487) | def margin_v1_post_convert_limit_place_order(self, **params): method futures_v1_get_convert_exchange_info (line 16501) | def futures_v1_get_convert_exchange_info(self, **params): method v3_get_all_order_list (line 16515) | def v3_get_all_order_list(self, **params): method margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list (line 16527) | def margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list(sel... method margin_v1_post_sub_account_virtual_sub_account (line 16541) | def margin_v1_post_sub_account_virtual_sub_account(self, **params): method margin_v1_put_localentity_deposit_provide_info (line 16555) | def margin_v1_put_localentity_deposit_provide_info(self, **params): method margin_v1_post_portfolio_mint (line 16569) | def margin_v1_post_portfolio_mint(self, **params): method futures_v1_get_order_amendment (line 16583) | def futures_v1_get_order_amendment(self, **params): method margin_v1_post_sol_staking_sol_claim (line 16597) | def margin_v1_post_sol_staking_sol_claim(self, **params): method margin_v1_post_lending_daily_redeem (line 16611) | def margin_v1_post_lending_daily_redeem(self, **params): method margin_v1_post_mining_hash_transfer_config (line 16623) | def margin_v1_post_mining_hash_transfer_config(self, **params): method margin_v1_get_lending_auto_invest_rebalance_history (line 16637) | def margin_v1_get_lending_auto_invest_rebalance_history(self, **params): method margin_v1_get_loan_repay_collateral_rate (line 16649) | def margin_v1_get_loan_repay_collateral_rate(self, **params): method futures_v1_get_income_asyn (line 16661) | def futures_v1_get_income_asyn(self, **params): method margin_v1_get_mining_payment_uid (line 16675) | def margin_v1_get_mining_payment_uid(self, **params): method margin_v2_get_loan_flexible_borrow_history (line 16689) | def margin_v2_get_loan_flexible_borrow_history(self, **params): method margin_v1_get_capital_contract_convertible_coins (line 16703) | def margin_v1_get_capital_contract_convertible_coins(self, **params): method margin_v1_post_broker_sub_account_api_permission_vanilla_options (line 16715) | def margin_v1_post_broker_sub_account_api_permission_vanilla_options(s... method margin_v1_get_lending_auto_invest_redeem_history (line 16727) | def margin_v1_get_lending_auto_invest_redeem_history(self, **params): method margin_v2_get_localentity_withdraw_history (line 16741) | def margin_v2_get_localentity_withdraw_history(self, **params): method margin_v1_get_eth_staking_eth_history_redemption_history (line 16755) | def margin_v1_get_eth_staking_eth_history_redemption_history(self, **p... method futures_v1_get_fee_burn (line 16769) | def futures_v1_get_fee_burn(self, **params): method margin_v1_get_lending_auto_invest_index_user_summary (line 16783) | def margin_v1_get_lending_auto_invest_index_user_summary(self, **params): method margin_v2_post_loan_flexible_borrow (line 16795) | def margin_v2_post_loan_flexible_borrow(self, **params): method margin_v1_post_loan_vip_repay (line 16809) | def margin_v1_post_loan_vip_repay(self, **params): method futures_coin_v1_get_commission_rate (line 16823) | def futures_coin_v1_get_commission_rate(self, **params): method margin_v1_get_convert_asset_info (line 16837) | def margin_v1_get_convert_asset_info(self, **params): method v3_post_sor_order_test (line 16851) | def v3_post_sor_order_test(self, **params): method margin_v1_post_broker_universal_transfer (line 16863) | def margin_v1_post_broker_universal_transfer(self, **params): method margin_v1_post_account_disable_fast_withdraw_switch (line 16877) | def margin_v1_post_account_disable_fast_withdraw_switch(self, **params): method futures_v1_get_asset_index (line 16891) | def futures_v1_get_asset_index(self, **params): method margin_v1_get_account_api_restrictions_ip_restriction (line 16905) | def margin_v1_get_account_api_restrictions_ip_restriction(self, **para... method margin_v1_post_broker_sub_account_bnb_burn_spot (line 16917) | def margin_v1_post_broker_sub_account_bnb_burn_spot(self, **params): method futures_coin_v1_put_order (line 16931) | def futures_coin_v1_put_order(self, **params): method futures_coin_v1_put_batch_orders (line 16945) | def futures_coin_v1_put_batch_orders(self, **params): method margin_v1_get_margin_delist_schedule (line 16959) | def margin_v1_get_margin_delist_schedule(self, **params): method margin_v1_post_broker_sub_account_api_permission_universal_transfer (line 16971) | def margin_v1_post_broker_sub_account_api_permission_universal_transfe... method margin_v1_get_loan_ltv_adjustment_history (line 16985) | def margin_v1_get_loan_ltv_adjustment_history(self, **params): method margin_v1_get_localentity_withdraw_history (line 16999) | def margin_v1_get_localentity_withdraw_history(self, **params): method margin_v2_post_sub_account_sub_account_api_ip_restriction (line 17011) | def margin_v2_post_sub_account_sub_account_api_ip_restriction(self, **... method futures_v1_get_rate_limit_order (line 17025) | def futures_v1_get_rate_limit_order(self, **params): method margin_v1_get_broker_sub_account_api_commission_futures (line 17039) | def margin_v1_get_broker_sub_account_api_commission_futures(self, **pa... method margin_v1_get_sol_staking_sol_history_staking_history (line 17053) | def margin_v1_get_sol_staking_sol_history_staking_history(self, **para... method futures_v1_get_open_order (line 17067) | def futures_v1_get_open_order(self, **params): method margin_v1_delete_algo_spot_order (line 17081) | def margin_v1_delete_algo_spot_order(self, **params): method margin_v1_delete_account_api_restrictions_ip_restriction_ip_list (line 17095) | def margin_v1_delete_account_api_restrictions_ip_restriction_ip_list(s... method margin_v1_post_capital_contract_convertible_coins (line 17107) | def margin_v1_post_capital_contract_convertible_coins(self, **params): method margin_v1_get_managed_subaccount_margin_asset (line 17119) | def margin_v1_get_managed_subaccount_margin_asset(self, **params): method v3_delete_order_list (line 17133) | def v3_delete_order_list(self, **params): method margin_v1_post_sub_account_sub_account_api_ip_restriction_ip_list (line 17145) | def margin_v1_post_sub_account_sub_account_api_ip_restriction_ip_list(... method margin_v1_post_broker_sub_account_api_commission (line 17157) | def margin_v1_post_broker_sub_account_api_commission(self, **params): method futures_v1_post_fee_burn (line 17171) | def futures_v1_post_fee_burn(self, **params): method margin_v1_get_broker_sub_account_margin_summary (line 17185) | def margin_v1_get_broker_sub_account_margin_summary(self, **params): method margin_v1_get_lending_auto_invest_plan_list (line 17199) | def margin_v1_get_lending_auto_invest_plan_list(self, **params): method margin_v1_get_loan_vip_loanable_data (line 17211) | def margin_v1_get_loan_vip_loanable_data(self, **params): method margin_v2_get_loan_flexible_collateral_data (line 17225) | def margin_v2_get_loan_flexible_collateral_data(self, **params): method margin_v1_delete_broker_sub_account_api (line 17239) | def margin_v1_delete_broker_sub_account_api(self, **params): method margin_v1_get_sol_staking_sol_history_bnsol_rewards_history (line 17253) | def margin_v1_get_sol_staking_sol_history_bnsol_rewards_history(self, ... method margin_v1_get_convert_limit_query_open_orders (line 17267) | def margin_v1_get_convert_limit_query_open_orders(self, **params): method v3_get_account_commission (line 17281) | def v3_get_account_commission(self, **params): method margin_v1_get_managed_subaccount_query_trans_log (line 17293) | def margin_v1_get_managed_subaccount_query_trans_log(self, **params): method margin_v2_post_broker_sub_account_api_ip_restriction (line 17307) | def margin_v2_post_broker_sub_account_api_ip_restriction(self, **params): method margin_v1_get_lending_auto_invest_all_asset (line 17321) | def margin_v1_get_lending_auto_invest_all_asset(self, **params): method futures_v1_post_convert_accept_quote (line 17333) | def futures_v1_post_convert_accept_quote(self, **params): method margin_v1_get_spot_delist_schedule (line 17347) | def margin_v1_get_spot_delist_schedule(self, **params): method margin_v1_post_account_api_restrictions_ip_restriction (line 17361) | def margin_v1_post_account_api_restrictions_ip_restriction(self, **par... method margin_v1_get_dci_product_accounts (line 17373) | def margin_v1_get_dci_product_accounts(self, **params): method margin_v1_get_sub_account_sub_account_api_ip_restriction (line 17387) | def margin_v1_get_sub_account_sub_account_api_ip_restriction(self, **p... method margin_v1_get_sub_account_transaction_statistics (line 17401) | def margin_v1_get_sub_account_transaction_statistics(self, **params): method margin_v1_get_managed_subaccount_deposit_address (line 17415) | def margin_v1_get_managed_subaccount_deposit_address(self, **params): method margin_v2_get_portfolio_account (line 17429) | def margin_v2_get_portfolio_account(self, **params): method margin_v1_get_simple_earn_locked_history_redemption_record (line 17443) | def margin_v1_get_simple_earn_locked_history_redemption_record(self, *... method futures_v1_get_order_asyn_id (line 17457) | def futures_v1_get_order_asyn_id(self, **params): method margin_v1_post_managed_subaccount_withdraw (line 17471) | def margin_v1_post_managed_subaccount_withdraw(self, **params): method margin_v1_get_localentity_deposit_history (line 17485) | def margin_v1_get_localentity_deposit_history(self, **params): method margin_v1_post_eth_staking_wbeth_wrap (line 17499) | def margin_v1_post_eth_staking_wbeth_wrap(self, **params): method margin_v1_post_simple_earn_locked_set_redeem_option (line 17513) | def margin_v1_post_simple_earn_locked_set_redeem_option(self, **params): method margin_v1_post_broker_sub_account_api_ip_restriction_ip_list (line 17527) | def margin_v1_post_broker_sub_account_api_ip_restriction_ip_list(self,... method margin_v1_post_broker_sub_account_api_commission_futures (line 17539) | def margin_v1_post_broker_sub_account_api_commission_futures(self, **p... method margin_v1_get_lending_auto_invest_history_list (line 17553) | def margin_v1_get_lending_auto_invest_history_list(self, **params): method margin_v1_post_loan_customize_margin_call (line 17565) | def margin_v1_post_loan_customize_margin_call(self, **params): method margin_v1_get_broker_sub_account_bnb_burn_status (line 17577) | def margin_v1_get_broker_sub_account_bnb_burn_status(self, **params): method margin_v1_get_managed_subaccount_account_snapshot (line 17591) | def margin_v1_get_managed_subaccount_account_snapshot(self, **params): method margin_v1_post_asset_convert_transfer (line 17605) | def margin_v1_post_asset_convert_transfer(self, **params): method options_v1_get_income_asyn (line 17617) | def options_v1_get_income_asyn(self, **params): method margin_v1_get_broker_sub_account_api_commission_coin_futures (line 17631) | def margin_v1_get_broker_sub_account_api_commission_coin_futures(self,... method margin_v2_get_broker_sub_account_futures_summary (line 17645) | def margin_v2_get_broker_sub_account_futures_summary(self, **params): method margin_v1_get_loan_ongoing_orders (line 17657) | def margin_v1_get_loan_ongoing_orders(self, **params): method margin_v2_get_loan_flexible_ongoing_orders (line 17669) | def margin_v2_get_loan_flexible_ongoing_orders(self, **params): method margin_v1_post_algo_futures_new_order_vp (line 17683) | def margin_v1_post_algo_futures_new_order_vp(self, **params): method futures_v1_post_convert_get_quote (line 17697) | def futures_v1_post_convert_get_quote(self, **params): method margin_v1_get_algo_spot_sub_orders (line 17711) | def margin_v1_get_algo_spot_sub_orders(self, **params): method margin_v1_post_portfolio_redeem (line 17725) | def margin_v1_post_portfolio_redeem(self, **params): method margin_v1_post_lending_auto_invest_plan_add (line 17739) | def margin_v1_post_lending_auto_invest_plan_add(self, **params): method v3_get_order_list (line 17751) | def v3_get_order_list(self, **params): method margin_v1_get_lending_auto_invest_source_asset_list (line 17763) | def margin_v1_get_lending_auto_invest_source_asset_list(self, **params): method margin_v1_get_margin_all_order_list (line 17775) | def margin_v1_get_margin_all_order_list(self, **params): method margin_v1_post_eth_staking_eth_redeem (line 17789) | def margin_v1_post_eth_staking_eth_redeem(self, **params): method margin_v1_get_broker_rebate_historical_record (line 17803) | def margin_v1_get_broker_rebate_historical_record(self, **params): method margin_v1_get_simple_earn_locked_history_subscription_record (line 17815) | def margin_v1_get_simple_earn_locked_history_subscription_record(self,... method margin_v1_get_managed_subaccount_asset (line 17829) | def margin_v1_get_managed_subaccount_asset(self, **params): method margin_v1_get_sol_staking_sol_quota (line 17843) | def margin_v1_get_sol_staking_sol_quota(self, **params): method margin_v1_post_loan_vip_renew (line 17857) | def margin_v1_post_loan_vip_renew(self, **params): method margin_v1_get_managed_subaccount_query_trans_log_for_trade_parent (line 17869) | def margin_v1_get_managed_subaccount_query_trans_log_for_trade_parent(... method margin_v1_post_sub_account_sub_account_api_ip_restriction (line 17883) | def margin_v1_post_sub_account_sub_account_api_ip_restriction(self, **... method margin_v1_get_simple_earn_flexible_history_redemption_record (line 17895) | def margin_v1_get_simple_earn_flexible_history_redemption_record(self,... method margin_v1_get_broker_sub_account_api (line 17909) | def margin_v1_get_broker_sub_account_api(self, **params): method options_v1_get_exercise_history (line 17923) | def options_v1_get_exercise_history(self, **params): method options_open_interest (line 17937) | def options_open_interest(self, **params): method margin_v1_get_convert_exchange_info (line 17952) | def margin_v1_get_convert_exchange_info(self, **params): method futures_v1_delete_batch_order (line 17966) | def futures_v1_delete_batch_order(self, **params): method margin_v1_get_eth_staking_eth_history_wbeth_rewards_history (line 17978) | def margin_v1_get_eth_staking_eth_history_wbeth_rewards_history(self, ... method margin_v1_get_mining_pub_algo_list (line 17992) | def margin_v1_get_mining_pub_algo_list(self, **params): method options_v1_get_block_trades (line 18006) | def options_v1_get_block_trades(self, **params): method margin_v1_get_copy_trading_futures_lead_symbol (line 18020) | def margin_v1_get_copy_trading_futures_lead_symbol(self, **params): method margin_v1_get_mining_worker_list (line 18034) | def margin_v1_get_mining_worker_list(self, **params): method margin_v1_get_dci_product_list (line 18048) | def margin_v1_get_dci_product_list(self, **params): method futures_v1_get_convert_order_status (line 18062) | def futures_v1_get_convert_order_status(self, **params): FILE: binance/enums.py class HistoricalKlinesType (line 74) | class HistoricalKlinesType(Enum): class FuturesType (line 84) | class FuturesType(Enum): class ContractType (line 89) | class ContractType(Enum): FILE: binance/exceptions.py class BinanceAPIException (line 5) | class BinanceAPIException(Exception): method __init__ (line 6) | def __init__(self, response, status_code, text): method __str__ (line 21) | def __str__(self): # pragma: no cover class BinanceRequestException (line 25) | class BinanceRequestException(Exception): method __init__ (line 26) | def __init__(self, message): method __str__ (line 29) | def __str__(self): class BinanceOrderException (line 33) | class BinanceOrderException(Exception): method __init__ (line 34) | def __init__(self, code, message): method __str__ (line 38) | def __str__(self): class BinanceOrderMinAmountException (line 42) | class BinanceOrderMinAmountException(BinanceOrderException): method __init__ (line 43) | def __init__(self, value): class BinanceOrderMinPriceException (line 48) | class BinanceOrderMinPriceException(BinanceOrderException): method __init__ (line 49) | def __init__(self, value): class BinanceOrderMinTotalException (line 54) | class BinanceOrderMinTotalException(BinanceOrderException): method __init__ (line 55) | def __init__(self, value): class BinanceOrderUnknownSymbolException (line 60) | class BinanceOrderUnknownSymbolException(BinanceOrderException): method __init__ (line 61) | def __init__(self, value): class BinanceOrderInactiveSymbolException (line 66) | class BinanceOrderInactiveSymbolException(BinanceOrderException): method __init__ (line 67) | def __init__(self, value): class BinanceWebsocketUnableToConnect (line 72) | class BinanceWebsocketUnableToConnect(Exception): class BinanceWebsocketQueueOverflow (line 76) | class BinanceWebsocketQueueOverflow(Exception): class BinanceWebsocketClosed (line 80) | class BinanceWebsocketClosed(Exception): class ReadLoopClosed (line 84) | class ReadLoopClosed(Exception): class NotImplementedException (line 88) | class NotImplementedException(Exception): method __init__ (line 89) | def __init__(self, value): class UnknownDateFormat (line 94) | class UnknownDateFormat(Exception): class BinanceRegionException (line 98) | class BinanceRegionException(Exception): method __init__ (line 101) | def __init__( method __str__ (line 113) | def __str__(self): FILE: binance/helpers.py function date_to_milliseconds (line 14) | def date_to_milliseconds(date_str: str) -> int: function interval_to_milliseconds (line 38) | def interval_to_milliseconds(interval: str) -> Optional[int]: function round_step_size (line 62) | def round_step_size( function convert_ts_str (line 76) | def convert_ts_str(ts_str): function convert_list_to_json_array (line 84) | def convert_list_to_json_array(l): function get_loop (line 91) | def get_loop(): FILE: binance/ws/constants.py class WSListenerState (line 6) | class WSListenerState(Enum): FILE: binance/ws/depthcache.py class DepthCache (line 12) | class DepthCache(object): method __init__ (line 13) | def __init__(self, symbol, conv_type: Callable = float): method add_bid (line 29) | def add_bid(self, bid): method add_ask (line 40) | def add_ask(self, ask): method get_bids (line 51) | def get_bids(self): method get_asks (line 84) | def get_asks(self): method sort_depth (line 120) | def sort_depth(vals, reverse=False, conv_type: Callable = float): class BaseDepthCacheManager (line 138) | class BaseDepthCacheManager: method __init__ (line 141) | def __init__( method __aenter__ (line 182) | async def __aenter__(self): method __aexit__ (line 187) | async def __aexit__(self, *args, **kwargs): method recv (line 191) | async def recv(self): method _init_cache (line 203) | async def _init_cache(self): method _start_socket (line 216) | async def _start_socket(self): method _get_socket (line 223) | def _get_socket(self): method _depth_event (line 226) | async def _depth_event(self, msg): method _process_depth_message (line 245) | async def _process_depth_message(self, msg): method _apply_orders (line 265) | def _apply_orders(self, msg): method get_depth_cache (line 275) | def get_depth_cache(self): method close (line 283) | async def close(self): method get_symbol (line 290) | def get_symbol(self): class DepthCacheManager (line 298) | class DepthCacheManager(BaseDepthCacheManager): method __init__ (line 299) | def __init__( method _init_cache (line 330) | async def _init_cache(self): method _start_socket (line 361) | async def _start_socket(self): method _get_socket (line 371) | def _get_socket(self): method _process_depth_message (line 374) | async def _process_depth_message(self, msg): class FuturesDepthCacheManager (line 410) | class FuturesDepthCacheManager(BaseDepthCacheManager): method _process_depth_message (line 411) | async def _process_depth_message(self, msg): method _apply_orders (line 421) | def _apply_orders(self, msg): method _get_socket (line 429) | def _get_socket(self): class OptionsDepthCacheManager (line 434) | class OptionsDepthCacheManager(BaseDepthCacheManager): method _get_socket (line 435) | def _get_socket(self): class ThreadedDepthCacheManager (line 439) | class ThreadedDepthCacheManager(ThreadedApiManager): method __init__ (line 440) | def __init__( method _start_depth_cache (line 450) | def _start_depth_cache( method start_depth_cache (line 481) | def start_depth_cache( method start_futures_depth_socket (line 502) | def start_futures_depth_socket( method start_options_depth_socket (line 521) | def start_options_depth_socket( FILE: binance/ws/keepalive_websocket.py class KeepAliveWebsocket (line 8) | class KeepAliveWebsocket(ReconnectingWebsocket): method __init__ (line 9) | def __init__( method __aexit__ (line 39) | async def __aexit__(self, *args, **kwargs): method _build_path (line 56) | def _build_path(self): method _before_connect (line 62) | async def _before_connect(self): method connect (line 120) | async def connect(self): method recv (line 140) | async def recv(self): method _after_connect (line 155) | async def _after_connect(self): method _start_socket_timer (line 159) | def _start_socket_timer(self): method _subscribe_to_user_data_stream (line 164) | async def _subscribe_to_user_data_stream(self): method _subscribe_to_margin_data_stream (line 174) | async def _subscribe_to_margin_data_stream(self): method _subscribe_to_isolated_margin_data_stream (line 193) | async def _subscribe_to_isolated_margin_data_stream(self, symbol: str): method _unsubscribe_from_user_data_stream (line 212) | async def _unsubscribe_from_user_data_stream(self): method _get_listen_key (line 224) | async def _get_listen_key(self): method _keepalive_socket (line 242) | async def _keepalive_socket(self): FILE: binance/ws/reconnecting_websocket.py class ReconnectingWebsocket (line 45) | class ReconnectingWebsocket: method __init__ (line 52) | def __init__( method json_dumps (line 81) | def json_dumps(self, msg) -> str: method json_loads (line 86) | def json_loads(self, msg): method __aenter__ (line 91) | async def __aenter__(self): method close (line 95) | async def close(self): method __aexit__ (line 98) | async def __aexit__(self, exc_type, exc_val, exc_tb): method connect (line 110) | async def connect(self): method _kill_read_loop (line 146) | async def _kill_read_loop(self): method _before_connect (line 152) | async def _before_connect(self): method _after_connect (line 155) | async def _after_connect(self): method _handle_message (line 158) | def _handle_message(self, evt): method _read_loop (line 180) | async def _read_loop(self): method _run_reconnect (line 258) | async def _run_reconnect(self): method recv (line 276) | async def recv(self): method _wait_for_reconnect (line 289) | async def _wait_for_reconnect(self): method _get_reconnect_wait (line 296) | def _get_reconnect_wait(self, attempts: int) -> int: method before_reconnect (line 300) | async def before_reconnect(self): method _reconnect (line 309) | def _reconnect(self): FILE: binance/ws/streams.py class BinanceSocketType (line 19) | class BinanceSocketType(str, Enum): class BinanceSocketManager (line 27) | class BinanceSocketManager: method __init__ (line 43) | def __init__( method _get_stream_url (line 78) | def _get_stream_url(self, stream_url: Optional[str] = None): method _get_socket (line 88) | def _get_socket( method _get_account_socket (line 114) | def _get_account_socket( method _get_futures_socket (line 138) | def _get_futures_socket( method _get_options_socket (line 156) | def _get_options_socket(self, path: str, prefix: str = "ws/"): method _exit_socket (line 166) | async def _exit_socket(self, path: str): method depth_socket (line 169) | def depth_socket( method kline_socket (line 247) | def kline_socket(self, symbol: str, interval=AsyncClient.KLINE_INTERVA... method kline_futures_socket (line 291) | def kline_futures_socket( method miniticker_socket (line 345) | def miniticker_socket(self, update_time: int = 1000): method trade_socket (line 377) | def trade_socket(self, symbol: str): method aggtrade_socket (line 409) | def aggtrade_socket(self, symbol: str): method aggtrade_futures_socket (line 440) | def aggtrade_futures_socket( method symbol_miniticker_socket (line 472) | def symbol_miniticker_socket(self, symbol: str): method symbol_ticker_socket (line 501) | def symbol_ticker_socket(self, symbol: str): method ticker_socket (line 544) | def ticker_socket(self): method futures_ticker_socket (line 588) | def futures_ticker_socket(self): method futures_coin_ticker_socket (line 626) | def futures_coin_ticker_socket(self): method index_price_socket (line 664) | def index_price_socket(self, symbol: str, fast: bool = True): method symbol_mark_price_socket (line 685) | def symbol_mark_price_socket( method all_mark_price_socket (line 713) | def all_mark_price_socket( method symbol_ticker_futures_socket (line 739) | def symbol_ticker_futures_socket( method individual_symbol_ticker_futures_socket (line 764) | def individual_symbol_ticker_futures_socket( method all_ticker_futures_socket (line 785) | def all_ticker_futures_socket( method symbol_book_ticker_socket (line 816) | def symbol_book_ticker_socket(self, symbol: str): method book_ticker_socket (line 842) | def book_ticker_socket(self): method multiplex_socket (line 860) | def multiplex_socket(self, streams: List[str]): method options_multiplex_socket (line 881) | def options_multiplex_socket(self, streams: List[str]): method futures_multiplex_socket (line 891) | def futures_multiplex_socket( method user_socket (line 916) | def user_socket(self): method futures_user_socket (line 933) | def futures_user_socket(self): method coin_futures_user_socket (line 950) | def coin_futures_user_socket(self): method margin_socket (line 962) | def margin_socket(self): method futures_socket (line 978) | def futures_socket(self): method coin_futures_socket (line 994) | def coin_futures_socket(self): method portfolio_margin_socket (line 1010) | def portfolio_margin_socket(self): method isolated_margin_socket (line 1027) | def isolated_margin_socket(self, symbol: str): method options_ticker_socket (line 1046) | def options_ticker_socket(self, symbol: str): method options_ticker_by_expiration_socket (line 1059) | def options_ticker_by_expiration_socket(self, symbol: str, expiration_... method options_recent_trades_socket (line 1074) | def options_recent_trades_socket(self, symbol: str): method options_kline_socket (line 1087) | def options_kline_socket( method options_depth_socket (line 1109) | def options_depth_socket(self, symbol: str, depth: str = "10"): method futures_depth_socket (line 1124) | def futures_depth_socket(self, symbol: str, depth: str = "10", futures... method futures_rpi_depth_socket (line 1139) | def futures_rpi_depth_socket(self, symbol: str, futures_type=FuturesTy... method options_new_symbol_socket (line 1155) | def options_new_symbol_socket(self): method options_open_interest_socket (line 1176) | def options_open_interest_socket(self, symbol: str, expiration_date: s... method options_mark_price_socket (line 1199) | def options_mark_price_socket(self, symbol: str): method options_index_price_socket (line 1219) | def options_index_price_socket(self, symbol: str): method _stop_socket (line 1237) | async def _stop_socket(self, conn_key): class ThreadedWebsocketManager (line 1251) | class ThreadedWebsocketManager(ThreadedApiManager): method __init__ (line 1252) | def __init__( method _before_socket_listener_start (line 1277) | async def _before_socket_listener_start(self): method _start_async_socket (line 1284) | def _start_async_socket( method start_depth_socket (line 1304) | def start_depth_socket( method start_kline_socket (line 1321) | def start_kline_socket( method start_kline_futures_socket (line 1336) | def start_kline_futures_socket( method start_miniticker_socket (line 1355) | def start_miniticker_socket( method start_trade_socket (line 1366) | def start_trade_socket(self, callback: Callable, symbol: str) -> str: method start_aggtrade_socket (line 1375) | def start_aggtrade_socket(self, callback: Callable, symbol: str) -> str: method start_aggtrade_futures_socket (line 1384) | def start_aggtrade_futures_socket( method start_symbol_miniticker_socket (line 1399) | def start_symbol_miniticker_socket(self, callback: Callable, symbol: s... method start_symbol_ticker_socket (line 1408) | def start_symbol_ticker_socket(self, callback: Callable, symbol: str) ... method start_ticker_socket (line 1417) | def start_ticker_socket(self, callback: Callable) -> str: method start_index_price_socket (line 1422) | def start_index_price_socket( method start_symbol_mark_price_socket (line 1431) | def start_symbol_mark_price_socket( method start_all_mark_price_socket (line 1444) | def start_all_mark_price_socket( method start_symbol_ticker_futures_socket (line 1456) | def start_symbol_ticker_futures_socket( method start_individual_symbol_ticker_futures_socket (line 1468) | def start_individual_symbol_ticker_futures_socket( method start_all_ticker_futures_socket (line 1480) | def start_all_ticker_futures_socket( method start_symbol_book_ticker_socket (line 1489) | def start_symbol_book_ticker_socket(self, callback: Callable, symbol: ... method start_book_ticker_socket (line 1496) | def start_book_ticker_socket(self, callback: Callable) -> str: method start_multiplex_socket (line 1501) | def start_multiplex_socket(self, callback: Callable, streams: List[str... method start_options_multiplex_socket (line 1508) | def start_options_multiplex_socket( method start_futures_multiplex_socket (line 1517) | def start_futures_multiplex_socket( method start_user_socket (line 1529) | def start_user_socket(self, callback: Callable) -> str: method start_futures_user_socket (line 1534) | def start_futures_user_socket(self, callback: Callable) -> str: method start_coin_futures_user_socket (line 1539) | def start_coin_futures_user_socket(self, callback: Callable) -> str: method start_margin_socket (line 1544) | def start_margin_socket(self, callback: Callable) -> str: method start_futures_socket (line 1549) | def start_futures_socket(self, callback: Callable) -> str: method start_coin_futures_socket (line 1554) | def start_coin_futures_socket(self, callback: Callable) -> str: method start_isolated_margin_socket (line 1559) | def start_isolated_margin_socket(self, callback: Callable, symbol: str... method start_options_ticker_socket (line 1566) | def start_options_ticker_socket(self, callback: Callable, symbol: str)... method start_options_ticker_by_expiration_socket (line 1573) | def start_options_ticker_by_expiration_socket( method start_options_recent_trades_socket (line 1582) | def start_options_recent_trades_socket( method start_options_kline_socket (line 1591) | def start_options_kline_socket( method start_options_depth_socket (line 1603) | def start_options_depth_socket( method start_futures_depth_socket (line 1612) | def start_futures_depth_socket( FILE: binance/ws/threaded_stream.py class ThreadedApiManager (line 10) | class ThreadedApiManager(threading.Thread): method __init__ (line 11) | def __init__( method _before_socket_listener_start (line 57) | async def _before_socket_listener_start(self): ... method socket_listener (line 59) | async def socket_listener(self): method start_listener (line 72) | async def start_listener(self, socket, path: str, callback): method run (line 95) | def run(self): method stop_socket (line 98) | def stop_socket(self, socket_name): method stop_client (line 102) | async def stop_client(self): method stop (line 107) | def stop(self): FILE: binance/ws/websocket_api.py class WebsocketAPI (line 11) | class WebsocketAPI(ReconnectingWebsocket): method __init__ (line 12) | def __init__(self, url: str, tld: str = "com", testnet: bool = False, ... method register_subscription_queue (line 21) | def register_subscription_queue(self, subscription_id: str, queue: asy... method unregister_subscription_queue (line 25) | def unregister_subscription_queue(self, subscription_id: str) -> None: method connection_lock (line 30) | def connection_lock(self) -> asyncio.Lock: method _handle_message (line 36) | def _handle_message(self, msg): method _ensure_ws_connection (line 82) | async def _ensure_ws_connection(self) -> None: method request (line 128) | async def request(self, id: str, payload: dict) -> dict: method __aexit__ (line 160) | async def __aexit__(self, exc_type, exc_val, exc_tb): FILE: code-generator.py function fetch_endpoints (line 80) | def fetch_endpoints(): function get_request_function_and_path (line 127) | def get_request_function_and_path(endpoint: str) -> tuple[str | None, st... function check_method_in_file (line 175) | def check_method_in_file(method, endpoint, file_name): function convert_to_function_name (line 241) | def convert_to_function_name(method: str, endpoint: str) -> str: function check_function (line 310) | def check_function(method, request_function, cleaned_endpoint, version_a... function generate_function_code (line 346) | def generate_function_code(method, endpoint, type="sync", file_name="./b... function write_function_to_endpoints_md (line 413) | def write_function_to_endpoints_md(method, endpoint): function main (line 442) | def main(): FILE: docs/conf.py function skip (line 187) | def skip(app, what, name, obj, skip, options): function setup (line 194) | def setup(app): FILE: examples/binace_socket_manager.py function main (line 12) | async def main(): FILE: examples/create_oco_order.py function create_oco_order (line 16) | def create_oco_order(): function main (line 89) | def main(): FILE: examples/create_order.py function create_futures_order (line 16) | def create_futures_order(): function create_spot_order (line 27) | def create_spot_order(): function main (line 34) | def main(): FILE: examples/create_order_async.py function main (line 12) | async def main(): FILE: examples/depth_cache_example.py function main (line 17) | async def main(): FILE: examples/depth_cache_threaded_example.py function main (line 15) | def main(): FILE: examples/futures_algo_order_examples.py function create_basic_stop_market_order (line 22) | def create_basic_stop_market_order(): function create_take_profit_with_price_protect (line 36) | def create_take_profit_with_price_protect(): function create_trailing_stop_market (line 53) | def create_trailing_stop_market(): function create_stop_with_stp_mode (line 67) | def create_stop_with_stp_mode(): function create_take_profit_with_price_match (line 84) | def create_take_profit_with_price_match(): function create_stop_market_close_position (line 99) | def create_stop_market_close_position(): function create_stop_with_reduce_only (line 113) | def create_stop_with_reduce_only(): function create_with_good_till_date (line 129) | def create_with_good_till_date(): function create_with_result_response (line 149) | def create_with_result_response(): function query_algo_order (line 163) | def query_algo_order(symbol, algo_id): function query_open_algo_orders (line 173) | def query_open_algo_orders(symbol=None): function cancel_algo_order (line 183) | def cancel_algo_order(symbol, algo_id): function cancel_all_algo_orders (line 193) | def cancel_all_algo_orders(symbol): FILE: examples/save_historical_data.py function date_to_milliseconds (line 10) | def date_to_milliseconds(date_str): function interval_to_milliseconds (line 34) | def interval_to_milliseconds(interval): function get_historical_klines (line 57) | def get_historical_klines(symbol, interval, start_str, end_str=None): FILE: examples/verbose_example.py function sync_client_example (line 21) | def sync_client_example(): function async_client_example (line 34) | async def async_client_example(): function websocket_example (line 49) | async def websocket_example(): function combined_example (line 72) | async def combined_example(): function main (line 94) | def main(): FILE: examples/websocket.py function main (line 13) | def main(): FILE: examples/ws_create_order.py function main (line 14) | def main(): FILE: examples/ws_create_order_async.py function main (line 15) | async def main(): FILE: tests/conftest.py function setup_logging (line 35) | def setup_logging(): function client (line 50) | def client(): function liveClient (line 55) | def liveClient(): function futuresClient (line 60) | def futuresClient(): function clientAsync (line 67) | async def clientAsync(): function futuresClientAsync (line 76) | async def futuresClientAsync(): function liveClientAsync (line 87) | async def liveClientAsync(): function manager (line 95) | def manager(): function event_loop (line 101) | def event_loop(): function pytest_addoption (line 122) | def pytest_addoption(parser): function pytest_configure (line 146) | def pytest_configure(config): function pytest_collection_modifyitems (line 162) | def pytest_collection_modifyitems(config, items): function call_method_and_assert_uri_contains (line 181) | def call_method_and_assert_uri_contains(client, method_name, expected_st... FILE: tests/test_api_request.py function test_invalid_json (line 17) | def test_invalid_json(): function test_api_exception (line 33) | def test_api_exception(): function test_api_exception_invalid_json (line 43) | def test_api_exception_invalid_json(): FILE: tests/test_async_client.py function test_clientAsync_initialization (line 14) | async def test_clientAsync_initialization(clientAsync): function test_get_products (line 20) | async def test_get_products(clientAsync): function test_get_exchange_info (line 24) | async def test_get_exchange_info(clientAsync): function test_get_symbol_info (line 27) | async def test_get_symbol_info(clientAsync): function test_ping (line 31) | async def test_ping(clientAsync): function test_get_server_time (line 34) | async def test_get_server_time(clientAsync): function test_get_all_tickers (line 37) | async def test_get_all_tickers(clientAsync): function test_get_orderbook_tickers (line 40) | async def test_get_orderbook_tickers(clientAsync): function test_get_order_book (line 43) | async def test_get_order_book(clientAsync): function test_get_recent_trades (line 46) | async def test_get_recent_trades(clientAsync): function test_get_historical_trades (line 50) | async def test_get_historical_trades(clientAsync): function test_get_aggregate_trades (line 54) | async def test_get_aggregate_trades(clientAsync): function test_get_klines (line 57) | async def test_get_klines(clientAsync): function test_get_uiklines (line 60) | async def test_get_uiklines(clientAsync): function test_futures_mark_price_klines (line 63) | async def test_futures_mark_price_klines(clientAsync): function test_futures_index_price_klines (line 66) | async def test_futures_index_price_klines(clientAsync): function test_futures_premium_index_klines (line 69) | async def test_futures_premium_index_klines(clientAsync): function test_futures_coin_premium_index_klines (line 73) | async def test_futures_coin_premium_index_klines(clientAsync): function test_get_avg_price (line 76) | async def test_get_avg_price(clientAsync): function test_get_ticker (line 79) | async def test_get_ticker(clientAsync): function test_get_symbol_ticker (line 82) | async def test_get_symbol_ticker(clientAsync): function test_get_orderbook_ticker (line 85) | async def test_get_orderbook_ticker(clientAsync): function test_get_account (line 88) | async def test_get_account(clientAsync): function test_get_asset_balance (line 91) | async def test_get_asset_balance(clientAsync): function test_get_asset_balance_no_asset_provided (line 94) | async def test_get_asset_balance_no_asset_provided(clientAsync): function test_get_my_trades (line 97) | async def test_get_my_trades(clientAsync): function test_get_system_status (line 100) | async def test_get_system_status(clientAsync): function test_stream_get_listen_key_and_close (line 106) | async def test_stream_get_listen_key_and_close(clientAsync): function test_ws_get_order_book (line 119) | async def test_ws_get_order_book(clientAsync): function test_ws_get_recent_trades (line 123) | async def test_ws_get_recent_trades(clientAsync): function test_ws_get_historical_trades (line 127) | async def test_ws_get_historical_trades(clientAsync): function test_ws_get_aggregate_trades (line 131) | async def test_ws_get_aggregate_trades(clientAsync): function test_ws_get_klines (line 135) | async def test_ws_get_klines(clientAsync): function test_ws_get_uiKlines (line 139) | async def test_ws_get_uiKlines(clientAsync): function test_ws_get_avg_price (line 143) | async def test_ws_get_avg_price(clientAsync): function test_ws_get_ticker (line 147) | async def test_ws_get_ticker(clientAsync): function test_ws_get_trading_day_ticker (line 151) | async def test_ws_get_trading_day_ticker(clientAsync): function test_ws_get_symbol_ticker_window (line 155) | async def test_ws_get_symbol_ticker_window(clientAsync): function test_ws_get_symbol_ticker (line 159) | async def test_ws_get_symbol_ticker(clientAsync): function test_ws_get_orderbook_ticker (line 163) | async def test_ws_get_orderbook_ticker(clientAsync): function test_ws_ping (line 167) | async def test_ws_ping(clientAsync): function test_ws_get_time (line 171) | async def test_ws_get_time(clientAsync): function test_ws_get_exchange_info (line 175) | async def test_ws_get_exchange_info(clientAsync): function test_margin_next_hourly_interest_rate (line 179) | async def test_margin_next_hourly_interest_rate(clientAsync): function test_margin_interest_history (line 186) | async def test_margin_interest_history(clientAsync): function test_margin_borrow_repay (line 192) | async def test_margin_borrow_repay(clientAsync): function test_margin_get_borrow_repay_records (line 202) | async def test_margin_get_borrow_repay_records(clientAsync): function test_margin_interest_rate_history (line 209) | async def test_margin_interest_rate_history(clientAsync): function test_margin_max_borrowable (line 215) | async def test_margin_max_borrowable(clientAsync): function test_time_unit_microseconds (line 220) | async def test_time_unit_microseconds(): function test_time_unit_milloseconds (line 230) | async def test_time_unit_milloseconds(): function test_handle_response (line 241) | async def test_handle_response(clientAsync): FILE: tests/test_async_client_futures.py function test_futures_ping (line 9) | async def test_futures_ping(futuresClientAsync): function test_futures_time (line 12) | async def test_futures_time(futuresClientAsync): function test_futures_exchange_info (line 14) | async def test_futures_exchange_info(futuresClientAsync): function test_futures_order_book (line 17) | async def test_futures_order_book(futuresClientAsync): function test_futures_rpi_depth (line 21) | async def test_futures_rpi_depth(futuresClientAsync): function test_futures_recent_trades (line 25) | async def test_futures_recent_trades(futuresClientAsync): function test_futures_historical_trades (line 28) | async def test_futures_historical_trades(futuresClientAsync): function test_futures_aggregate_trades (line 31) | async def test_futures_aggregate_trades(futuresClientAsync): function test_futures_klines (line 34) | async def test_futures_klines(futuresClientAsync): function test_futures_continuous_klines (line 37) | async def test_futures_continuous_klines(futuresClientAsync): function test_futures_historical_klines (line 42) | async def test_futures_historical_klines(futuresClientAsync): function test_futures_historical_klines_generator (line 47) | async def test_futures_historical_klines_generator(futuresClientAsync): function test_futures_mark_price (line 52) | async def test_futures_mark_price(futuresClientAsync): function test_futures_funding_rate (line 55) | async def test_futures_funding_rate(futuresClientAsync): function test_futures_top_longshort_account_ratio (line 59) | async def test_futures_top_longshort_account_ratio(futuresClientAsync): function test_futures_top_longshort_position_ratio (line 65) | async def test_futures_top_longshort_position_ratio(futuresClientAsync): function test_futures_global_longshort_ratio (line 71) | async def test_futures_global_longshort_ratio(futuresClientAsync): function test_futures_taker_longshort_ratio (line 77) | async def test_futures_taker_longshort_ratio(futuresClientAsync): function test_futures_ticker (line 82) | async def test_futures_ticker(futuresClientAsync): function test_futures_symbol_ticker (line 85) | async def test_futures_symbol_ticker(futuresClientAsync): function test_futures_orderbook_ticker (line 88) | async def test_futures_orderbook_ticker(futuresClientAsync): function test_futures_index_index_price_constituents (line 91) | async def test_futures_index_index_price_constituents(futuresClientAsync): function test_futures_liquidation_orders (line 94) | async def test_futures_liquidation_orders(futuresClientAsync): function test_futures_api_trading_status (line 98) | async def test_futures_api_trading_status(futuresClientAsync): function test_futures_commission_rate (line 101) | async def test_futures_commission_rate(futuresClientAsync): function test_futures_adl_quantile_estimate (line 104) | async def test_futures_adl_quantile_estimate(futuresClientAsync): function test_futures_open_interest (line 107) | async def test_futures_open_interest(futuresClientAsync): function test_futures_index_info (line 110) | async def test_futures_index_info(futuresClientAsync): function test_futures_open_interest_hist (line 114) | async def test_futures_open_interest_hist(futuresClientAsync): function test_futures_leverage_bracket (line 117) | async def test_futures_leverage_bracket(futuresClientAsync): function test_futures_account_transfer (line 121) | async def test_futures_account_transfer(futuresClientAsync): function test_transfer_history (line 125) | async def test_transfer_history(client): function test_futures_loan_borrow_history (line 129) | async def test_futures_loan_borrow_history(futuresClientAsync): function test_futures_loan_repay_history (line 133) | async def test_futures_loan_repay_history(futuresClientAsync): function test_futures_loan_wallet (line 137) | async def test_futures_loan_wallet(futuresClientAsync): function test_futures_cross_collateral_adjust_history (line 141) | async def test_futures_cross_collateral_adjust_history(futuresClientAsync): function test_futures_cross_collateral_liquidation_history (line 145) | async def test_futures_cross_collateral_liquidation_history(futuresClien... function test_futures_loan_interest_history (line 149) | async def test_futures_loan_interest_history(futuresClientAsync): function test_futures_create_get_edit_cancel_order (line 152) | async def test_futures_create_get_edit_cancel_order(futuresClientAsync): function test_futures_create_test_order (line 181) | async def test_futures_create_test_order(futuresClientAsync): function test_futures_place_batch_order_and_cancel (line 194) | async def test_futures_place_batch_order_and_cancel(futuresClientAsync): function test_futures_get_open_orders (line 237) | async def test_futures_get_open_orders(futuresClientAsync): function test_futures_get_all_orders (line 240) | async def test_futures_get_all_orders(futuresClientAsync): function test_futures_cancel_all_open_orders (line 244) | async def test_futures_cancel_all_open_orders(futuresClientAsync): function test_futures_countdown_cancel_all (line 247) | async def test_futures_countdown_cancel_all(futuresClientAsync): function test_futures_account_balance (line 252) | async def test_futures_account_balance(futuresClientAsync): function test_futures_account (line 255) | async def test_futures_account(futuresClientAsync): function test_futures_symbol_adl_risk (line 258) | async def test_futures_symbol_adl_risk(futuresClientAsync): function test_futures_change_leverage (line 273) | async def test_futures_change_leverage(futuresClientAsync): function test_futures_change_margin_type (line 276) | async def test_futures_change_margin_type(futuresClientAsync): function test_futures_position_margin_history (line 286) | async def test_futures_position_margin_history(futuresClientAsync): function test_futures_position_information (line 291) | async def test_futures_position_information(futuresClientAsync): function test_futures_account_trades (line 294) | async def test_futures_account_trades(futuresClientAsync): function test_futures_income_history (line 297) | async def test_futures_income_history(futuresClientAsync): function close_all_futures_positions (line 300) | async def close_all_futures_positions(futuresClientAsync): function test_futures_get_and_change_position_mode (line 322) | async def test_futures_get_and_change_position_mode(futuresClientAsync): function test_futures_change_multi_assets_mode (line 329) | async def test_futures_change_multi_assets_mode(futuresClientAsync): function test_futures_get_multi_assets_mode (line 332) | async def test_futures_get_multi_assets_mode(futuresClientAsync): function test_futures_stream_get_listen_key (line 335) | async def test_futures_stream_get_listen_key(futuresClientAsync): function test_futures_stream_close (line 339) | async def test_futures_stream_close(futuresClientAsync): function test_futures_account_config (line 343) | async def test_futures_account_config(futuresClientAsync): function test_futures_symbol_config (line 346) | async def test_futures_symbol_config(futuresClientAsync): function test_futures_coin_ping (line 350) | async def test_futures_coin_ping(futuresClientAsync): function test_futures_coin_time (line 353) | async def test_futures_coin_time(futuresClientAsync): function test_futures_coin_exchange_info (line 356) | async def test_futures_coin_exchange_info(futuresClientAsync): function test_futures_coin_order_book (line 359) | async def test_futures_coin_order_book(futuresClientAsync): function test_futures_coin_recent_trades (line 363) | async def test_futures_coin_recent_trades(futuresClientAsync): function test_futures_coin_historical_trades (line 366) | async def test_futures_coin_historical_trades(futuresClientAsync): function test_futures_coin_aggregate_trades (line 370) | async def test_futures_coin_aggregate_trades(futuresClientAsync): function test_futures_coin_klines (line 373) | async def test_futures_coin_klines(futuresClientAsync): function test_futures_coin_continous_klines (line 376) | async def test_futures_coin_continous_klines(futuresClientAsync): function test_futures_coin_index_price_klines (line 381) | async def test_futures_coin_index_price_klines(futuresClientAsync): function test_futures_coin_mark_price_klines (line 386) | async def test_futures_coin_mark_price_klines(futuresClientAsync): function test_futures_coin_mark_price (line 391) | async def test_futures_coin_mark_price(futuresClientAsync): function test_futures_coin_funding_rate (line 395) | async def test_futures_coin_funding_rate(futuresClientAsync): function test_futures_coin_ticker (line 398) | async def test_futures_coin_ticker(futuresClientAsync): function test_futures_coin_symbol_ticker (line 401) | async def test_futures_coin_symbol_ticker(futuresClientAsync): function test_futures_coin_orderbook_ticker (line 404) | async def test_futures_coin_orderbook_ticker(futuresClientAsync): function test_futures_coin_index_index_price_constituents (line 407) | async def test_futures_coin_index_index_price_constituents(futuresClient... function test_futures_coin_liquidation_orders (line 411) | async def test_futures_coin_liquidation_orders(futuresClientAsync): function test_futures_coin_open_interest (line 414) | async def test_futures_coin_open_interest(futuresClientAsync): function test_futures_coin_open_interest_hist (line 418) | async def test_futures_coin_open_interest_hist(futuresClientAsync): function test_futures_coin_leverage_bracket (line 421) | async def test_futures_coin_leverage_bracket(futuresClientAsync): function test_futures_coin_create_order (line 425) | async def test_futures_coin_create_order(futuresClientAsync): function test_futures_coin_place_batch_order (line 454) | async def test_futures_coin_place_batch_order(futuresClientAsync): function test_futures_coin_get_order (line 458) | async def test_futures_coin_get_order(futuresClientAsync): function test_futures_coin_get_open_orders (line 461) | async def test_futures_coin_get_open_orders(futuresClientAsync): function test_futures_coin_get_all_orders (line 465) | async def test_futures_coin_get_all_orders(futuresClientAsync): function test_futures_coin_cancel_order (line 469) | async def test_futures_coin_cancel_order(futuresClientAsync): function test_futures_coin_cancel_all_open_orders (line 472) | async def test_futures_coin_cancel_all_open_orders(futuresClientAsync): function test_futures_coin_cancel_orders (line 476) | async def test_futures_coin_cancel_orders(futuresClientAsync): function test_futures_coin_account_balance (line 479) | async def test_futures_coin_account_balance(futuresClientAsync): function test_futures_coin_account (line 482) | async def test_futures_coin_account(futuresClientAsync): function test_futures_coin_change_leverage (line 486) | async def test_futures_coin_change_leverage(futuresClientAsync): function test_futures_coin_change_margin_type (line 490) | async def test_futures_coin_change_margin_type(futuresClientAsync): function test_futures_coin_change_position_margin (line 494) | async def test_futures_coin_change_position_margin(futuresClientAsync): function test_futures_coin_position_margin_history (line 498) | async def test_futures_coin_position_margin_history(futuresClientAsync): function test_futures_coin_position_information (line 501) | async def test_futures_coin_position_information(futuresClientAsync): function test_futures_coin_account_trades (line 505) | async def test_futures_coin_account_trades(futuresClientAsync): function test_futures_coin_income_history (line 509) | async def test_futures_coin_income_history(futuresClientAsync): function test_futures_coin_change_position_mode (line 513) | async def test_futures_coin_change_position_mode(futuresClientAsync): function test_futures_coin_get_position_mode (line 516) | async def test_futures_coin_get_position_mode(futuresClientAsync): function test_futures_coin_stream_close (line 519) | async def test_futures_coin_stream_close(futuresClientAsync): function test_futures_coin_account_order_history_download (line 524) | async def test_futures_coin_account_order_history_download(futuresClient... function test_futures_coin_account_order_download_id (line 528) | async def test_futures_coin_account_order_download_id(futuresClientAsync): function test_futures_coin_account_trade_history_download (line 532) | async def test_futures_coin_account_trade_history_download(futuresClient... function test_futures_coin_account_trade_download_id (line 536) | async def test_futures_coin_account_trade_download_id(futuresClientAsync): function test_futures_create_algo_order_async (line 545) | async def test_futures_create_algo_order_async(futuresClientAsync): function test_futures_create_order_auto_routes_conditional_async (line 566) | async def test_futures_create_order_auto_routes_conditional_async(future... function test_futures_get_algo_order_async (line 586) | async def test_futures_get_algo_order_async(futuresClientAsync): function test_futures_get_all_algo_orders_async (line 608) | async def test_futures_get_all_algo_orders_async(futuresClientAsync): function test_futures_get_open_algo_orders_async (line 614) | async def test_futures_get_open_algo_orders_async(futuresClientAsync): function test_futures_cancel_algo_order_async (line 620) | async def test_futures_cancel_algo_order_async(futuresClientAsync): function test_futures_cancel_all_algo_open_orders_async (line 640) | async def test_futures_cancel_all_algo_open_orders_async(futuresClientAs... function test_futures_create_algo_order_with_price_protect_async (line 646) | async def test_futures_create_algo_order_with_price_protect_async(future... function test_futures_create_algo_order_trailing_stop_async (line 670) | async def test_futures_create_algo_order_trailing_stop_async(futuresClie... function test_futures_create_algo_order_with_stp_mode_async (line 694) | async def test_futures_create_algo_order_with_stp_mode_async(futuresClie... function test_futures_create_algo_order_with_price_match_async (line 719) | async def test_futures_create_algo_order_with_price_match_async(futuresC... function test_futures_create_algo_order_with_new_order_resp_type_async (line 743) | async def test_futures_create_algo_order_with_new_order_resp_type_async(... function test_futures_create_algo_order_with_working_type_async (line 766) | async def test_futures_create_algo_order_with_working_type_async(futures... FILE: tests/test_async_client_gift_card copy.py function test_gift_card_fetch_token_limit (line 6) | async def test_gift_card_fetch_token_limit(liveClientAsync): function test_gift_card_fetch_rsa_public_key (line 10) | async def test_gift_card_fetch_rsa_public_key(liveClientAsync): function test_gift_card_create_verify_and_redeem (line 14) | async def test_gift_card_create_verify_and_redeem(liveClientAsync): function test_gift_card_create_dual_token_and_redeem (line 31) | async def test_gift_card_create_dual_token_and_redeem(liveClientAsync): FILE: tests/test_async_client_margin.py function test_margin__get_account_status (line 5) | async def test_margin__get_account_status(asyncClient): function test_margin_get_account_api_trading_status (line 8) | async def test_margin_get_account_api_trading_status(asyncClient): function test_margin_get_account_api_permissions (line 11) | async def test_margin_get_account_api_permissions(asyncClient): function test_margin_get_dust_assets (line 14) | async def test_margin_get_dust_assets(asyncClient): function test_margin_get_dust_log (line 17) | async def test_margin_get_dust_log(asyncClient): function test_margin_transfer_dust (line 20) | async def test_margin_transfer_dust(asyncClient): function test_margin_get_asset_dividend_history (line 23) | async def test_margin_get_asset_dividend_history(asyncClient): function test_margin_make_universal_transfer (line 26) | async def test_margin_make_universal_transfer(asyncClient): function test_margin_query_universal_transfer_history (line 29) | async def test_margin_query_universal_transfer_history(asyncClient): function test_margin_get_trade_fee (line 32) | async def test_margin_get_trade_fee(asyncClient): function test_margin_get_asset_details (line 35) | async def test_margin_get_asset_details(asyncClient): function test_margin_get_spot_delist_schedule (line 38) | async def test_margin_get_spot_delist_schedule(asyncClient): function test_margin_withdraw (line 43) | async def test_margin_withdraw(asyncClient): function test_margin_get_deposit_history (line 46) | async def test_margin_get_deposit_history(asyncClient): function test_margin_get_withdraw_history (line 49) | async def test_margin_get_withdraw_history(asyncClient): function test_margin_get_withdraw_history_id (line 52) | async def test_margin_get_withdraw_history_id(asyncClient): function test_margin_get_deposit_address (line 55) | async def test_margin_get_deposit_address(asyncClient): function test_margin_get_margin_account (line 60) | async def test_margin_get_margin_account(asyncClient): function test_margin_get_isolated_margin_account (line 63) | async def test_margin_get_isolated_margin_account(asyncClient): function test_margin_enable_isolated_margin_account (line 66) | async def test_margin_enable_isolated_margin_account(asyncClient): function test_margin_disable_isolated_margin_account (line 69) | async def test_margin_disable_isolated_margin_account(asyncClient): function test_margin_get_enabled_isolated_margin_account_limit (line 72) | async def test_margin_get_enabled_isolated_margin_account_limit(asyncCli... function test_margin_get_margin_dustlog (line 75) | async def test_margin_get_margin_dustlog(asyncClient): function test_margin_get_margin_dust_assets (line 78) | async def test_margin_get_margin_dust_assets(asyncClient): function test_margin_transfer_margin_dust (line 81) | async def test_margin_transfer_margin_dust(asyncClient): function test_margin_get_cross_margin_collateral_ratio (line 84) | async def test_margin_get_cross_margin_collateral_ratio(asyncClient): function test_margin_get_small_liability_exchange_assets (line 87) | async def test_margin_get_small_liability_exchange_assets(asyncClient): function test_margin_exchange_small_liability_assets (line 90) | async def test_margin_exchange_small_liability_assets(asyncClient): function test_margin_get_small_liability_exchange_history (line 93) | async def test_margin_get_small_liability_exchange_history(asyncClient): function test_margin_get_future_hourly_interest_rate (line 96) | async def test_margin_get_future_hourly_interest_rate(asyncClient): function test_margin_get_margin_capital_flow (line 99) | async def test_margin_get_margin_capital_flow(asyncClient): function test_margin_get_margin_asset (line 102) | async def test_margin_get_margin_asset(asyncClient): function test_margin_get_margin_symbol (line 105) | async def test_margin_get_margin_symbol(asyncClient): function test_margin_get_margin_all_assets (line 108) | async def test_margin_get_margin_all_assets(asyncClient): function test_margin_get_margin_all_pairs (line 111) | async def test_margin_get_margin_all_pairs(asyncClient): function test_margin_create_isolated_margin_account (line 114) | async def test_margin_create_isolated_margin_account(asyncClient): function test_margin_get_isolated_margin_symbol (line 117) | async def test_margin_get_isolated_margin_symbol(asyncClient): function test_margin_get_all_isolated_margin_symbols (line 120) | async def test_margin_get_all_isolated_margin_symbols(asyncClient): function test_margin_get_isolated_margin_fee_data (line 123) | async def test_margin_get_isolated_margin_fee_data(asyncClient): function test_margin_get_isolated_margin_tier_data (line 126) | async def test_margin_get_isolated_margin_tier_data(asyncClient): function test_margin_margin_manual_liquidation (line 129) | async def test_margin_margin_manual_liquidation(asyncClient): function test_margin_toggle_bnb_burn_spot_margin (line 132) | async def test_margin_toggle_bnb_burn_spot_margin(asyncClient): function test_margin_get_bnb_burn_spot_margin (line 135) | async def test_margin_get_bnb_burn_spot_margin(asyncClient): function test_margin_get_margin_price_index (line 138) | async def test_margin_get_margin_price_index(asyncClient): function test_margin_transfer_margin_to_spot (line 141) | async def test_margin_transfer_margin_to_spot(asyncClient): function test_margin_transfer_spot_to_margin (line 144) | async def test_margin_transfer_spot_to_margin(asyncClient): function test_margin_transfer_isolated_margin_to_spot (line 147) | async def test_margin_transfer_isolated_margin_to_spot(asyncClient): function test_margin_transfer_spot_to_isolated_margin (line 150) | async def test_margin_transfer_spot_to_isolated_margin(asyncClient): function test_margin_get_isolated_margin_tranfer_history (line 153) | async def test_margin_get_isolated_margin_tranfer_history(asyncClient): function test_margin_create_margin_loan (line 156) | async def test_margin_create_margin_loan(asyncClient): function test_margin_repay_margin_loan (line 159) | async def test_margin_repay_margin_loan(asyncClient): function create_margin_ordertest_ (line 162) | async def create_margin_ordertest_(asyncClient): function test_margin_cancel_margin_order (line 165) | async def test_margin_cancel_margin_order(asyncClient): function test_margin_set_margin_max_leverage (line 168) | async def test_margin_set_margin_max_leverage(asyncClient): function test_margin_get_margin_transfer_history (line 171) | async def test_margin_get_margin_transfer_history(asyncClient): function test_margin_get_margin_loan_details (line 174) | async def test_margin_get_margin_loan_details(asyncClient): function test_margin_get_margin_repay_details (line 177) | async def test_margin_get_margin_repay_details(asyncClient): function test_margin_get_cross_margin_data (line 180) | async def test_margin_get_cross_margin_data(asyncClient): function test_margin_get_margin_interest_history (line 183) | async def test_margin_get_margin_interest_history(asyncClient): function test_margin_get_margin_force_liquidation_rec (line 186) | async def test_margin_get_margin_force_liquidation_rec(asyncClient): function test_margin_get_margin_order (line 189) | async def test_margin_get_margin_order(asyncClient): function test_margin_get_open_margin_orders (line 192) | async def test_margin_get_open_margin_orders(asyncClient): function test_margin_get_all_margin_orders (line 195) | async def test_margin_get_all_margin_orders(asyncClient): function test_margin_get_margin_trades (line 198) | async def test_margin_get_margin_trades(asyncClient): function test_margin_get_max_margin_loan (line 201) | async def test_margin_get_max_margin_loan(asyncClient): function test_margin_get_max_margin_transfer (line 204) | async def test_margin_get_max_margin_transfer(asyncClient): function test_margin_get_margin_delist_schedule (line 207) | async def test_margin_get_margin_delist_schedule(asyncClient): function test_margin_create_margin_oco_order (line 212) | async def test_margin_create_margin_oco_order(asyncClient): function test_margin_cancel_margin_oco_order (line 215) | async def test_margin_cancel_margin_oco_order(asyncClient): function test_margin_get_margin_oco_order (line 218) | async def test_margin_get_margin_oco_order(asyncClient): function test_margin_get_open_margin_oco_orders (line 221) | async def test_margin_get_open_margin_oco_orders(asyncClient): function test_margin_margin_stream_get_listen_key (line 226) | async def test_margin_margin_stream_get_listen_key(asyncClient): function test_margin_margin_stream_close (line 229) | async def test_margin_margin_stream_close(asyncClient): function test_margin_isolated_margin_stream_get_listen_key (line 234) | async def test_margin_isolated_margin_stream_get_listen_key(asyncClient): function test_margin_isolated_margin_stream_close (line 237) | async def test_margin_isolated_margin_stream_close(asyncClient): function test_margin_get_simple_earn_flexible_product_list (line 242) | async def test_margin_get_simple_earn_flexible_product_list(asyncClient): function test_margin_get_simple_earn_locked_product_list (line 245) | async def test_margin_get_simple_earn_locked_product_list(asyncClient): function test_margin_subscribe_simple_earn_flexible_product (line 248) | async def test_margin_subscribe_simple_earn_flexible_product(asyncClient): function test_margin_subscribe_simple_earn_locked_product (line 251) | async def test_margin_subscribe_simple_earn_locked_product(asyncClient): function test_margin_redeem_simple_earn_flexible_product (line 254) | async def test_margin_redeem_simple_earn_flexible_product(asyncClient): function test_margin_redeem_simple_earn_locked_product (line 257) | async def test_margin_redeem_simple_earn_locked_product(asyncClient): function test_margin_get_simple_earn_flexible_product_position (line 260) | async def test_margin_get_simple_earn_flexible_product_position(asyncCli... function test_margin_get_simple_earn_locked_product_position (line 263) | async def test_margin_get_simple_earn_locked_product_position(asyncClient): function test_margin_get_simple_earn_account (line 266) | async def test_margin_get_simple_earn_account(asyncClient): function test_margin_get_fixed_activity_project_list (line 271) | async def test_margin_get_fixed_activity_project_list(asyncClient): function test_margin_change_fixed_activity_to_daily_position (line 274) | async def test_margin_change_fixed_activity_to_daily_position(asyncClient): function test_margin_get_staking_product_list (line 279) | async def test_margin_get_staking_product_list(asyncClient): function test_margin_purchase_staking_product (line 282) | async def test_margin_purchase_staking_product(asyncClient): function test_margin_redeem_staking_product (line 285) | async def test_margin_redeem_staking_product(asyncClient): function test_margin_get_staking_position (line 288) | async def test_margin_get_staking_position(asyncClient): function test_margin_get_staking_purchase_history (line 291) | async def test_margin_get_staking_purchase_history(asyncClient): function test_margin_set_auto_staking (line 294) | async def test_margin_set_auto_staking(asyncClient): function test_margin_get_personal_left_quota (line 297) | async def test_margin_get_personal_left_quota(asyncClient): function test_margin_get_staking_asset_us (line 302) | async def test_margin_get_staking_asset_us(asyncClient): function test_margin_stake_asset_us (line 305) | async def test_margin_stake_asset_us(asyncClient): function test_margin_unstake_asset_us (line 308) | async def test_margin_unstake_asset_us(asyncClient): function test_margin_get_staking_balance_us (line 311) | async def test_margin_get_staking_balance_us(asyncClient): function test_margin_get_staking_history_us (line 314) | async def test_margin_get_staking_history_us(asyncClient): function test_margin_get_staking_rewards_history_us (line 317) | async def test_margin_get_staking_rewards_history_us(asyncClient): function test_margin_get_sub_account_list (line 322) | async def test_margin_get_sub_account_list(asyncClient): function test_margin_get_sub_account_transfer_history (line 325) | async def test_margin_get_sub_account_transfer_history(asyncClient): function test_margin_get_sub_account_futures_transfer_history (line 328) | async def test_margin_get_sub_account_futures_transfer_history(asyncClie... function test_margin_create_sub_account_futures_transfer (line 331) | async def test_margin_create_sub_account_futures_transfer(asyncClient): function test_margin_get_sub_account_assets (line 334) | async def test_margin_get_sub_account_assets(asyncClient): function test_margin_query_subaccount_spot_summary (line 337) | async def test_margin_query_subaccount_spot_summary(asyncClient): function test_margin_get_subaccount_deposit_address (line 340) | async def test_margin_get_subaccount_deposit_address(asyncClient): function test_margin_get_subaccount_deposit_history (line 343) | async def test_margin_get_subaccount_deposit_history(asyncClient): function test_margin_get_subaccount_futures_margin_status (line 346) | async def test_margin_get_subaccount_futures_margin_status(asyncClient): function test_margin_enable_subaccount_margin (line 349) | async def test_margin_enable_subaccount_margin(asyncClient): function test_margin_get_subaccount_margin_details (line 352) | async def test_margin_get_subaccount_margin_details(asyncClient): function test_margin_get_subaccount_margin_summary (line 355) | async def test_margin_get_subaccount_margin_summary(asyncClient): function test_margin_enable_subaccount_futures (line 358) | async def test_margin_enable_subaccount_futures(asyncClient): function test_margin_get_subaccount_futures_details (line 361) | async def test_margin_get_subaccount_futures_details(asyncClient): function test_margin_get_subaccount_futures_summary (line 364) | async def test_margin_get_subaccount_futures_summary(asyncClient): function test_margin_get_subaccount_futures_positionrisk (line 367) | async def test_margin_get_subaccount_futures_positionrisk(asyncClient): function test_margin_make_subaccount_futures_transfer (line 370) | async def test_margin_make_subaccount_futures_transfer(asyncClient): function test_margin_make_subaccount_margin_transfer (line 373) | async def test_margin_make_subaccount_margin_transfer(asyncClient): function test_margin_make_subaccount_to_subaccount_transfer (line 376) | async def test_margin_make_subaccount_to_subaccount_transfer(asyncClient): function test_margin_make_subaccount_to_master_transfer (line 379) | async def test_margin_make_subaccount_to_master_transfer(asyncClient): function test_margin_get_subaccount_transfer_history (line 382) | async def test_margin_get_subaccount_transfer_history(asyncClient): function test_margin_make_subaccount_universal_transfer (line 385) | async def test_margin_make_subaccount_universal_transfer(asyncClient): function test_margin_get_universal_transfer_history (line 388) | async def test_margin_get_universal_transfer_history(asyncClient): function test_margin_get_fiat_deposit_withdraw_history (line 393) | async def test_margin_get_fiat_deposit_withdraw_history(asyncClient): function test_margin_get_fiat_payments_history (line 396) | async def test_margin_get_fiat_payments_history(asyncClient): function test_margin_get_c2c_trade_history (line 401) | async def test_margin_get_c2c_trade_history(asyncClient): function test_margin_get_pay_trade_history (line 406) | async def test_margin_get_pay_trade_history(asyncClient): function test_margin_get_convert_trade_history (line 411) | async def test_margin_get_convert_trade_history(asyncClient): function test_margin_convert_request_quote (line 414) | async def test_margin_convert_request_quote(asyncClient): function test_margin_convert_accept_quote (line 417) | async def test_margin_convert_accept_quote(asyncClient): FILE: tests/test_async_client_options.py function options_symbol (line 7) | def options_symbol(liveClient): function test_options_ping (line 11) | async def test_options_ping(liveClientAsync): function test_options_time (line 14) | async def test_options_time(liveClientAsync): function test_options_info (line 18) | async def test_options_info(liveClientAsync): function test_options_exchange_info (line 21) | async def test_options_exchange_info(liveClientAsync): function test_options_index_price (line 24) | async def test_options_index_price(liveClientAsync): function test_options_price (line 27) | async def test_options_price(liveClientAsync): function test_options_mark_price (line 30) | async def test_options_mark_price(liveClientAsync): function test_options_order_book (line 33) | async def test_options_order_book(liveClientAsync, options_symbol): function test_options_klines (line 36) | async def test_options_klines(liveClientAsync, options_symbol): function test_options_recent_trades (line 39) | async def test_options_recent_trades(liveClientAsync, options_symbol): function test_options_historical_trades (line 42) | async def test_options_historical_trades(liveClientAsync, options_symbol): function test_options_account_info (line 48) | async def test_options_account_info(liveClientAsync): function test_options_funds_transfer (line 52) | async def test_options_funds_transfer(liveClientAsync): function test_options_positions (line 56) | async def test_options_positions(liveClientAsync): function test_options_bill (line 60) | async def test_options_bill(liveClientAsync): function test_options_place_order (line 64) | async def test_options_place_order(liveClientAsync): function test_test_options_place_batch_order (line 68) | async def test_test_options_place_batch_order(liveClientAsync): function test_options_cancel_order (line 72) | async def test_options_cancel_order(liveClientAsync): function test_options_cancel_batch_order (line 76) | async def test_options_cancel_batch_order(liveClientAsync): function test_options_cancel_all_orders (line 80) | async def test_options_cancel_all_orders(liveClientAsync): function test_options_query_order (line 84) | async def test_options_query_order(liveClientAsync): function test_options_query_pending_orders (line 88) | async def test_options_query_pending_orders(liveClientAsync): function test_options_query_order_history (line 92) | async def test_options_query_order_history(liveClientAsync): function test_options_user_trades (line 96) | async def test_options_user_trades(liveClientAsync): FILE: tests/test_async_client_portfolio.py function test_papi_get_balance (line 7) | async def test_papi_get_balance(client): function test_papi_get_account (line 11) | async def test_papi_get_account(client): function test_papi_get_margin_max_borrowable (line 15) | async def test_papi_get_margin_max_borrowable(client): function test_papi_get_margin_max_withdraw (line 19) | async def test_papi_get_margin_max_withdraw(client): function test_papi_get_um_position_risk (line 23) | async def test_papi_get_um_position_risk(client): function test_papi_get_cm_position_risk (line 27) | async def test_papi_get_cm_position_risk(client): function test_papi_set_um_leverage (line 31) | async def test_papi_set_um_leverage(client): function test_papi_set_cm_leverage (line 35) | async def test_papi_set_cm_leverage(client): function test_papi_change_um_position_side_dual (line 39) | async def test_papi_change_um_position_side_dual(client): function test_papi_get_um_position_side_dual (line 43) | async def test_papi_get_um_position_side_dual(client): function test_papi_get_cm_position_side_dual (line 47) | async def test_papi_get_cm_position_side_dual(client): function test_papi_get_um_leverage_bracket (line 51) | async def test_papi_get_um_leverage_bracket(client): function test_papi_get_cm_leverage_bracket (line 55) | async def test_papi_get_cm_leverage_bracket(client): function test_papi_get_um_api_trading_status (line 59) | async def test_papi_get_um_api_trading_status(client): function test_papi_get_um_comission_rate (line 63) | async def test_papi_get_um_comission_rate(client): function test_papi_get_cm_comission_rate (line 67) | async def test_papi_get_cm_comission_rate(client): function test_papi_get_margin_margin_loan (line 71) | async def test_papi_get_margin_margin_loan(client): function test_papi_get_margin_repay_loan (line 75) | async def test_papi_get_margin_repay_loan(client): function test_papi_get_repay_futures_switch (line 79) | async def test_papi_get_repay_futures_switch(client): function test_papi_repay_futures_switch (line 83) | async def test_papi_repay_futures_switch(client): function test_papi_get_margin_interest_history (line 87) | async def test_papi_get_margin_interest_history(client): function test_papi_repay_futures_negative_balance (line 91) | async def test_papi_repay_futures_negative_balance(client): function test_papi_get_portfolio_interest_history (line 95) | async def test_papi_get_portfolio_interest_history(client): function test_papi_fund_auto_collection (line 99) | async def test_papi_fund_auto_collection(client): function test_papi_fund_asset_collection (line 103) | async def test_papi_fund_asset_collection(client): function test_papi_bnb_transfer (line 107) | async def test_papi_bnb_transfer(client): function test_papi_get_um_income_history (line 111) | async def test_papi_get_um_income_history(client): function test_papi_get_cm_income_history (line 115) | async def test_papi_get_cm_income_history(client): function test_papi_get_um_account (line 119) | async def test_papi_get_um_account(client): function test_papi_get_um_account_v2 (line 123) | async def test_papi_get_um_account_v2(client): function test_papi_get_cm_account (line 127) | async def test_papi_get_cm_account(client): function test_papi_get_um_account_config (line 131) | async def test_papi_get_um_account_config(client): function test_papi_get_um_symbol_config (line 135) | async def test_papi_get_um_symbol_config(client): function test_papi_get_um_trade_asyn (line 139) | async def test_papi_get_um_trade_asyn(client): function test_papi_get_um_trade_asyn_id (line 143) | async def test_papi_get_um_trade_asyn_id(client): function test_papi_get_um_order_asyn (line 147) | async def test_papi_get_um_order_asyn(client): function test_papi_get_um_order_asyn_id (line 151) | async def test_papi_get_um_order_asyn_id(client): function test_papi_get_um_income_asyn (line 155) | async def test_papi_get_um_income_asyn(client): function test_papi_get_um_income_asyn_id (line 159) | async def test_papi_get_um_income_asyn_id(client): function test_papi_ping (line 166) | async def test_papi_ping(client): function test_papi_create_um_order (line 173) | async def test_papi_create_um_order(client): function test_papi_create_um_conditional_order (line 177) | async def test_papi_create_um_conditional_order(client): function test_papi_create_cm_order (line 181) | async def test_papi_create_cm_order(client): function test_papi_create_cm_conditional_order (line 185) | async def test_papi_create_cm_conditional_order(client): function test_papi_create_margin_order (line 189) | async def test_papi_create_margin_order(client): function test_papi_margin_loan (line 193) | async def test_papi_margin_loan(client): function test_papi_repay_loan (line 197) | async def test_papi_repay_loan(client): function test_papi_margin_order_oco (line 201) | async def test_papi_margin_order_oco(client): function test_papi_cancel_um_order (line 205) | async def test_papi_cancel_um_order(client): function test_papi_cancel_um_all_open_orders (line 209) | async def test_papi_cancel_um_all_open_orders(client): function test_papi_cancel_um_conditional_order (line 213) | async def test_papi_cancel_um_conditional_order(client): function test_papi_cancel_um_conditional_all_open_orders (line 217) | async def test_papi_cancel_um_conditional_all_open_orders(client): function test_papi_cancel_cm_order (line 221) | async def test_papi_cancel_cm_order(client): function test_papi_cancel_cm_all_open_orders (line 225) | async def test_papi_cancel_cm_all_open_orders(client): function test_papi_cancel_cm_conditional_order (line 229) | async def test_papi_cancel_cm_conditional_order(client): function test_papi_cancel_cm_conditional_all_open_orders (line 233) | async def test_papi_cancel_cm_conditional_all_open_orders(client): function test_papi_cancel_margin_order (line 237) | async def test_papi_cancel_margin_order(client): function test_papi_cancel_margin_order_list (line 241) | async def test_papi_cancel_margin_order_list(client): function test_papi_cancel_margin_all_open_orders (line 245) | async def test_papi_cancel_margin_all_open_orders(client): function test_papi_modify_um_order (line 249) | async def test_papi_modify_um_order(client): function test_papi_modify_cm_order (line 253) | async def test_papi_modify_cm_order(client): function test_papi_get_um_order (line 257) | async def test_papi_get_um_order(client): function test_papi_get_um_all_orders (line 261) | async def test_papi_get_um_all_orders(client): function test_papi_get_um_open_order (line 265) | async def test_papi_get_um_open_order(client): function test_papi_get_um_open_orders (line 269) | async def test_papi_get_um_open_orders(client): function test_papi_get_um_conditional_all_orders (line 273) | async def test_papi_get_um_conditional_all_orders(client): function test_papi_get_um_conditional_open_orders (line 277) | async def test_papi_get_um_conditional_open_orders(client): function test_papi_get_um_conditional_open_order (line 281) | async def test_papi_get_um_conditional_open_order(client): function test_papi_get_um_conditional_order_history (line 285) | async def test_papi_get_um_conditional_order_history(client): function test_papi_get_cm_order (line 289) | async def test_papi_get_cm_order(client): function test_papi_get_cm_all_orders (line 293) | async def test_papi_get_cm_all_orders(client): function test_papi_get_cm_open_order (line 297) | async def test_papi_get_cm_open_order(client): function test_papi_get_cm_open_orders (line 301) | async def test_papi_get_cm_open_orders(client): function test_papi_get_cm_conditional_all_orders (line 305) | async def test_papi_get_cm_conditional_all_orders(client): function test_papi_get_cm_conditional_open_orders (line 309) | async def test_papi_get_cm_conditional_open_orders(client): function test_papi_get_cm_conditional_open_order (line 313) | async def test_papi_get_cm_conditional_open_order(client): function test_papi_get_cm_conditional_order_history (line 317) | async def test_papi_get_cm_conditional_order_history(client): function test_papi_get_um_force_orders (line 321) | async def test_papi_get_um_force_orders(client): function test_papi_get_cm_force_orders (line 325) | async def test_papi_get_cm_force_orders(client): function test_papi_get_um_order_amendment (line 329) | async def test_papi_get_um_order_amendment(client): function test_papi_get_cm_order_amendment (line 333) | async def test_papi_get_cm_order_amendment(client): function test_papi_get_margin_force_orders (line 337) | async def test_papi_get_margin_force_orders(client): function test_papi_get_um_user_trades (line 341) | async def test_papi_get_um_user_trades(client): function test_papi_get_cm_user_trades (line 345) | async def test_papi_get_cm_user_trades(client): function test_papi_get_um_adl_quantile (line 349) | async def test_papi_get_um_adl_quantile(client): function test_papi_get_cm_adl_quantile (line 353) | async def test_papi_get_cm_adl_quantile(client): function test_papi_set_um_fee_burn (line 357) | async def test_papi_set_um_fee_burn(client): function test_papi_get_um_fee_burn (line 361) | async def test_papi_get_um_fee_burn(client): function test_papi_get_margin_order (line 365) | async def test_papi_get_margin_order(client): function test_papi_get_margin_open_orders (line 369) | async def test_papi_get_margin_open_orders(client): function test_papi_get_margin_all_orders (line 373) | async def test_papi_get_margin_all_orders(client): function test_papi_get_margin_order_list (line 377) | async def test_papi_get_margin_order_list(client): function test_papi_get_margin_all_order_list (line 381) | async def test_papi_get_margin_all_order_list(client): function test_papi_get_margin_open_order_list (line 385) | async def test_papi_get_margin_open_order_list(client): function test_papi_get_margin_my_trades (line 389) | async def test_papi_get_margin_my_trades(client): function test_papi_get_margin_repay_debt (line 393) | async def test_papi_get_margin_repay_debt(client): function test_close_connection (line 397) | async def test_close_connection(client): FILE: tests/test_async_client_ws_api.py function test_ws_get_order_book (line 5) | async def test_ws_get_order_book(clientAsync): function test_ws_get_recent_trades (line 8) | async def test_ws_get_recent_trades(clientAsync): function test_ws_get_historical_trades (line 11) | async def test_ws_get_historical_trades(clientAsync): function test_ws_get_aggregate_trades (line 14) | async def test_ws_get_aggregate_trades(clientAsync): function test_ws_get_klines (line 17) | async def test_ws_get_klines(clientAsync): function test_ws_get_uiKlines (line 20) | async def test_ws_get_uiKlines(clientAsync): function test_ws_get_avg_price (line 23) | async def test_ws_get_avg_price(clientAsync): function test_ws_get_ticker (line 26) | async def test_ws_get_ticker(clientAsync): function test_ws_get_trading_day_ticker (line 29) | async def test_ws_get_trading_day_ticker(clientAsync): function test_ws_get_symbol_ticker_window (line 32) | async def test_ws_get_symbol_ticker_window(clientAsync): function test_ws_get_symbol_ticker (line 35) | async def test_ws_get_symbol_ticker(clientAsync): function test_ws_get_orderbook_ticker (line 38) | async def test_ws_get_orderbook_ticker(clientAsync): function test_ws_ping (line 41) | async def test_ws_ping(clientAsync): function test_ws_get_time (line 44) | async def test_ws_get_time(clientAsync): function test_ws_get_exchange_info (line 47) | async def test_ws_get_exchange_info(clientAsync): FILE: tests/test_async_client_ws_futures_requests.py function test_ws_futures_get_order_book (line 17) | async def test_ws_futures_get_order_book(futuresClientAsync): function test_concurrent_ws_futures_get_order_book (line 24) | async def test_concurrent_ws_futures_get_order_book(futuresClientAsync): function test_bad_request (line 42) | async def test_bad_request(futuresClientAsync): function test_ws_futures_get_all_tickers (line 49) | async def test_ws_futures_get_all_tickers(futuresClientAsync): function test_ws_futures_get_order_book_ticker (line 55) | async def test_ws_futures_get_order_book_ticker(futuresClientAsync): function test_ws_futures_create_get_edit_cancel_order_with_orjson (line 61) | async def test_ws_futures_create_get_edit_cancel_order_with_orjson(futur... function test_ws_futures_create_get_edit_cancel_order_without_orjson (line 97) | async def test_ws_futures_create_get_edit_cancel_order_without_orjson(fu... function test_ws_futures_v2_account_position (line 132) | async def test_ws_futures_v2_account_position(futuresClientAsync): function test_ws_futures_account_position (line 138) | async def test_ws_futures_account_position(futuresClientAsync): function test_ws_futures_v2_account_balance (line 144) | async def test_ws_futures_v2_account_balance(futuresClientAsync): function test_ws_futures_account_balance (line 150) | async def test_ws_futures_account_balance(futuresClientAsync): function test_ws_futures_v2_account_status (line 156) | async def test_ws_futures_v2_account_status(futuresClientAsync): function test_ws_futures_account_status (line 162) | async def test_ws_futures_account_status(futuresClientAsync): function test_ws_futures_fail_to_connect (line 168) | async def test_ws_futures_fail_to_connect(futuresClientAsync): function test_ws_futures_create_cancel_algo_order (line 180) | async def test_ws_futures_create_cancel_algo_order(futuresClientAsync): function test_ws_futures_create_conditional_order_auto_routing (line 210) | async def test_ws_futures_create_conditional_order_auto_routing(futuresC... function test_ws_futures_conditional_order_with_stop_price (line 241) | async def test_ws_futures_conditional_order_with_stop_price(futuresClien... FILE: tests/test_client.py function test_client_initialization (line 8) | def test_client_initialization(client): function test_get_products (line 14) | def test_get_products(client): function test_get_exchange_info (line 18) | def test_get_exchange_info(client): function test_get_symbol_info (line 22) | def test_get_symbol_info(client): function test_ping (line 26) | def test_ping(client): function test_get_server_time (line 31) | def test_get_server_time(client): function test_get_all_tickers (line 35) | def test_get_all_tickers(client): function test_get_orderbook_tickers (line 39) | def test_get_orderbook_tickers(client): function test_get_order_book (line 43) | def test_get_order_book(client): function test_get_recent_trades (line 47) | def test_get_recent_trades(client): function test_get_historical_trades (line 51) | def test_get_historical_trades(client): function test_get_aggregate_trades (line 55) | def test_get_aggregate_trades(client): function test_get_klines (line 59) | def test_get_klines(client): function test_get_ui_klines (line 62) | def test_get_ui_klines(client): function test_get_avg_price (line 65) | def test_get_avg_price(client): function test_get_ticker (line 69) | def test_get_ticker(client): function test_get_symbol_ticker (line 73) | def test_get_symbol_ticker(client): function test_get_orderbook_ticker (line 77) | def test_get_orderbook_ticker(client): function test_get_account (line 81) | def test_get_account(client): function test_get_asset_balance (line 85) | def test_get_asset_balance(client): function test_get_asset_balance_no_asset_provided (line 89) | def test_get_asset_balance_no_asset_provided(client): function test_get_my_trades (line 93) | def test_get_my_trades(client): function test_get_system_status (line 97) | def test_get_system_status(client): function test_stream_get_listen_key_and_close (line 104) | def test_stream_get_listen_key_and_close(client): function test_get_account_status (line 111) | def test_get_account_status(client): function test_get_account_api_trading_status (line 116) | def test_get_account_api_trading_status(client): function test_get_account_api_permissions (line 121) | def test_get_account_api_permissions(client): function test_get_dust_assets (line 126) | def test_get_dust_assets(client): function test_ws_get_order_book (line 136) | def test_ws_get_order_book(client): function test_ws_get_recent_trades (line 141) | def test_ws_get_recent_trades(client): function test_ws_get_historical_trades (line 146) | def test_ws_get_historical_trades(client): function test_ws_get_aggregate_trades (line 151) | def test_ws_get_aggregate_trades(client): function test_ws_get_klines (line 156) | def test_ws_get_klines(client): function test_ws_get_uiKlines (line 161) | def test_ws_get_uiKlines(client): function test_ws_get_avg_price (line 166) | def test_ws_get_avg_price(client): function test_ws_get_ticker (line 171) | def test_ws_get_ticker(client): function test_ws_get_trading_day_ticker (line 176) | def test_ws_get_trading_day_ticker(client): function test_ws_get_symbol_ticker_window (line 181) | def test_ws_get_symbol_ticker_window(client): function test_ws_get_symbol_ticker (line 186) | def test_ws_get_symbol_ticker(client): function test_ws_get_orderbook_ticker (line 191) | def test_ws_get_orderbook_ticker(client): function test_ws_ping (line 196) | def test_ws_ping(client): function test_ws_get_time (line 201) | def test_ws_get_time(client): function test_ws_get_exchange_info (line 206) | def test_ws_get_exchange_info(client): function test_time_unit_microseconds (line 210) | def test_time_unit_microseconds(): function test_time_unit_milloseconds (line 224) | def test_time_unit_milloseconds(): function test_handle_response (line 238) | def test_handle_response(client): FILE: tests/test_client_futures.py function test_futures_ping (line 10) | def test_futures_ping(futuresClient): function test_futures_time (line 14) | def test_futures_time(futuresClient): function test_futures_exchange_info (line 18) | def test_futures_exchange_info(futuresClient): function test_futures_order_book (line 22) | def test_futures_order_book(futuresClient): function test_futures_rpi_depth (line 27) | def test_futures_rpi_depth(futuresClient): function test_futures_recent_trades (line 32) | def test_futures_recent_trades(futuresClient): function test_futures_historical_trades (line 36) | def test_futures_historical_trades(futuresClient): function test_futures_aggregate_trades (line 40) | def test_futures_aggregate_trades(futuresClient): function test_futures_klines (line 44) | def test_futures_klines(futuresClient): function test_futures_mark_price_klines (line 48) | def test_futures_mark_price_klines(futuresClient): function test_futures_index_price_klines (line 52) | def test_futures_index_price_klines(futuresClient): function test_futures_premium_index_klines (line 56) | def test_futures_premium_index_klines(futuresClient): function test_futures_continuous_klines (line 60) | def test_futures_continuous_klines(futuresClient): function test_futures_historical_klines (line 66) | def test_futures_historical_klines(futuresClient): function test_futures_historical_klines_generator (line 72) | def test_futures_historical_klines_generator(futuresClient): function test_futures_mark_price (line 78) | def test_futures_mark_price(futuresClient): function test_futures_funding_rate (line 82) | def test_futures_funding_rate(futuresClient): function test_futures_top_longshort_account_ratio (line 87) | def test_futures_top_longshort_account_ratio(futuresClient): function test_futures_top_longshort_position_ratio (line 92) | def test_futures_top_longshort_position_ratio(futuresClient): function test_futures_global_longshort_ratio (line 97) | def test_futures_global_longshort_ratio(futuresClient): function test_futures_taker_longshort_ratio (line 102) | def test_futures_taker_longshort_ratio(futuresClient): function test_futures_ticker (line 106) | def test_futures_ticker(futuresClient): function test_futures_symbol_ticker (line 110) | def test_futures_symbol_ticker(futuresClient): function test_futures_orderbook_ticker (line 114) | def test_futures_orderbook_ticker(futuresClient): function test_futures_index_index_price_constituents (line 118) | def test_futures_index_index_price_constituents(futuresClient): function test_futures_liquidation_orders (line 122) | def test_futures_liquidation_orders(futuresClient): function test_futures_api_trading_status (line 127) | def test_futures_api_trading_status(futuresClient): function test_futures_commission_rate (line 131) | def test_futures_commission_rate(futuresClient): function test_futures_adl_quantile_estimate (line 135) | def test_futures_adl_quantile_estimate(futuresClient): function test_futures_open_interest (line 139) | def test_futures_open_interest(futuresClient): function test_futures_index_info (line 143) | def test_futures_index_info(futuresClient): function test_futures_open_interest_hist (line 148) | def test_futures_open_interest_hist(futuresClient): function test_futures_leverage_bracket (line 152) | def test_futures_leverage_bracket(futuresClient): function test_futures_account_transfer (line 157) | def test_futures_account_transfer(futuresClient): function test_transfer_history (line 162) | def test_transfer_history(client): function test_futures_loan_borrow_history (line 167) | def test_futures_loan_borrow_history(futuresClient): function test_futures_loan_repay_history (line 172) | def test_futures_loan_repay_history(futuresClient): function test_futures_loan_wallet (line 177) | def test_futures_loan_wallet(futuresClient): function test_futures_cross_collateral_adjust_history (line 182) | def test_futures_cross_collateral_adjust_history(futuresClient): function test_futures_cross_collateral_liquidation_history (line 187) | def test_futures_cross_collateral_liquidation_history(futuresClient): function test_futures_loan_interest_history (line 192) | def test_futures_loan_interest_history(futuresClient): function test_futures_create_get_edit_cancel_order (line 196) | def test_futures_create_get_edit_cancel_order(futuresClient): function test_futures_create_test_order (line 226) | def test_futures_create_test_order(futuresClient): function test_futures_place_batch_order_and_cancel (line 240) | def test_futures_place_batch_order_and_cancel(futuresClient): function test_futures_get_open_orders (line 283) | def test_futures_get_open_orders(futuresClient): function test_futures_get_all_orders (line 287) | def test_futures_get_all_orders(futuresClient): function test_futures_cancel_all_open_orders (line 292) | def test_futures_cancel_all_open_orders(futuresClient): function test_futures_countdown_cancel_all (line 296) | def test_futures_countdown_cancel_all(futuresClient): function test_futures_account_balance (line 300) | def test_futures_account_balance(futuresClient): function test_futures_account (line 304) | def test_futures_account(futuresClient): function test_futures_symbol_adl_risk (line 308) | def test_futures_symbol_adl_risk(futuresClient): function test_futures_change_leverage (line 324) | def test_futures_change_leverage(futuresClient): function test_futures_change_margin_type (line 328) | def test_futures_change_margin_type(futuresClient): function test_futures_position_margin_history (line 337) | def test_futures_position_margin_history(futuresClient): function test_futures_position_information (line 342) | def test_futures_position_information(futuresClient): function test_futures_account_trades (line 346) | def test_futures_account_trades(futuresClient): function test_futures_income_history (line 350) | def test_futures_income_history(futuresClient): function close_all_futures_positions (line 354) | def close_all_futures_positions(futuresClient): function test_futures_get_and_change_position_mode (line 377) | def test_futures_get_and_change_position_mode(futuresClient): function test_futures_change_multi_assets_mode (line 385) | def test_futures_change_multi_assets_mode(futuresClient): function test_futures_get_multi_assets_mode (line 389) | def test_futures_get_multi_assets_mode(futuresClient): function test_futures_stream_get_listen_key (line 393) | def test_futures_stream_get_listen_key(futuresClient): function test_futures_stream_close (line 398) | def test_futures_stream_close(futuresClient): function test_futures_account_config (line 403) | def test_futures_account_config(futuresClient): function test_futures_symbol_config (line 407) | def test_futures_symbol_config(futuresClient): function test_futures_coin_ping (line 412) | def test_futures_coin_ping(futuresClient): function test_futures_coin_time (line 416) | def test_futures_coin_time(futuresClient): function test_futures_coin_exchange_info (line 420) | def test_futures_coin_exchange_info(futuresClient): function test_futures_coin_order_book (line 424) | def test_futures_coin_order_book(futuresClient): function test_futures_coin_recent_trades (line 429) | def test_futures_coin_recent_trades(futuresClient): function test_futures_coin_historical_trades (line 433) | def test_futures_coin_historical_trades(futuresClient): function test_futures_coin_aggregate_trades (line 438) | def test_futures_coin_aggregate_trades(futuresClient): function test_futures_coin_klines (line 442) | def test_futures_coin_klines(futuresClient): function test_futures_coin_continous_klines (line 446) | def test_futures_coin_continous_klines(futuresClient): function test_futures_coin_index_price_klines (line 452) | def test_futures_coin_index_price_klines(futuresClient): function test_futures_coin_mark_price_klines (line 456) | def test_futures_coin_mark_price_klines(futuresClient): function test_futures_coin_mark_price (line 460) | def test_futures_coin_mark_price(futuresClient): function test_futures_coin_funding_rate (line 465) | def test_futures_coin_funding_rate(futuresClient): function test_futures_coin_ticker (line 469) | def test_futures_coin_ticker(futuresClient): function test_futures_coin_symbol_ticker (line 473) | def test_futures_coin_symbol_ticker(futuresClient): function test_futures_coin_orderbook_ticker (line 477) | def test_futures_coin_orderbook_ticker(futuresClient): function test_futures_coin_index_index_price_constituents (line 481) | def test_futures_coin_index_index_price_constituents(futuresClient): function test_futures_coin_liquidation_orders (line 486) | def test_futures_coin_liquidation_orders(futuresClient): function test_futures_coin_open_interest (line 490) | def test_futures_coin_open_interest(futuresClient): function test_futures_coin_open_interest_hist (line 495) | def test_futures_coin_open_interest_hist(futuresClient): function test_futures_coin_leverage_bracket (line 499) | def test_futures_coin_leverage_bracket(futuresClient): function test_futures_coin_create_order (line 504) | def test_futures_coin_create_order(futuresClient): function test_futures_coin_place_batch_order (line 534) | def test_futures_coin_place_batch_order(futuresClient): function test_futures_coin_get_order (line 539) | def test_futures_coin_get_order(futuresClient): function test_futures_coin_get_open_orders (line 543) | def test_futures_coin_get_open_orders(futuresClient): function test_futures_coin_get_all_orders (line 548) | def test_futures_coin_get_all_orders(futuresClient): function test_futures_coin_cancel_order (line 553) | def test_futures_coin_cancel_order(futuresClient): function test_futures_coin_cancel_all_open_orders (line 557) | def test_futures_coin_cancel_all_open_orders(futuresClient): function test_futures_coin_cancel_orders (line 562) | def test_futures_coin_cancel_orders(futuresClient): function test_futures_coin_account_balance (line 566) | def test_futures_coin_account_balance(futuresClient): function test_futures_coin_account (line 570) | def test_futures_coin_account(futuresClient): function test_futures_coin_change_leverage (line 575) | def test_futures_coin_change_leverage(futuresClient): function test_futures_coin_change_margin_type (line 580) | def test_futures_coin_change_margin_type(futuresClient): function test_futures_coin_change_position_margin (line 585) | def test_futures_coin_change_position_margin(futuresClient): function test_futures_coin_position_margin_history (line 589) | def test_futures_coin_position_margin_history(futuresClient): function test_futures_coin_position_information (line 593) | def test_futures_coin_position_information(futuresClient): function test_futures_coin_account_trades (line 597) | def test_futures_coin_account_trades(futuresClient): function test_futures_coin_income_history (line 601) | def test_futures_coin_income_history(futuresClient): function test_futures_coin_change_position_mode (line 606) | def test_futures_coin_change_position_mode(futuresClient): function test_futures_coin_get_position_mode (line 610) | def test_futures_coin_get_position_mode(futuresClient): function test_futures_coin_stream_close (line 614) | def test_futures_coin_stream_close(futuresClient): function test_futures_coin_account_order_history_download (line 625) | def test_futures_coin_account_order_history_download(futuresClient): function test_futures_coin_account_order_download_id (line 630) | def test_futures_coin_account_order_download_id(futuresClient): function test_futures_coin_account_trade_history_download (line 635) | def test_futures_coin_account_trade_history_download(futuresClient): function test_futures_coin_account_trade_download_id (line 640) | def test_futures_coin_account_trade_download_id(futuresClient): function test_futures_coin_account_order_history_download_mock (line 644) | def test_futures_coin_account_order_history_download_mock(futuresClient): function test_futures_coin_account_order_download_id_mock (line 665) | def test_futures_coin_account_order_download_id_mock(futuresClient): function test_futures_coin_account_trade_history_download_id_mock (line 686) | def test_futures_coin_account_trade_history_download_id_mock(futuresClie... function test_futures_coin_account_trade_history_download_link_mock (line 707) | def test_futures_coin_account_trade_history_download_link_mock(futuresCl... function test_futures_create_algo_order (line 731) | def test_futures_create_algo_order(futuresClient): function test_futures_create_order_auto_routes_conditional (line 752) | def test_futures_create_order_auto_routes_conditional(futuresClient): function test_futures_get_algo_order (line 774) | def test_futures_get_algo_order(futuresClient): function test_futures_get_order_with_conditional_param (line 799) | def test_futures_get_order_with_conditional_param(futuresClient): function test_futures_get_all_algo_orders (line 823) | def test_futures_get_all_algo_orders(futuresClient): function test_futures_get_all_orders_with_conditional_param (line 829) | def test_futures_get_all_orders_with_conditional_param(futuresClient): function test_futures_get_open_algo_orders (line 835) | def test_futures_get_open_algo_orders(futuresClient): function test_futures_get_open_orders_with_conditional_param (line 841) | def test_futures_get_open_orders_with_conditional_param(futuresClient): function test_futures_cancel_algo_order (line 847) | def test_futures_cancel_algo_order(futuresClient): function test_futures_cancel_order_with_conditional_param (line 869) | def test_futures_cancel_order_with_conditional_param(futuresClient): function test_futures_cancel_all_algo_open_orders (line 891) | def test_futures_cancel_all_algo_open_orders(futuresClient): function test_futures_cancel_all_open_orders_with_conditional_param (line 898) | def test_futures_cancel_all_open_orders_with_conditional_param(futuresCl... function test_futures_create_algo_order_with_price_protect (line 907) | def test_futures_create_algo_order_with_price_protect(futuresClient): function test_futures_create_algo_order_trailing_stop (line 931) | def test_futures_create_algo_order_trailing_stop(futuresClient): function test_futures_create_algo_order_with_stp_mode (line 957) | def test_futures_create_algo_order_with_stp_mode(futuresClient): function test_futures_create_algo_order_with_price_match (line 982) | def test_futures_create_algo_order_with_price_match(futuresClient): function test_futures_create_algo_order_with_new_order_resp_type (line 1006) | def test_futures_create_algo_order_with_new_order_resp_type(futuresClient): function test_futures_create_algo_order_with_working_type (line 1030) | def test_futures_create_algo_order_with_working_type(futuresClient): FILE: tests/test_client_gift_card.py function test_mock_gift_card_fetch_token_limit (line 7) | def test_mock_gift_card_fetch_token_limit(liveClient): function test_gift_card_fetch_token_limit (line 26) | def test_gift_card_fetch_token_limit(liveClient): function test_gift_card_fetch_rsa_public_key (line 30) | def test_gift_card_fetch_rsa_public_key(liveClient): function test_gift_card_create_verify_and_redeem (line 34) | def test_gift_card_create_verify_and_redeem(liveClient): function test_gift_card_create_dual_token_and_redeem (line 49) | def test_gift_card_create_dual_token_and_redeem(liveClient): FILE: tests/test_client_margin.py function test_margin__get_account_status (line 7) | def test_margin__get_account_status(client): function test_margin_get_account_api_trading_status (line 11) | def test_margin_get_account_api_trading_status(client): function test_margin_get_account_api_permissions (line 15) | def test_margin_get_account_api_permissions(client): function test_margin_get_dust_assets (line 19) | def test_margin_get_dust_assets(client): function test_margin_get_dust_log (line 23) | def test_margin_get_dust_log(client): function test_margin_transfer_dust (line 27) | def test_margin_transfer_dust(client): function test_margin_get_asset_dividend_history (line 31) | def test_margin_get_asset_dividend_history(client): function test_margin_make_universal_transfer (line 35) | def test_margin_make_universal_transfer(client): function test_margin_query_universal_transfer_history (line 39) | def test_margin_query_universal_transfer_history(client): function test_margin_get_trade_fee (line 43) | def test_margin_get_trade_fee(client): function test_margin_get_asset_details (line 47) | def test_margin_get_asset_details(client): function test_margin_get_spot_delist_schedule (line 51) | def test_margin_get_spot_delist_schedule(client): function test_margin_withdraw (line 58) | def test_margin_withdraw(client): function test_margin_get_deposit_history (line 62) | def test_margin_get_deposit_history(client): function test_margin_get_withdraw_history (line 66) | def test_margin_get_withdraw_history(client): function test_margin_get_withdraw_history_id (line 70) | def test_margin_get_withdraw_history_id(client): function test_margin_get_deposit_address (line 74) | def test_margin_get_deposit_address(client): function test_margin_get_margin_account (line 81) | def test_margin_get_margin_account(client): function test_margin_get_isolated_margin_account (line 85) | def test_margin_get_isolated_margin_account(client): function test_margin_enable_isolated_margin_account (line 89) | def test_margin_enable_isolated_margin_account(client): function test_margin_disable_isolated_margin_account (line 93) | def test_margin_disable_isolated_margin_account(client): function test_margin_get_enabled_isolated_margin_account_limit (line 97) | def test_margin_get_enabled_isolated_margin_account_limit(client): function test_margin_get_margin_dustlog (line 101) | def test_margin_get_margin_dustlog(client): function test_margin_get_margin_dust_assets (line 105) | def test_margin_get_margin_dust_assets(client): function test_margin_transfer_margin_dust (line 109) | def test_margin_transfer_margin_dust(client): function test_margin_get_cross_margin_collateral_ratio (line 113) | def test_margin_get_cross_margin_collateral_ratio(client): function test_margin_get_small_liability_exchange_assets (line 117) | def test_margin_get_small_liability_exchange_assets(client): function test_margin_exchange_small_liability_assets (line 121) | def test_margin_exchange_small_liability_assets(client): function test_margin_get_small_liability_exchange_history (line 125) | def test_margin_get_small_liability_exchange_history(client): function test_margin_get_future_hourly_interest_rate (line 129) | def test_margin_get_future_hourly_interest_rate(client): function test_margin_get_margin_capital_flow (line 133) | def test_margin_get_margin_capital_flow(client): function test_margin_get_margin_asset (line 137) | def test_margin_get_margin_asset(client): function test_margin_get_margin_symbol (line 141) | def test_margin_get_margin_symbol(client): function test_margin_get_margin_all_assets (line 145) | def test_margin_get_margin_all_assets(client): function test_margin_get_margin_all_pairs (line 149) | def test_margin_get_margin_all_pairs(client): function test_margin_create_isolated_margin_account (line 153) | def test_margin_create_isolated_margin_account(client): function test_margin_get_isolated_margin_symbol (line 157) | def test_margin_get_isolated_margin_symbol(client): function test_margin_get_all_isolated_margin_symbols (line 161) | def test_margin_get_all_isolated_margin_symbols(client): function test_margin_get_isolated_margin_fee_data (line 165) | def test_margin_get_isolated_margin_fee_data(client): function test_margin_get_isolated_margin_tier_data (line 169) | def test_margin_get_isolated_margin_tier_data(client): function test_margin_margin_manual_liquidation (line 173) | def test_margin_margin_manual_liquidation(client): function test_margin_toggle_bnb_burn_spot_margin (line 177) | def test_margin_toggle_bnb_burn_spot_margin(client): function test_margin_get_bnb_burn_spot_margin (line 181) | def test_margin_get_bnb_burn_spot_margin(client): function test_margin_get_margin_price_index (line 185) | def test_margin_get_margin_price_index(client): function test_margin_transfer_margin_to_spot (line 189) | def test_margin_transfer_margin_to_spot(client): function test_margin_transfer_spot_to_margin (line 193) | def test_margin_transfer_spot_to_margin(client): function test_margin_transfer_isolated_margin_to_spot (line 197) | def test_margin_transfer_isolated_margin_to_spot(client): function test_margin_transfer_spot_to_isolated_margin (line 201) | def test_margin_transfer_spot_to_isolated_margin(client): function test_margin_get_isolated_margin_tranfer_history (line 205) | def test_margin_get_isolated_margin_tranfer_history(client): function test_margin_create_margin_loan (line 209) | def test_margin_create_margin_loan(client): function test_margin_repay_margin_loan (line 213) | def test_margin_repay_margin_loan(client): function create_margin_ordertest_ (line 217) | def create_margin_ordertest_(client): function test_margin_cancel_margin_order (line 221) | def test_margin_cancel_margin_order(client): function test_margin_set_margin_max_leverage (line 225) | def test_margin_set_margin_max_leverage(client): function test_margin_get_margin_transfer_history (line 229) | def test_margin_get_margin_transfer_history(client): function test_margin_get_margin_loan_details (line 233) | def test_margin_get_margin_loan_details(client): function test_margin_get_margin_repay_details (line 237) | def test_margin_get_margin_repay_details(client): function test_margin_get_cross_margin_data (line 241) | def test_margin_get_cross_margin_data(client): function test_margin_get_margin_interest_history (line 245) | def test_margin_get_margin_interest_history(client): function test_margin_get_margin_force_liquidation_rec (line 249) | def test_margin_get_margin_force_liquidation_rec(client): function test_margin_get_margin_order (line 253) | def test_margin_get_margin_order(client): function test_margin_get_open_margin_orders (line 257) | def test_margin_get_open_margin_orders(client): function test_margin_get_all_margin_orders (line 261) | def test_margin_get_all_margin_orders(client): function test_margin_get_margin_trades (line 265) | def test_margin_get_margin_trades(client): function test_margin_get_max_margin_loan (line 269) | def test_margin_get_max_margin_loan(client): function test_margin_get_max_margin_transfer (line 273) | def test_margin_get_max_margin_transfer(client): function test_margin_get_margin_delist_schedule (line 277) | def test_margin_get_margin_delist_schedule(client): function test_margin_create_margin_oco_order (line 284) | def test_margin_create_margin_oco_order(client): function test_margin_cancel_margin_oco_order (line 288) | def test_margin_cancel_margin_oco_order(client): function test_margin_get_margin_oco_order (line 292) | def test_margin_get_margin_oco_order(client): function test_margin_get_open_margin_oco_orders (line 296) | def test_margin_get_open_margin_oco_orders(client): function test_margin_margin_stream_get_listen_key (line 303) | def test_margin_margin_stream_get_listen_key(client): function test_margin_margin_stream_close (line 307) | def test_margin_margin_stream_close(client): function test_margin_isolated_margin_stream_get_listen_key (line 314) | def test_margin_isolated_margin_stream_get_listen_key(client): function test_margin_isolated_margin_stream_close (line 318) | def test_margin_isolated_margin_stream_close(client): function test_margin_get_simple_earn_flexible_product_list (line 325) | def test_margin_get_simple_earn_flexible_product_list(client): function test_margin_get_simple_earn_locked_product_list (line 329) | def test_margin_get_simple_earn_locked_product_list(client): function test_margin_subscribe_simple_earn_flexible_product (line 333) | def test_margin_subscribe_simple_earn_flexible_product(client): function test_margin_subscribe_simple_earn_locked_product (line 337) | def test_margin_subscribe_simple_earn_locked_product(client): function test_margin_redeem_simple_earn_flexible_product (line 341) | def test_margin_redeem_simple_earn_flexible_product(client): function test_margin_redeem_simple_earn_locked_product (line 345) | def test_margin_redeem_simple_earn_locked_product(client): function test_margin_get_simple_earn_flexible_product_position (line 349) | def test_margin_get_simple_earn_flexible_product_position(client): function test_margin_get_simple_earn_locked_product_position (line 353) | def test_margin_get_simple_earn_locked_product_position(client): function test_margin_get_simple_earn_account (line 357) | def test_margin_get_simple_earn_account(client): function test_margin_get_fixed_activity_project_list (line 364) | def test_margin_get_fixed_activity_project_list(client): function test_margin_change_fixed_activity_to_daily_position (line 368) | def test_margin_change_fixed_activity_to_daily_position(client): function test_margin_get_staking_product_list (line 375) | def test_margin_get_staking_product_list(client): function test_margin_purchase_staking_product (line 379) | def test_margin_purchase_staking_product(client): function test_margin_redeem_staking_product (line 383) | def test_margin_redeem_staking_product(client): function test_margin_get_staking_position (line 387) | def test_margin_get_staking_position(client): function test_margin_get_staking_purchase_history (line 391) | def test_margin_get_staking_purchase_history(client): function test_margin_set_auto_staking (line 395) | def test_margin_set_auto_staking(client): function test_margin_get_personal_left_quota (line 399) | def test_margin_get_personal_left_quota(client): function test_margin_get_staking_asset_us (line 406) | def test_margin_get_staking_asset_us(client): function test_margin_stake_asset_us (line 410) | def test_margin_stake_asset_us(client): function test_margin_unstake_asset_us (line 414) | def test_margin_unstake_asset_us(client): function test_margin_get_staking_balance_us (line 418) | def test_margin_get_staking_balance_us(client): function test_margin_get_staking_history_us (line 422) | def test_margin_get_staking_history_us(client): function test_margin_get_staking_rewards_history_us (line 426) | def test_margin_get_staking_rewards_history_us(client): function test_margin_get_sub_account_list (line 433) | def test_margin_get_sub_account_list(client): function test_margin_get_sub_account_transfer_history (line 437) | def test_margin_get_sub_account_transfer_history(client): function test_margin_get_sub_account_futures_transfer_history (line 441) | def test_margin_get_sub_account_futures_transfer_history(client): function test_margin_create_sub_account_futures_transfer (line 445) | def test_margin_create_sub_account_futures_transfer(client): function test_margin_get_sub_account_assets (line 449) | def test_margin_get_sub_account_assets(client): function test_margin_query_subaccount_spot_summary (line 453) | def test_margin_query_subaccount_spot_summary(client): function test_margin_get_subaccount_deposit_address (line 457) | def test_margin_get_subaccount_deposit_address(client): function test_margin_get_subaccount_deposit_history (line 461) | def test_margin_get_subaccount_deposit_history(client): function test_margin_get_subaccount_futures_margin_status (line 465) | def test_margin_get_subaccount_futures_margin_status(client): function test_margin_enable_subaccount_margin (line 469) | def test_margin_enable_subaccount_margin(client): function test_margin_get_subaccount_margin_details (line 473) | def test_margin_get_subaccount_margin_details(client): function test_margin_get_subaccount_margin_summary (line 477) | def test_margin_get_subaccount_margin_summary(client): function test_margin_enable_subaccount_futures (line 481) | def test_margin_enable_subaccount_futures(client): function test_margin_get_subaccount_futures_details (line 485) | def test_margin_get_subaccount_futures_details(client): function test_margin_get_subaccount_futures_summary (line 489) | def test_margin_get_subaccount_futures_summary(client): function test_margin_get_subaccount_futures_positionrisk (line 493) | def test_margin_get_subaccount_futures_positionrisk(client): function test_margin_make_subaccount_futures_transfer (line 497) | def test_margin_make_subaccount_futures_transfer(client): function test_margin_make_subaccount_margin_transfer (line 501) | def test_margin_make_subaccount_margin_transfer(client): function test_margin_make_subaccount_to_subaccount_transfer (line 505) | def test_margin_make_subaccount_to_subaccount_transfer(client): function test_margin_make_subaccount_to_master_transfer (line 509) | def test_margin_make_subaccount_to_master_transfer(client): function test_margin_get_subaccount_transfer_history (line 513) | def test_margin_get_subaccount_transfer_history(client): function test_margin_make_subaccount_universal_transfer (line 517) | def test_margin_make_subaccount_universal_transfer(client): function test_margin_get_universal_transfer_history (line 521) | def test_margin_get_universal_transfer_history(client): function test_margin_get_fiat_deposit_withdraw_history (line 528) | def test_margin_get_fiat_deposit_withdraw_history(client): function test_margin_get_fiat_payments_history (line 532) | def test_margin_get_fiat_payments_history(client): function test_margin_get_c2c_trade_history (line 539) | def test_margin_get_c2c_trade_history(client): function test_margin_get_pay_trade_history (line 546) | def test_margin_get_pay_trade_history(client): function test_margin_get_convert_trade_history (line 553) | def test_margin_get_convert_trade_history(client): function test_margin_convert_request_quote (line 557) | def test_margin_convert_request_quote(client): function test_margin_convert_accept_quote (line 561) | def test_margin_convert_accept_quote(client): function test_margin_new_transfer_history (line 565) | def test_margin_new_transfer_history(futuresClient): function test_margin_funding_wallet (line 569) | def test_margin_funding_wallet(futuresClient): function test_margin_get_user_asset (line 573) | def test_margin_get_user_asset(futuresClient): function test_margin_universal_transfer (line 577) | def test_margin_universal_transfer(futuresClient): function test_margin_get_all_coins_info (line 581) | def test_margin_get_all_coins_info(client): function test_margin_get_account_snapshot (line 585) | def test_margin_get_account_snapshot(client): function test_margin_disable_fast_withdraw_switch (line 589) | def test_margin_disable_fast_withdraw_switch(client): function test_margin_enable_fast_withdraw_switch (line 593) | def test_margin_enable_fast_withdraw_switch(client): function test_margin_next_hourly_interest_rate (line 598) | def test_margin_next_hourly_interest_rate(client): function test_margin_interest_history (line 606) | def test_margin_interest_history(client): function test_margin_borrow_repay (line 613) | def test_margin_borrow_repay(client): function test_margin_get_borrow_repay_records (line 624) | def test_margin_get_borrow_repay_records(client): function test_margin_interest_rate_history (line 636) | def test_margin_interest_rate_history(client): function test_margin_max_borrowable (line 642) | def test_margin_max_borrowable(client): FILE: tests/test_client_options.py function options_symbol (line 9) | def options_symbol(liveClient): function test_options_ping (line 14) | def test_options_ping(liveClient): function test_options_time (line 18) | def test_options_time(liveClient): function test_options_info (line 23) | def test_options_info(liveClient): function test_options_exchange_info (line 27) | def test_options_exchange_info(liveClient): function test_options_index_price (line 31) | def test_options_index_price(liveClient): function test_options_price (line 35) | def test_options_price(liveClient): function test_options_mark_price (line 39) | def test_options_mark_price(liveClient): function test_options_order_book (line 43) | def test_options_order_book(liveClient, options_symbol): function test_options_klines (line 47) | def test_options_klines(liveClient, options_symbol): function test_options_recent_trades (line 51) | def test_options_recent_trades(liveClient, options_symbol): function test_options_historical_trades (line 55) | def test_options_historical_trades(liveClient, options_symbol): function test_options_account_info (line 63) | def test_options_account_info(liveClient): function test_options_funds_transfer (line 68) | def test_options_funds_transfer(liveClient): function test_options_positions (line 73) | def test_options_positions(liveClient): function test_options_bill (line 78) | def test_options_bill(liveClient): function test_options_place_order (line 83) | def test_options_place_order(liveClient): function test_test_options_place_batch_order (line 88) | def test_test_options_place_batch_order(liveClient): function test_options_cancel_order (line 93) | def test_options_cancel_order(liveClient): function test_options_cancel_batch_order (line 98) | def test_options_cancel_batch_order(liveClient): function test_options_cancel_all_orders (line 103) | def test_options_cancel_all_orders(liveClient): function test_options_query_order (line 108) | def test_options_query_order(liveClient): function test_options_query_pending_orders (line 113) | def test_options_query_pending_orders(liveClient): function test_options_query_order_history (line 118) | def test_options_query_order_history(liveClient): function test_options_user_trades (line 123) | def test_options_user_trades(liveClient): FILE: tests/test_client_portfolio.py function test_papi_get_balance (line 7) | def test_papi_get_balance(client): function test_papi_get_account (line 11) | def test_papi_get_account(client): function test_papi_get_margin_max_borrowable (line 15) | def test_papi_get_margin_max_borrowable(client): function test_papi_get_margin_max_withdraw (line 19) | def test_papi_get_margin_max_withdraw(client): function test_papi_get_um_position_risk (line 23) | def test_papi_get_um_position_risk(client): function test_papi_get_cm_position_risk (line 27) | def test_papi_get_cm_position_risk(client): function test_papi_set_um_leverage (line 31) | def test_papi_set_um_leverage(client): function test_papi_set_cm_leverage (line 35) | def test_papi_set_cm_leverage(client): function test_papi_change_um_position_side_dual (line 39) | def test_papi_change_um_position_side_dual(client): function test_papi_get_um_position_side_dual (line 43) | def test_papi_get_um_position_side_dual(client): function test_papi_get_cm_position_side_dual (line 47) | def test_papi_get_cm_position_side_dual(client): function test_papi_get_um_leverage_bracket (line 51) | def test_papi_get_um_leverage_bracket(client): function test_papi_get_cm_leverage_bracket (line 55) | def test_papi_get_cm_leverage_bracket(client): function test_papi_get_um_api_trading_status (line 59) | def test_papi_get_um_api_trading_status(client): function test_papi_get_um_comission_rate (line 63) | def test_papi_get_um_comission_rate(client): function test_papi_get_cm_comission_rate (line 67) | def test_papi_get_cm_comission_rate(client): function test_papi_get_margin_margin_loan (line 71) | def test_papi_get_margin_margin_loan(client): function test_papi_get_margin_repay_loan (line 75) | def test_papi_get_margin_repay_loan(client): function test_papi_get_repay_futures_switch (line 79) | def test_papi_get_repay_futures_switch(client): function test_papi_repay_futures_switch (line 83) | def test_papi_repay_futures_switch(client): function test_papi_get_margin_interest_history (line 87) | def test_papi_get_margin_interest_history(client): function test_papi_repay_futures_negative_balance (line 91) | def test_papi_repay_futures_negative_balance(client): function test_papi_get_portfolio_interest_history (line 95) | def test_papi_get_portfolio_interest_history(client): function test_papi_fund_auto_collection (line 99) | def test_papi_fund_auto_collection(client): function test_papi_fund_asset_collection (line 103) | def test_papi_fund_asset_collection(client): function test_papi_bnb_transfer (line 107) | def test_papi_bnb_transfer(client): function test_papi_get_um_income_history (line 111) | def test_papi_get_um_income_history(client): function test_papi_get_cm_income_history (line 115) | def test_papi_get_cm_income_history(client): function test_papi_get_um_account (line 119) | def test_papi_get_um_account(client): function test_papi_get_um_account_v2 (line 123) | def test_papi_get_um_account_v2(client): function test_papi_get_cm_account (line 127) | def test_papi_get_cm_account(client): function test_papi_get_um_account_config (line 131) | def test_papi_get_um_account_config(client): function test_papi_get_um_symbol_config (line 135) | def test_papi_get_um_symbol_config(client): function test_papi_get_um_trade_asyn (line 139) | def test_papi_get_um_trade_asyn(client): function test_papi_get_um_trade_asyn_id (line 143) | def test_papi_get_um_trade_asyn_id(client): function test_papi_get_um_order_asyn (line 147) | def test_papi_get_um_order_asyn(client): function test_papi_get_um_order_asyn_id (line 151) | def test_papi_get_um_order_asyn_id(client): function test_papi_get_um_income_asyn (line 155) | def test_papi_get_um_income_asyn(client): function test_papi_get_um_income_asyn_id (line 159) | def test_papi_get_um_income_asyn_id(client): function test_papi_ping (line 166) | def test_papi_ping(client): function test_papi_create_um_order (line 173) | def test_papi_create_um_order(client): function test_papi_create_um_conditional_order (line 177) | def test_papi_create_um_conditional_order(client): function test_papi_create_cm_order (line 181) | def test_papi_create_cm_order(client): function test_papi_create_cm_conditional_order (line 185) | def test_papi_create_cm_conditional_order(client): function test_papi_create_margin_order (line 189) | def test_papi_create_margin_order(client): function test_papi_margin_loan (line 193) | def test_papi_margin_loan(client): function test_papi_repay_loan (line 197) | def test_papi_repay_loan(client): function test_papi_margin_order_oco (line 201) | def test_papi_margin_order_oco(client): function test_papi_cancel_um_order (line 205) | def test_papi_cancel_um_order(client): function test_papi_cancel_um_all_open_orders (line 209) | def test_papi_cancel_um_all_open_orders(client): function test_papi_cancel_um_conditional_order (line 213) | def test_papi_cancel_um_conditional_order(client): function test_papi_cancel_um_conditional_all_open_orders (line 217) | def test_papi_cancel_um_conditional_all_open_orders(client): function test_papi_cancel_cm_order (line 221) | def test_papi_cancel_cm_order(client): function test_papi_cancel_cm_all_open_orders (line 225) | def test_papi_cancel_cm_all_open_orders(client): function test_papi_cancel_cm_conditional_order (line 229) | def test_papi_cancel_cm_conditional_order(client): function test_papi_cancel_cm_conditional_all_open_orders (line 233) | def test_papi_cancel_cm_conditional_all_open_orders(client): function test_papi_cancel_margin_order (line 237) | def test_papi_cancel_margin_order(client): function test_papi_cancel_margin_order_list (line 241) | def test_papi_cancel_margin_order_list(client): function test_papi_cancel_margin_all_open_orders (line 245) | def test_papi_cancel_margin_all_open_orders(client): function test_papi_modify_um_order (line 249) | def test_papi_modify_um_order(client): function test_papi_modify_cm_order (line 253) | def test_papi_modify_cm_order(client): function test_papi_get_um_order (line 257) | def test_papi_get_um_order(client): function test_papi_get_um_all_orders (line 261) | def test_papi_get_um_all_orders(client): function test_papi_get_um_open_order (line 265) | def test_papi_get_um_open_order(client): function test_papi_get_um_open_orders (line 269) | def test_papi_get_um_open_orders(client): function test_papi_get_um_conditional_all_orders (line 273) | def test_papi_get_um_conditional_all_orders(client): function test_papi_get_um_conditional_open_orders (line 277) | def test_papi_get_um_conditional_open_orders(client): function test_papi_get_um_conditional_open_order (line 281) | def test_papi_get_um_conditional_open_order(client): function test_papi_get_um_conditional_order_history (line 285) | def test_papi_get_um_conditional_order_history(client): function test_papi_get_cm_order (line 289) | def test_papi_get_cm_order(client): function test_papi_get_cm_all_orders (line 293) | def test_papi_get_cm_all_orders(client): function test_papi_get_cm_open_order (line 297) | def test_papi_get_cm_open_order(client): function test_papi_get_cm_open_orders (line 301) | def test_papi_get_cm_open_orders(client): function test_papi_get_cm_conditional_all_orders (line 305) | def test_papi_get_cm_conditional_all_orders(client): function test_papi_get_cm_conditional_open_orders (line 309) | def test_papi_get_cm_conditional_open_orders(client): function test_papi_get_cm_conditional_open_order (line 313) | def test_papi_get_cm_conditional_open_order(client): function test_papi_get_cm_conditional_order_history (line 317) | def test_papi_get_cm_conditional_order_history(client): function test_papi_get_um_force_orders (line 321) | def test_papi_get_um_force_orders(client): function test_papi_get_cm_force_orders (line 325) | def test_papi_get_cm_force_orders(client): function test_papi_get_um_order_amendment (line 329) | def test_papi_get_um_order_amendment(client): function test_papi_get_cm_order_amendment (line 333) | def test_papi_get_cm_order_amendment(client): function test_papi_get_margin_force_orders (line 337) | def test_papi_get_margin_force_orders(client): function test_papi_get_um_user_trades (line 341) | def test_papi_get_um_user_trades(client): function test_papi_get_cm_user_trades (line 345) | def test_papi_get_cm_user_trades(client): function test_papi_get_um_adl_quantile (line 349) | def test_papi_get_um_adl_quantile(client): function test_papi_get_cm_adl_quantile (line 353) | def test_papi_get_cm_adl_quantile(client): function test_papi_set_um_fee_burn (line 357) | def test_papi_set_um_fee_burn(client): function test_papi_get_um_fee_burn (line 361) | def test_papi_get_um_fee_burn(client): function test_papi_get_margin_order (line 365) | def test_papi_get_margin_order(client): function test_papi_get_margin_open_orders (line 369) | def test_papi_get_margin_open_orders(client): function test_papi_get_margin_all_orders (line 373) | def test_papi_get_margin_all_orders(client): function test_papi_get_margin_order_list (line 377) | def test_papi_get_margin_order_list(client): function test_papi_get_margin_all_order_list (line 381) | def test_papi_get_margin_all_order_list(client): function test_papi_get_margin_open_order_list (line 385) | def test_papi_get_margin_open_order_list(client): function test_papi_get_margin_my_trades (line 389) | def test_papi_get_margin_my_trades(client): function test_papi_get_margin_repay_debt (line 393) | def test_papi_get_margin_repay_debt(client): function test_close_connection (line 397) | def test_close_connection(client): FILE: tests/test_client_ws_api.py function test_ws_get_order_book (line 9) | def test_ws_get_order_book(client): function test_ws_get_recent_trades (line 14) | def test_ws_get_recent_trades(client): function test_ws_get_historical_trades (line 18) | def test_ws_get_historical_trades(client): function test_ws_get_aggregate_trades (line 22) | def test_ws_get_aggregate_trades(client): function test_ws_get_klines (line 26) | def test_ws_get_klines(client): function test_ws_get_uiKlines (line 30) | def test_ws_get_uiKlines(client): function test_ws_get_avg_price (line 34) | def test_ws_get_avg_price(client): function test_ws_get_ticker (line 38) | def test_ws_get_ticker(client): function test_ws_get_trading_day_ticker (line 42) | def test_ws_get_trading_day_ticker(client): function test_ws_get_symbol_ticker_window (line 46) | def test_ws_get_symbol_ticker_window(client): function test_ws_get_symbol_ticker (line 50) | def test_ws_get_symbol_ticker(client): function test_ws_get_orderbook_ticker (line 54) | def test_ws_get_orderbook_ticker(client): function test_ws_ping (line 58) | def test_ws_ping(client): function test_ws_get_time (line 62) | def test_ws_get_time(client): function test_ws_get_exchange_info (line 66) | def test_ws_get_exchange_info(client): function test_ws_time_microseconds (line 70) | def test_ws_time_microseconds(): function test_ws_time_milliseconds (line 84) | def test_ws_time_milliseconds(): FILE: tests/test_client_ws_futures_requests.py function test_ws_futures_get_order_book (line 9) | def test_ws_futures_get_order_book(futuresClient): function test_bad_request (line 14) | def test_bad_request(futuresClient): function test_ws_futures_get_all_tickers (line 20) | def test_ws_futures_get_all_tickers(futuresClient): function test_ws_futures_get_order_book_ticker (line 25) | def test_ws_futures_get_order_book_ticker(futuresClient): function test_ws_futures_create_get_edit_cancel_order (line 30) | def test_ws_futures_create_get_edit_cancel_order(futuresClient): function test_ws_futures_v2_account_position (line 61) | def test_ws_futures_v2_account_position(futuresClient): function test_ws_futures_account_position (line 66) | def test_ws_futures_account_position(futuresClient): function test_ws_futures_v2_account_balance (line 71) | def test_ws_futures_v2_account_balance(futuresClient): function test_ws_futures_account_balance (line 76) | def test_ws_futures_account_balance(futuresClient): function test_ws_futures_v2_account_status (line 81) | def test_ws_futures_v2_account_status(futuresClient): function test_ws_futures_account_status (line 86) | def test_ws_futures_account_status(futuresClient): function test_ws_futures_create_cancel_algo_order (line 91) | def test_ws_futures_create_cancel_algo_order(futuresClient): function test_ws_futures_create_conditional_order_auto_routing (line 120) | def test_ws_futures_create_conditional_order_auto_routing(futuresClient): function test_ws_futures_conditional_order_with_stop_price (line 147) | def test_ws_futures_conditional_order_with_stop_price(futuresClient): FILE: tests/test_cryptography.py function test_encryption (line 31) | def test_encryption(): FILE: tests/test_depth_cache.py function fresh_cache (line 9) | def fresh_cache(): function test_add_bids (line 13) | def test_add_bids(fresh_cache): function test_add_asks (line 31) | def test_add_asks(fresh_cache): FILE: tests/test_futures.py function test_futures_position_information (line 9) | def test_futures_position_information(): function test_futures_position_information_version_override (line 44) | def test_futures_position_information_version_override(): function test_futures_account_balance (line 79) | def test_futures_account_balance(): function test_futures_account_config (line 87) | def test_futures_account_config(): FILE: tests/test_get_order_book.py function assert_ob (line 6) | def assert_ob(order_book): function test_get_order_book (line 26) | def test_get_order_book(client): function test_futures_get_order_book (line 35) | def test_futures_get_order_book(client): function test_get_order_book_with_limit (line 44) | def test_get_order_book_with_limit(client): function test_get_order_book_async (line 57) | async def test_get_order_book_async(clientAsync): function test_futures_get_order_book_async (line 63) | async def test_futures_get_order_book_async(clientAsync): function test_ws_get_order_book (line 73) | async def test_ws_get_order_book(clientAsync): FILE: tests/test_headers.py function test_get_headers (line 10) | def test_get_headers(): function test_post_headers (line 19) | def test_post_headers(): function test_post_headers_overriden (line 28) | def test_post_headers_overriden(): function test_post_headers_async (line 44) | async def test_post_headers_async(): function test_post_headers_overriden_async (line 68) | async def test_post_headers_overriden_async(): FILE: tests/test_historical_klines.py function test_exact_amount (line 11) | def test_exact_amount(): function test_start_and_end_str (line 73) | def test_start_and_end_str(): function test_start_and_end_timestamp (line 129) | def test_start_and_end_timestamp(): function test_historical_kline_generator (line 185) | def test_historical_kline_generator(): function test_historical_kline_generator_empty_response (line 246) | def test_historical_kline_generator_empty_response(): function test_start_and_limit (line 286) | def test_start_and_limit(): FILE: tests/test_ids.py function test_spot_id (line 11) | def test_spot_id(): function test_spot_limit_id (line 23) | def test_spot_limit_id(): function test_spot_market_id (line 33) | def test_spot_market_id(): function test_spot_cancel_replace_id (line 43) | def test_spot_cancel_replace_id(): function test_spot_oco_order_id (line 61) | def test_spot_oco_order_id(): function test_swap_id (line 71) | def test_swap_id(): function test_swap_batch_id (line 86) | def test_swap_batch_id(): function test_coin_id (line 96) | def test_coin_id(): function test_coin_batch_id (line 111) | def test_coin_batch_id(): function test_papi_um_id (line 126) | def test_papi_um_id(): function test_papi_cm_id (line 141) | def test_papi_cm_id(): function test_spot_id_async (line 157) | async def test_spot_id_async(): function test_spot_cancel_replace_id_async (line 180) | async def test_spot_cancel_replace_id_async(): function test_swap_id_async (line 203) | async def test_swap_id_async(): function test_swap_trigger_id_async (line 223) | async def test_swap_trigger_id_async(): function test_swap_trigger_endpoint_id_async (line 243) | async def test_swap_trigger_endpoint_id_async(): function test_papi_um_id_async (line 264) | async def test_papi_um_id_async(): function test_papi_cm_id_async (line 285) | async def test_papi_cm_id_async(): function test_coin_id_async (line 306) | async def test_coin_id_async(): function test_spot_oco_id (line 327) | async def test_spot_oco_id(): function test_swap_batch_id_async (line 348) | async def test_swap_batch_id_async(): function test_coin_batch_id_async (line 368) | async def test_coin_batch_id_async(): FILE: tests/test_init.py function test_version (line 15) | def test_version(): function test_client_import (line 21) | def test_client_import(): function test_async_client_import (line 26) | def test_async_client_import(): function test_depth_cache_imports (line 31) | def test_depth_cache_imports(): function test_websocket_imports (line 42) | def test_websocket_imports(): function test_websocket_utility_imports (line 50) | def test_websocket_utility_imports(): FILE: tests/test_keepalive_reconnect.py function test_no_duplicate_keepalive_loops_on_reconnect (line 18) | async def test_no_duplicate_keepalive_loops_on_reconnect(): function test_keepalive_stops_after_exit (line 96) | async def test_keepalive_stops_after_exit(): function test_multiple_reconnects_no_loop_accumulation (line 156) | async def test_multiple_reconnects_no_loop_accumulation(): FILE: tests/test_order.py function assert_contract_order (line 1) | def assert_contract_order(client, order): FILE: tests/test_ping.py function test_papi_ping_sync (line 9) | def test_papi_ping_sync(client): function test_ping_sync (line 14) | def test_ping_sync(client): function test_futures_ping (line 19) | def test_futures_ping(client): function test_coin_ping (line 24) | def test_coin_ping(client): function test_papi_ping_async (line 30) | async def test_papi_ping_async(clientAsync): function test_ping_async (line 36) | async def test_ping_async(clientAsync): function test_futures_ping_async (line 42) | async def test_futures_ping_async(clientAsync): function test_coin_ping_async (line 48) | async def test_coin_ping_async(clientAsync): FILE: tests/test_reconnecting_websocket.py function test_init (line 20) | async def test_init(): function test_json_dumps (line 28) | async def test_json_dumps(): function test_json_loads (line 36) | async def test_json_loads(): function test_json_loads_invalid (line 44) | async def test_json_loads_invalid(): function test_handle_message (line 52) | async def test_handle_message(): function test_handle_message_binary (line 60) | async def test_handle_message_binary(): function test_handle_message_invalid_json (line 69) | async def test_handle_message_invalid_json(): function test_recv_message (line 77) | async def test_recv_message(): function test_before_reconnect (line 88) | async def test_before_reconnect(): function test_get_reconnect_wait (line 99) | def test_get_reconnect_wait(): function test_connect_max_reconnects_exceeded (line 107) | async def test_connect_max_reconnects_exceeded(): function test_recieve_invalid_json (line 128) | async def test_recieve_invalid_json(): function test_receive_valid_json (line 147) | async def test_receive_valid_json(): function test_connect_fails_to_connect_on_enter_context (line 166) | async def test_connect_fails_to_connect_on_enter_context(): function test_connect_fails_to_connect_after_disconnect (line 178) | async def test_connect_fails_to_connect_after_disconnect(): function delayed_return (line 208) | async def delayed_return(): function test_recv_read_loop_closed (line 215) | async def test_recv_read_loop_closed(): FILE: tests/test_region_exception.py class TestBinanceRegionException (line 9) | class TestBinanceRegionException: method test_exception_attributes (line 12) | def test_exception_attributes(self): method test_exception_message_format (line 19) | def test_exception_message_format(self): method test_exception_default_endpoint_name (line 26) | def test_exception_default_endpoint_name(self): class TestSyncClientRegionValidation (line 33) | class TestSyncClientRegionValidation: method test_get_staking_asset_us_wrong_tld (line 36) | def test_get_staking_asset_us_wrong_tld(self): method test_stake_asset_us_wrong_tld (line 45) | def test_stake_asset_us_wrong_tld(self): method test_unstake_asset_us_wrong_tld (line 53) | def test_unstake_asset_us_wrong_tld(self): method test_get_staking_balance_us_wrong_tld (line 61) | def test_get_staking_balance_us_wrong_tld(self): method test_get_staking_history_us_wrong_tld (line 69) | def test_get_staking_history_us_wrong_tld(self): method test_get_staking_rewards_history_us_wrong_tld (line 77) | def test_get_staking_rewards_history_us_wrong_tld(self): class TestAsyncClientRegionValidation (line 87) | class TestAsyncClientRegionValidation: method test_get_staking_asset_us_wrong_tld_async (line 90) | async def test_get_staking_asset_us_wrong_tld_async(self): method test_stake_asset_us_wrong_tld_async (line 102) | async def test_stake_asset_us_wrong_tld_async(self): method test_unstake_asset_us_wrong_tld_async (line 113) | async def test_unstake_asset_us_wrong_tld_async(self): method test_get_staking_balance_us_wrong_tld_async (line 124) | async def test_get_staking_balance_us_wrong_tld_async(self): method test_get_staking_history_us_wrong_tld_async (line 135) | async def test_get_staking_history_us_wrong_tld_async(self): method test_get_staking_rewards_history_us_wrong_tld_async (line 146) | async def test_get_staking_rewards_history_us_wrong_tld_async(self): FILE: tests/test_socket_manager.py function assert_message (line 6) | def assert_message(msg): function test_ticker_socket (line 12) | async def test_ticker_socket(): FILE: tests/test_streams.py function test_socket_stopped_on_aexit (line 11) | async def test_socket_stopped_on_aexit(clientAsync): function test_socket_stopped_on_aexit_futures (line 23) | async def test_socket_stopped_on_aexit_futures(futuresClientAsync): function test_socket_spot_market_time_unit_microseconds (line 34) | async def test_socket_spot_market_time_unit_microseconds(): function test_socket_spot_market_time_unit_milliseconds (line 48) | async def test_socket_spot_market_time_unit_milliseconds(): function test_socket_spot_user_data_time_unit_microseconds (line 62) | async def test_socket_spot_user_data_time_unit_microseconds(): function test_socket_spot_user_data_time_unit_milliseconds (line 79) | async def test_socket_spot_user_data_time_unit_milliseconds(): FILE: tests/test_streams_options.py function test_options_ticker (line 21) | async def test_options_ticker(clientAsync): function test_options_ticker_by_expiration (line 34) | async def test_options_ticker_by_expiration(clientAsync): function test_options_recent_trades (line 47) | async def test_options_recent_trades(clientAsync): function test_options_kline (line 60) | async def test_options_kline(clientAsync): function test_options_depth (line 73) | async def test_options_depth(clientAsync): function test_options_multiplex (line 86) | async def test_options_multiplex(clientAsync): function test_options_open_interest (line 103) | async def test_options_open_interest(clientAsync): function test_options_mark_price (line 116) | async def test_options_mark_price(clientAsync): function test_options_index_price (line 129) | async def test_options_index_price(clientAsync): FILE: tests/test_threaded_socket_manager.py function test_threaded_socket_manager (line 30) | def test_threaded_socket_manager(): function test_many_symbols_small_queue (line 64) | def test_many_symbols_small_queue(): function test_many_symbols_adequate_queue (line 95) | def test_many_symbols_adequate_queue(): function test_slow_async_callback_no_error (line 130) | def test_slow_async_callback_no_error(): function test_no_internet_connection (line 166) | def test_no_internet_connection(): FILE: tests/test_threaded_stream.py class AsyncMock (line 13) | class AsyncMock(Mock): method __call__ (line 14) | async def __call__(self, *args, **kwargs): method __aenter__ (line 17) | async def __aenter__(self): method __aexit__ (line 20) | async def __aexit__(self, *args): method __aiter__ (line 23) | async def __aiter__(self): method __anext__ (line 26) | async def __anext__(self): function test_initialization (line 31) | async def test_initialization(): function test_start_and_stop_socket (line 57) | async def test_start_and_stop_socket(manager): function test_socket_listener_timeout (line 105) | async def test_socket_listener_timeout(manager): function test_stop_client (line 146) | async def test_stop_client(manager): function test_stop (line 158) | async def test_stop(manager): function test_multiple_sockets (line 170) | async def test_multiple_sockets(manager): function test_stop_client_when_not_initialized (line 187) | async def test_stop_client_when_not_initialized(manager): function test_stop_when_already_stopped (line 194) | async def test_stop_when_already_stopped(manager): FILE: tests/test_user_socket_integration.py function socket_manager (line 24) | async def socket_manager(clientAsync): class TestUserSocketArchitecture (line 29) | class TestUserSocketArchitecture: method test_user_socket_has_separate_queue (line 33) | async def test_user_socket_has_separate_queue(self, clientAsync, socke... method test_user_socket_uses_ws_api_subscription (line 43) | async def test_user_socket_uses_ws_api_subscription(self, clientAsync,... method test_user_socket_no_read_loop (line 57) | async def test_user_socket_no_read_loop(self, clientAsync, socket_mana... method test_user_socket_queue_registered_with_ws_api (line 71) | async def test_user_socket_queue_registered_with_ws_api(self, clientAs... method test_user_socket_cleanup_on_exit (line 88) | async def test_user_socket_cleanup_on_exit(self, clientAsync, socket_m... class TestUserSocketFunctionality (line 102) | class TestUserSocketFunctionality: method test_user_socket_recv_timeout (line 106) | async def test_user_socket_recv_timeout(self, clientAsync, socket_mana... method test_user_socket_context_manager (line 116) | async def test_user_socket_context_manager(self, clientAsync, socket_m... class TestNonUserSockets (line 132) | class TestNonUserSockets: method test_margin_socket_not_using_ws_api_subscription (line 136) | async def test_margin_socket_not_using_ws_api_subscription(self, clien... class TestWsApiSubscriptionRouting (line 150) | class TestWsApiSubscriptionRouting: method test_ws_api_has_subscription_queues (line 154) | async def test_ws_api_has_subscription_queues(self, clientAsync): method test_ws_api_register_unregister_queue (line 165) | async def test_ws_api_register_unregister_queue(self, clientAsync): method test_ws_api_unregister_nonexistent_is_safe (line 182) | async def test_ws_api_unregister_nonexistent_is_safe(self, clientAsync): FILE: tests/test_verbose_mode.py function test_client_verbose_initialization (line 9) | def test_client_verbose_initialization(): function test_client_non_verbose_initialization (line 17) | def test_client_non_verbose_initialization(): function test_client_default_verbose (line 25) | def test_client_default_verbose(): function test_async_client_verbose_initialization (line 32) | async def test_async_client_verbose_initialization(): function test_async_client_non_verbose_initialization (line 42) | async def test_async_client_non_verbose_initialization(): function test_async_client_default_verbose (line 52) | async def test_async_client_default_verbose(): FILE: tests/test_websocket_verbose.py function test_websocket_logger_exists (line 7) | def test_websocket_logger_exists(): function test_websocket_logger_level_configuration (line 26) | def test_websocket_logger_level_configuration(): function test_combined_logging_configuration (line 43) | def test_combined_logging_configuration(): function test_binance_socket_manager_verbose (line 64) | async def test_binance_socket_manager_verbose(): function test_threaded_websocket_manager_verbose (line 85) | def test_threaded_websocket_manager_verbose(): function test_websocket_manager_sets_logging_level (line 102) | def test_websocket_manager_sets_logging_level(): FILE: tests/test_ws_api.py function test_ws_api_public_endpoint (line 15) | async def test_ws_api_public_endpoint(clientAsync): function test_ws_api_private_endpoint (line 23) | async def test_ws_api_private_endpoint(clientAsync): function test_ws_futures_public_endpoint (line 30) | async def test_ws_futures_public_endpoint(futuresClientAsync): function test_ws_futures_private_endpoint (line 38) | async def test_ws_futures_private_endpoint(futuresClientAsync): function test_ws_get_symbol_ticker (line 45) | async def test_ws_get_symbol_ticker(clientAsync): function test_invalid_request (line 53) | async def test_invalid_request(clientAsync): function test_connection_handling (line 68) | async def test_connection_handling(clientAsync): function test_timeout_handling (line 86) | async def test_timeout_handling(clientAsync): function test_multiple_requests (line 100) | async def test_multiple_requests(clientAsync): function test_testnet_url (line 111) | async def test_testnet_url(): function test_message_handling (line 123) | async def test_message_handling(clientAsync): function test_message_handling_raise_exception (line 137) | async def test_message_handling_raise_exception(clientAsync): function test_message_handling_raise_exception_without_id (line 149) | async def test_message_handling_raise_exception_without_id(clientAsync): function test_message_handling_invalid_json (line 162) | async def test_message_handling_invalid_json(clientAsync): function test_connection_failure (line 175) | async def test_connection_failure(clientAsync): function test_cleanup_on_exit (line 185) | async def test_cleanup_on_exit(clientAsync): function test_ws_queue_overflow (line 201) | async def test_ws_queue_overflow(clientAsync): function test_ws_api_with_stream (line 229) | async def test_ws_api_with_stream(clientAsync): FILE: tests/utils.py function test_multiple_objects (line 1) | def test_multiple_objects(obj_list, assertion_func):