gate-api 7.2.66__tar.gz → 7.2.70__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gate_api-7.2.66 → gate_api-7.2.70}/PKG-INFO +25 -27
- {gate_api-7.2.66 → gate_api-7.2.70}/README.md +24 -26
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/__init__.py +1 -3
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/assetswap_api.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/bot_api.py +148 -148
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/launch_api.py +112 -112
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/multi_collateral_loan_api.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/welfare_api.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api_client.py +1 -1
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/configuration.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/__init__.py +0 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_create_data.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_discover_data.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_detail_data.py +6 -6
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_stop_data.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_recommendation.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_config.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_evaluate.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_list_assets.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_order_create_v1.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_order_list_v1.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_order_preview_v1.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_asset_swap_order_query_v1.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_claim_reward_resp.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_claim_reward_resp_data.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_claim_task_resp.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp_data.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp_data_tasks.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/asset_swap_frontend.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_activity_cd01.py +14 -14
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_activity_rules_cd03.py +10 -10
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_airdrop_record_cd06.py +6 -6
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_participation_record_cd05.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_prize_pool_cd03.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_register_req_cd02.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_register_resp_cd02.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_task_cd03.py +6 -6
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_task_progress_cd04.py +10 -10
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_task_progress_item_cd04.py +6 -6
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_param.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_error_response.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_order_request.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_order_response.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_project_item.py +16 -16
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_user_airdrop_record.py +10 -10
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/hodler_airdrop_v4_user_order_record.py +10 -10
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/infinite_grid_create_params.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_create_v1_req.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_preview_v1_req.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_data_aggregated.py +2 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/preview_from_param.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/preview_to_param.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/recommend.py +8 -8
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_grid_create_params.py +4 -4
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api.egg-info/PKG-INFO +25 -27
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api.egg-info/SOURCES.txt +0 -2
- {gate_api-7.2.66 → gate_api-7.2.70}/setup.py +1 -1
- gate_api-7.2.66/gate_api/models/config_resp.py +0 -93
- gate_api-7.2.66/gate_api/models/order_query_v1_resp.py +0 -93
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/__init__.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/account_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/activity_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/alpha_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/coupon_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/cross_ex_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/delivery_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/earn_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/earn_uni_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/flash_swap_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/futures_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/margin_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/margin_uni_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/options_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/otc_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/p2p_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/rebate_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/spot_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/square_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/sub_account_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/trad_fi_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/unified_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/wallet_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/api/withdrawal_api.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/exceptions.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_book_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_detail_key.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_key_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_key_info_perms.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/account_rate_limit.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/accounts_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ads_detail_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ads_list_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ads_update_status.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/agency_commission.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/agency_commission_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/agency_transaction.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/agency_transaction_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_create_success_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_discover_success_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_detail_success_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_running_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_running_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_running_success_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_stop_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ai_hub_portfolio_stop_success_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/alpha_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/alpha_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/amend_options_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/api_response_ex_skill_get_user_identity_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/asset_list_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_coins_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_config_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_min_invest_amount.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_min_invest_amount_items.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_min_invest_amount_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_order_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_add_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_create.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_create_items.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_create_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_list_info_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_record_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_records_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_stop.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_plan_update.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_invest_portfolio_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/auto_repay_setting.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/award_list_struct.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/award_list_struct_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/base_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_amend_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_amend_order_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_funding_rates_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_funding_rates_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_futures_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/batch_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/borrow_currency_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/broker_commission.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/broker_commission_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/broker_commission_sub_broker_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/broker_transaction.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/broker_transaction_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cancel_batch_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cancel_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cancel_order_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/candy_drop_v4_error_cd01.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/categories.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/categories_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/categories_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/claim_reward_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/claim_task_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_adjust.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_adjust_res.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_currency_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_currency_res.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_current_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_fix_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/collateral_ltv.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/confirm_payment.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/confirm_receipt.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_detail_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_detail_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_martingale_create_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_martingale_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_martingale_direction.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/contract_stat.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/convert_currencies_v2_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/convert_small_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/countdown_cancel_all_futures_task.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/countdown_cancel_all_options_task.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/countdown_cancel_all_spot_task.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_earn_fixed_term_lend_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_earn_fixed_term_lend_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_earn_fixed_term_pre_redeem_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_multi_collateral_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_order2.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_order2_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_order_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_order_v4.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_trail_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_trail_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_trail_order_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_transaction.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_uni_lend.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_uni_loan.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_user_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/create_user_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cross_margin_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cross_margin_loan.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/cross_margin_repayment.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_account_asset.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_account_book_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_account_update_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_account_update_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_adl_rank.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_close_position_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_coin_discount_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_convert_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_convert_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_convert_quote_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_convert_quote_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_historical_margin_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_historical_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_interest_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_leverage_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_leverage_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_margin_interest_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_margin_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_order_action_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_order_update_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_risk_limit.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_risk_limit_tier.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_special_fee.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_transfer_coin.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_transfer_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_transfer_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/crossex_transfer_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/currency_chain.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/currency_pair.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/currency_quota.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/debit_fee.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delete_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_account_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_account_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_candlestick.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_contract.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_limit_risk_tiers.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_liquidate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_my_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_order_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_order_book_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_position_close.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_settlement.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/delivery_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/deposit_address.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/deposit_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/discover_scene.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_get_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_get_orders.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_get_plans.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_modify_order_reinvest_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_order_refund_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_order_refund_preview.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/dual_project_recommend.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/earn_fixed_term_pre_redeem_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/eligibility.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/eligibility_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/eligibility_response_all_of.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/err_code_msg.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/error_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/evaluate_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/evaluate_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ex_skill_claim_reward_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ex_skill_claim_task_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_bonus_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_coupon_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_history_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_lend_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_lend_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_product.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_product_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/fixed_term_product_simple.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_currency_pair.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_error_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_create_param.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_preview_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_multi_currency_preview_param.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_create_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_create_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_create_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_preview.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_preview_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_preview_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/flash_swap_preview_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/funding_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/funding_rate_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/future_cancel_order_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_account_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_account_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_auto_deleverage.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_batch_amend_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_bbo_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_candlestick.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_direction.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_fee.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_grid_create_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_grid_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_index_constituents.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_initial_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_leverage.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_limit_risk_tiers.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_liq_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_liquidate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_order_amendment.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_order_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_order_book_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_order_timerange.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_position_cross_mode.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_premium_index.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_price_trigger.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_price_triggered_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_risk_limit_tier.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/futures_update_price_triggered_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_beginner_task_list_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_chats_list_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_completed_transaction_list_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_counterparty_user_info_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_my_activity_entry_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_my_activity_entry_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_myself_payment_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_pending_transaction_list_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_transaction_details_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_user_coupon_detail_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_user_coupon_detail_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/get_user_identity_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/index_constituent.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/infinite_grid_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/inline_response200.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/insurance_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/klines.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/klines_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/klines_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ladder_apr.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_create_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_error_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_pledge_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_project.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_reward_pool.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/launch_pool_v4_reward_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ledger_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/liquidate_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activities_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activities_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activities_response_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activity_types_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activity_types_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_activity_types_response_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_history_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_history_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_lends_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_lends_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_products_by_asset_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_products_by_asset_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_products_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_earn_fixed_term_products_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response_data_live.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response_data_live_host.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_live_replay_response_data_video.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_square_ai_search_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_square_ai_search_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_square_ai_search_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_square_ai_search_response_data_items.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response_data_help_url.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response_data_jump_url.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/list_user_coupons_response_data_progress_config.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_account_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_account_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_grid_create_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_grid_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_leverage_tier.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_market_leverage.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_tiers.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/margin_transferable.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/max_uni_borrowable.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_futures_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_futures_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_margin_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_options_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_options_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_risk_unit.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_spot_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mock_spot_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mt5_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/mt5_account_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_chain_address_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_collateral_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_collateral_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_collateral_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_collateral_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_collateral_record_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_loan_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_loan_repay_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_repay_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/multi_repay_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/my_ads_list_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/my_futures_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/my_futures_trade_time_range.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/open_orders.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_account_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_candlestick.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_contract.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_mmp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_mmp_reset.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_my_settlements.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_my_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_order_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_position_close.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_position_close_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_settlement.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_underlying.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/options_underlying_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_cancel.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_create_v1_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_history_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_history_list_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_history_list_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list_struct.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list_struct_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_list_v1_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_patch.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_preview_v1_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_action_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_bank_list_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_bank_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_bank_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_mark_order_paid_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_detail_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_list_crypto_currency_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_list_fiat_currency_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_list_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_quote_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_quote_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_quote_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_stable_coin_order_create_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_stable_coin_order_list_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_stable_coin_order_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_stable_coin_order_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_stable_coin_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_user_default_bank.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/otc_user_default_bank_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/other_contact.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ad_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ad_detail_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ads_list_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ads_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ads_update_status_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_ads_update_status_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_chat_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_chat_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_chat_message.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_chat_message_payload.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_counterparty_user_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_counterparty_user_info_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_merchant_market_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_merchant_user_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_merchant_user_info_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_my_ad.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_my_ads_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_my_ads_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_payment_method_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_payment_method_group.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_payment_methods_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_send_chat_message_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_send_chat_message_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_action_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_convert_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_detail_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_list_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_list_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_transaction_time_marker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_upload_chat_file_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/p2p_upload_chat_file_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_application.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_application_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_application_response_all_of.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_commission_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_data_aggregated_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_data_aggregated_response_all_of.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_sub.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_sub_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/partner_transaction_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/patch_uni_lend.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/place_biz_push_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/place_dual_investment_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/place_dual_investment_order_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/place_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/place_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_close.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_close_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_history_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_history_list_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_history_list_data_close_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_history_list_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_history_list_data_realized_pnl_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_list_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_list_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/position_timerange.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/preview_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/preview_order_detail.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/profit_loss_range.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/quote_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/quote_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/rebate_user_info.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/recommend_v2_scheme.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/recommend_v2_strategy.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/redeem_launch_pool_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/redeem_v4.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_currency_res.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_multi_loan.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_record_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_record_left_interest.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_record_repaid_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/repay_record_total_interest.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/risk_units.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/saved_address.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/send_chat_message_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/small_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/small_balance_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_account_book.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_currency_chain.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_fee.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_grid_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_insurance_history.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_martingale_create_params.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_martingale_create_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_price_put_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_price_trigger.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/spot_price_triggered_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/stop_all_trail_orders.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/stop_trail_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/stp_group.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/stp_group_user.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/strategy_type.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_cross_margin_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_futures_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_key.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_key_perms.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_margin_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_to_sub_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_transfer.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_account_transfer_record_item.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_cross_margin_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/sub_user_mode.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/swap_coin.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/swap_coin_struct.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/symbol.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/symbols.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/symbols_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/symbols_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/system_time.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/tokens.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/total_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_close_position_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_error.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_order_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_order_update_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_position_update_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_ticker.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_ticker_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trad_fi_transaction_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trade.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trade_fee.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_change_log.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_order_change_log_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_order_detail_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_order_list_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trail_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transaction_config.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transaction_id.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transaction_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transaction_list_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transaction_list_data_list.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transfer.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transfer_order_status.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/transferables_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trigger_order_response.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/trigger_time.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uid_push_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uid_push_withdrawal.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uid_push_withdrawal_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_chart_point.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_currency_interest.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_currency_pair.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_estimated_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_interest_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_lend.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_lend_interest.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_lend_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_loan.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_loan_interest_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/uni_loan_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_account.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_balance.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_borrowable.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_collateral_req.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_collateral_res.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_currency.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_discount.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_discount_tiers.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_history_loan_rate.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_history_loan_rate_rates.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_leverage_config.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_leverage_setting.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_loan.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_loan_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_loan_result.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_margin_tiers.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_mode_set.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_portfolio_input.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_portfolio_output.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_risk_units.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_settings.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/unified_transferable.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/update_dual_comp_position_cross_mode_request.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/update_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/update_order_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/update_position.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/update_trail_order.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/upload_chat_file.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/user_asset_resp.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/user_asset_resp_data.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/user_sub.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/user_sub_relation.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/withdraw_status.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/withdrawal_record.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/models/withdrawals_del.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api/rest.py +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api.egg-info/dependency_links.txt +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api.egg-info/requires.txt +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/gate_api.egg-info/top_level.txt +0 -0
- {gate_api-7.2.66 → gate_api-7.2.70}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gate-api
|
|
3
|
-
Version: 7.2.
|
|
3
|
+
Version: 7.2.70
|
|
4
4
|
Summary: Gate API
|
|
5
5
|
Home-page: https://github.com/gate/gateapi-python
|
|
6
6
|
Author: Gate API support
|
|
@@ -32,8 +32,8 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
|
|
|
32
32
|
|
|
33
33
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
34
34
|
|
|
35
|
-
- API version: v4.106.
|
|
36
|
-
- Package version: 7.2.
|
|
35
|
+
- API version: v4.106.70
|
|
36
|
+
- Package version: 7.2.70
|
|
37
37
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
38
38
|
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)
|
|
39
39
|
|
|
@@ -282,16 +282,16 @@ Class | Method | HTTP request | Description
|
|
|
282
282
|
*AssetswapApi* | [**list_asset_swap_orders_v1**](docs/AssetswapApi.md#list_asset_swap_orders_v1) | **GET** /asset-swap/order/list | Portfolio optimization — order list
|
|
283
283
|
*AssetswapApi* | [**preview_asset_swap_order_v1**](docs/AssetswapApi.md#preview_asset_swap_order_v1) | **POST** /asset-swap/order/preview | Portfolio optimization — preview
|
|
284
284
|
*AssetswapApi* | [**get_asset_swap_order_v1**](docs/AssetswapApi.md#get_asset_swap_order_v1) | **GET** /asset-swap/order/{order_id} | Portfolio optimization — query order
|
|
285
|
-
*BotApi* | [**get_ai_hub_strategy_recommend**](docs/BotApi.md#get_ai_hub_strategy_recommend) | **GET** /bot/strategy/recommend |
|
|
286
|
-
*BotApi* | [**post_ai_hub_spot_grid_create**](docs/BotApi.md#post_ai_hub_spot_grid_create) | **POST** /bot/spot-grid/create |
|
|
287
|
-
*BotApi* | [**post_ai_hub_margin_grid_create**](docs/BotApi.md#post_ai_hub_margin_grid_create) | **POST** /bot/margin-grid/create |
|
|
288
|
-
*BotApi* | [**post_ai_hub_infinite_grid_create**](docs/BotApi.md#post_ai_hub_infinite_grid_create) | **POST** /bot/infinite-grid/create |
|
|
289
|
-
*BotApi* | [**post_ai_hub_futures_grid_create**](docs/BotApi.md#post_ai_hub_futures_grid_create) | **POST** /bot/futures-grid/create |
|
|
290
|
-
*BotApi* | [**post_ai_hub_spot_martingale_create**](docs/BotApi.md#post_ai_hub_spot_martingale_create) | **POST** /bot/spot-martingale/create |
|
|
291
|
-
*BotApi* | [**post_ai_hub_contract_martingale_create**](docs/BotApi.md#post_ai_hub_contract_martingale_create) | **POST** /bot/contract-martingale/create |
|
|
292
|
-
*BotApi* | [**get_ai_hub_portfolio_running**](docs/BotApi.md#get_ai_hub_portfolio_running) | **GET** /bot/portfolio/running |
|
|
293
|
-
*BotApi* | [**get_ai_hub_portfolio_detail**](docs/BotApi.md#get_ai_hub_portfolio_detail) | **GET** /bot/portfolio/detail |
|
|
294
|
-
*BotApi* | [**post_ai_hub_portfolio_stop**](docs/BotApi.md#post_ai_hub_portfolio_stop) | **POST** /bot/portfolio/stop |
|
|
285
|
+
*BotApi* | [**get_ai_hub_strategy_recommend**](docs/BotApi.md#get_ai_hub_strategy_recommend) | **GET** /bot/strategy/recommend | Get AIHub strategy recommendations
|
|
286
|
+
*BotApi* | [**post_ai_hub_spot_grid_create**](docs/BotApi.md#post_ai_hub_spot_grid_create) | **POST** /bot/spot-grid/create | Create spot grid
|
|
287
|
+
*BotApi* | [**post_ai_hub_margin_grid_create**](docs/BotApi.md#post_ai_hub_margin_grid_create) | **POST** /bot/margin-grid/create | Create a lever grid
|
|
288
|
+
*BotApi* | [**post_ai_hub_infinite_grid_create**](docs/BotApi.md#post_ai_hub_infinite_grid_create) | **POST** /bot/infinite-grid/create | Create infinite grid
|
|
289
|
+
*BotApi* | [**post_ai_hub_futures_grid_create**](docs/BotApi.md#post_ai_hub_futures_grid_create) | **POST** /bot/futures-grid/create | Create a contract grid
|
|
290
|
+
*BotApi* | [**post_ai_hub_spot_martingale_create**](docs/BotApi.md#post_ai_hub_spot_martingale_create) | **POST** /bot/spot-martingale/create | Create Spot Martin
|
|
291
|
+
*BotApi* | [**post_ai_hub_contract_martingale_create**](docs/BotApi.md#post_ai_hub_contract_martingale_create) | **POST** /bot/contract-martingale/create | Create contract martin
|
|
292
|
+
*BotApi* | [**get_ai_hub_portfolio_running**](docs/BotApi.md#get_ai_hub_portfolio_running) | **GET** /bot/portfolio/running | Query the list of running policies
|
|
293
|
+
*BotApi* | [**get_ai_hub_portfolio_detail**](docs/BotApi.md#get_ai_hub_portfolio_detail) | **GET** /bot/portfolio/detail | Query order policy details
|
|
294
|
+
*BotApi* | [**post_ai_hub_portfolio_stop**](docs/BotApi.md#post_ai_hub_portfolio_stop) | **POST** /bot/portfolio/stop | Terminate a single running policy
|
|
295
295
|
*CouponApi* | [**list_user_coupons**](docs/CouponApi.md#list_user_coupons) | **GET** /coupon/user-coupon-list | Coupon Center list
|
|
296
296
|
*CouponApi* | [**get_user_coupon_detail**](docs/CouponApi.md#get_user_coupon_detail) | **GET** /coupon/user-coupon-detail | Coupon Center details
|
|
297
297
|
*DeliveryApi* | [**list_delivery_contracts**](docs/DeliveryApi.md#list_delivery_contracts) | **GET** /delivery/{settle}/contracts | Query all futures contracts
|
|
@@ -433,16 +433,16 @@ Class | Method | HTTP request | Description
|
|
|
433
433
|
*LaunchApi* | [**redeem_launch_pool**](docs/LaunchApi.md#redeem_launch_pool) | **POST** /launch/redeem | Redeem LaunchPool staked assets
|
|
434
434
|
*LaunchApi* | [**list_launch_pool_pledge_records**](docs/LaunchApi.md#list_launch_pool_pledge_records) | **GET** /launch/user-pledge-records | Query user pledge records
|
|
435
435
|
*LaunchApi* | [**list_launch_pool_reward_records**](docs/LaunchApi.md#list_launch_pool_reward_records) | **GET** /launch/get-user-reward-records | Query user reward records
|
|
436
|
-
*LaunchApi* | [**get_hodler_airdrop_project_list**](docs/LaunchApi.md#get_hodler_airdrop_project_list) | **GET** /launch/hodler-airdrop/project-list |
|
|
437
|
-
*LaunchApi* | [**hodler_airdrop_order**](docs/LaunchApi.md#hodler_airdrop_order) | **POST** /launch/hodler-airdrop/order |
|
|
438
|
-
*LaunchApi* | [**get_hodler_airdrop_user_order_records**](docs/LaunchApi.md#get_hodler_airdrop_user_order_records) | **GET** /launch/hodler-airdrop/user-order-records |
|
|
439
|
-
*LaunchApi* | [**get_hodler_airdrop_user_airdrop_records**](docs/LaunchApi.md#get_hodler_airdrop_user_airdrop_records) | **GET** /launch/hodler-airdrop/user-airdrop-records |
|
|
440
|
-
*LaunchApi* | [**get_candy_drop_activity_list_v4**](docs/LaunchApi.md#get_candy_drop_activity_list_v4) | **GET** /launch/candydrop/activity-list |
|
|
441
|
-
*LaunchApi* | [**register_candy_drop_v4**](docs/LaunchApi.md#register_candy_drop_v4) | **POST** /launch/candydrop/register |
|
|
442
|
-
*LaunchApi* | [**get_candy_drop_activity_rules_v4**](docs/LaunchApi.md#get_candy_drop_activity_rules_v4) | **GET** /launch/candydrop/activity-rules |
|
|
443
|
-
*LaunchApi* | [**get_candy_drop_task_progress_v4**](docs/LaunchApi.md#get_candy_drop_task_progress_v4) | **GET** /launch/candydrop/task-progress |
|
|
444
|
-
*LaunchApi* | [**get_candy_drop_participation_records_v4**](docs/LaunchApi.md#get_candy_drop_participation_records_v4) | **GET** /launch/candydrop/participation-records |
|
|
445
|
-
*LaunchApi* | [**get_candy_drop_airdrop_records_v4**](docs/LaunchApi.md#get_candy_drop_airdrop_records_v4) | **GET** /launch/candydrop/airdrop-records |
|
|
436
|
+
*LaunchApi* | [**get_hodler_airdrop_project_list**](docs/LaunchApi.md#get_hodler_airdrop_project_list) | **GET** /launch/hodler-airdrop/project-list | Check the list of HODLer Airdrop activities
|
|
437
|
+
*LaunchApi* | [**hodler_airdrop_order**](docs/LaunchApi.md#hodler_airdrop_order) | **POST** /launch/hodler-airdrop/order | Participate in the HODLer Airdrop event
|
|
438
|
+
*LaunchApi* | [**get_hodler_airdrop_user_order_records**](docs/LaunchApi.md#get_hodler_airdrop_user_order_records) | **GET** /launch/hodler-airdrop/user-order-records | Check HODLer Airdrop participation records
|
|
439
|
+
*LaunchApi* | [**get_hodler_airdrop_user_airdrop_records**](docs/LaunchApi.md#get_hodler_airdrop_user_airdrop_records) | **GET** /launch/hodler-airdrop/user-airdrop-records | Query HODLer Airdrop records
|
|
440
|
+
*LaunchApi* | [**get_candy_drop_activity_list_v4**](docs/LaunchApi.md#get_candy_drop_activity_list_v4) | **GET** /launch/candydrop/activity-list | Query activity list
|
|
441
|
+
*LaunchApi* | [**register_candy_drop_v4**](docs/LaunchApi.md#register_candy_drop_v4) | **POST** /launch/candydrop/register | Sign up for events
|
|
442
|
+
*LaunchApi* | [**get_candy_drop_activity_rules_v4**](docs/LaunchApi.md#get_candy_drop_activity_rules_v4) | **GET** /launch/candydrop/activity-rules | Query activity rules
|
|
443
|
+
*LaunchApi* | [**get_candy_drop_task_progress_v4**](docs/LaunchApi.md#get_candy_drop_task_progress_v4) | **GET** /launch/candydrop/task-progress | Query task completion progress
|
|
444
|
+
*LaunchApi* | [**get_candy_drop_participation_records_v4**](docs/LaunchApi.md#get_candy_drop_participation_records_v4) | **GET** /launch/candydrop/participation-records | Query participation records
|
|
445
|
+
*LaunchApi* | [**get_candy_drop_airdrop_records_v4**](docs/LaunchApi.md#get_candy_drop_airdrop_records_v4) | **GET** /launch/candydrop/airdrop-records | Query airdrop records
|
|
446
446
|
*MarginApi* | [**list_margin_accounts**](docs/MarginApi.md#list_margin_accounts) | **GET** /margin/accounts | Margin account list
|
|
447
447
|
*MarginApi* | [**list_margin_account_book**](docs/MarginApi.md#list_margin_account_book) | **GET** /margin/account_book | Query margin account balance change history
|
|
448
448
|
*MarginApi* | [**list_funding_accounts**](docs/MarginApi.md#list_funding_accounts) | **GET** /margin/funding_accounts | Funding account list
|
|
@@ -583,8 +583,8 @@ Class | Method | HTTP request | Description
|
|
|
583
583
|
*WalletApi* | [**get_low_cap_exchange_list**](docs/WalletApi.md#get_low_cap_exchange_list) | **GET** /wallet/getLowCapExchangeList | Retrieve the list of low-liquidity or low-cap tokens
|
|
584
584
|
*WelfareApi* | [**get_user_identity**](docs/WelfareApi.md#get_user_identity) | **GET** /rewards/getUserIdentity | Get user identity
|
|
585
585
|
*WelfareApi* | [**get_beginner_task_list**](docs/WelfareApi.md#get_beginner_task_list) | **GET** /rewards/getBeginnerTaskList | Get beginner task list
|
|
586
|
-
*WelfareApi* | [**claim_task**](docs/WelfareApi.md#claim_task) | **POST** /rewards/claimTask |
|
|
587
|
-
*WelfareApi* | [**claim_reward**](docs/WelfareApi.md#claim_reward) | **POST** /rewards/claimReward |
|
|
586
|
+
*WelfareApi* | [**claim_task**](docs/WelfareApi.md#claim_task) | **POST** /rewards/claimTask | Get the task
|
|
587
|
+
*WelfareApi* | [**claim_reward**](docs/WelfareApi.md#claim_reward) | **POST** /rewards/claimReward | Receive mission rewards
|
|
588
588
|
*WithdrawalApi* | [**withdraw**](docs/WithdrawalApi.md#withdraw) | **POST** /withdrawals | Withdraw
|
|
589
589
|
*WithdrawalApi* | [**withdraw_push_order**](docs/WithdrawalApi.md#withdraw_push_order) | **POST** /withdrawals/push | UID transfer
|
|
590
590
|
*WithdrawalApi* | [**cancel_withdrawal**](docs/WithdrawalApi.md#cancel_withdrawal) | **DELETE** /withdrawals/{withdrawal_id} | Cancel withdrawal with specified ID
|
|
@@ -699,7 +699,6 @@ Class | Method | HTTP request | Description
|
|
|
699
699
|
- [CollateralCurrentRate](docs/CollateralCurrentRate.md)
|
|
700
700
|
- [CollateralFixRate](docs/CollateralFixRate.md)
|
|
701
701
|
- [CollateralLtv](docs/CollateralLtv.md)
|
|
702
|
-
- [ConfigResp](docs/ConfigResp.md)
|
|
703
702
|
- [ConfirmPayment](docs/ConfirmPayment.md)
|
|
704
703
|
- [ConfirmReceipt](docs/ConfirmReceipt.md)
|
|
705
704
|
- [Contract](docs/Contract.md)
|
|
@@ -1013,7 +1012,6 @@ Class | Method | HTTP request | Description
|
|
|
1013
1012
|
- [OrderPatch](docs/OrderPatch.md)
|
|
1014
1013
|
- [OrderPreviewV1Req](docs/OrderPreviewV1Req.md)
|
|
1015
1014
|
- [OrderPreviewV1Resp](docs/OrderPreviewV1Resp.md)
|
|
1016
|
-
- [OrderQueryV1Resp](docs/OrderQueryV1Resp.md)
|
|
1017
1015
|
- [OrderResp](docs/OrderResp.md)
|
|
1018
1016
|
- [OrderResponse](docs/OrderResponse.md)
|
|
1019
1017
|
- [OtcActionResponse](docs/OtcActionResponse.md)
|
|
@@ -4,8 +4,8 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
|
|
|
4
4
|
|
|
5
5
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
|
-
- API version: v4.106.
|
|
8
|
-
- Package version: 7.2.
|
|
7
|
+
- API version: v4.106.70
|
|
8
|
+
- Package version: 7.2.70
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)
|
|
11
11
|
|
|
@@ -254,16 +254,16 @@ Class | Method | HTTP request | Description
|
|
|
254
254
|
*AssetswapApi* | [**list_asset_swap_orders_v1**](docs/AssetswapApi.md#list_asset_swap_orders_v1) | **GET** /asset-swap/order/list | Portfolio optimization — order list
|
|
255
255
|
*AssetswapApi* | [**preview_asset_swap_order_v1**](docs/AssetswapApi.md#preview_asset_swap_order_v1) | **POST** /asset-swap/order/preview | Portfolio optimization — preview
|
|
256
256
|
*AssetswapApi* | [**get_asset_swap_order_v1**](docs/AssetswapApi.md#get_asset_swap_order_v1) | **GET** /asset-swap/order/{order_id} | Portfolio optimization — query order
|
|
257
|
-
*BotApi* | [**get_ai_hub_strategy_recommend**](docs/BotApi.md#get_ai_hub_strategy_recommend) | **GET** /bot/strategy/recommend |
|
|
258
|
-
*BotApi* | [**post_ai_hub_spot_grid_create**](docs/BotApi.md#post_ai_hub_spot_grid_create) | **POST** /bot/spot-grid/create |
|
|
259
|
-
*BotApi* | [**post_ai_hub_margin_grid_create**](docs/BotApi.md#post_ai_hub_margin_grid_create) | **POST** /bot/margin-grid/create |
|
|
260
|
-
*BotApi* | [**post_ai_hub_infinite_grid_create**](docs/BotApi.md#post_ai_hub_infinite_grid_create) | **POST** /bot/infinite-grid/create |
|
|
261
|
-
*BotApi* | [**post_ai_hub_futures_grid_create**](docs/BotApi.md#post_ai_hub_futures_grid_create) | **POST** /bot/futures-grid/create |
|
|
262
|
-
*BotApi* | [**post_ai_hub_spot_martingale_create**](docs/BotApi.md#post_ai_hub_spot_martingale_create) | **POST** /bot/spot-martingale/create |
|
|
263
|
-
*BotApi* | [**post_ai_hub_contract_martingale_create**](docs/BotApi.md#post_ai_hub_contract_martingale_create) | **POST** /bot/contract-martingale/create |
|
|
264
|
-
*BotApi* | [**get_ai_hub_portfolio_running**](docs/BotApi.md#get_ai_hub_portfolio_running) | **GET** /bot/portfolio/running |
|
|
265
|
-
*BotApi* | [**get_ai_hub_portfolio_detail**](docs/BotApi.md#get_ai_hub_portfolio_detail) | **GET** /bot/portfolio/detail |
|
|
266
|
-
*BotApi* | [**post_ai_hub_portfolio_stop**](docs/BotApi.md#post_ai_hub_portfolio_stop) | **POST** /bot/portfolio/stop |
|
|
257
|
+
*BotApi* | [**get_ai_hub_strategy_recommend**](docs/BotApi.md#get_ai_hub_strategy_recommend) | **GET** /bot/strategy/recommend | Get AIHub strategy recommendations
|
|
258
|
+
*BotApi* | [**post_ai_hub_spot_grid_create**](docs/BotApi.md#post_ai_hub_spot_grid_create) | **POST** /bot/spot-grid/create | Create spot grid
|
|
259
|
+
*BotApi* | [**post_ai_hub_margin_grid_create**](docs/BotApi.md#post_ai_hub_margin_grid_create) | **POST** /bot/margin-grid/create | Create a lever grid
|
|
260
|
+
*BotApi* | [**post_ai_hub_infinite_grid_create**](docs/BotApi.md#post_ai_hub_infinite_grid_create) | **POST** /bot/infinite-grid/create | Create infinite grid
|
|
261
|
+
*BotApi* | [**post_ai_hub_futures_grid_create**](docs/BotApi.md#post_ai_hub_futures_grid_create) | **POST** /bot/futures-grid/create | Create a contract grid
|
|
262
|
+
*BotApi* | [**post_ai_hub_spot_martingale_create**](docs/BotApi.md#post_ai_hub_spot_martingale_create) | **POST** /bot/spot-martingale/create | Create Spot Martin
|
|
263
|
+
*BotApi* | [**post_ai_hub_contract_martingale_create**](docs/BotApi.md#post_ai_hub_contract_martingale_create) | **POST** /bot/contract-martingale/create | Create contract martin
|
|
264
|
+
*BotApi* | [**get_ai_hub_portfolio_running**](docs/BotApi.md#get_ai_hub_portfolio_running) | **GET** /bot/portfolio/running | Query the list of running policies
|
|
265
|
+
*BotApi* | [**get_ai_hub_portfolio_detail**](docs/BotApi.md#get_ai_hub_portfolio_detail) | **GET** /bot/portfolio/detail | Query order policy details
|
|
266
|
+
*BotApi* | [**post_ai_hub_portfolio_stop**](docs/BotApi.md#post_ai_hub_portfolio_stop) | **POST** /bot/portfolio/stop | Terminate a single running policy
|
|
267
267
|
*CouponApi* | [**list_user_coupons**](docs/CouponApi.md#list_user_coupons) | **GET** /coupon/user-coupon-list | Coupon Center list
|
|
268
268
|
*CouponApi* | [**get_user_coupon_detail**](docs/CouponApi.md#get_user_coupon_detail) | **GET** /coupon/user-coupon-detail | Coupon Center details
|
|
269
269
|
*DeliveryApi* | [**list_delivery_contracts**](docs/DeliveryApi.md#list_delivery_contracts) | **GET** /delivery/{settle}/contracts | Query all futures contracts
|
|
@@ -405,16 +405,16 @@ Class | Method | HTTP request | Description
|
|
|
405
405
|
*LaunchApi* | [**redeem_launch_pool**](docs/LaunchApi.md#redeem_launch_pool) | **POST** /launch/redeem | Redeem LaunchPool staked assets
|
|
406
406
|
*LaunchApi* | [**list_launch_pool_pledge_records**](docs/LaunchApi.md#list_launch_pool_pledge_records) | **GET** /launch/user-pledge-records | Query user pledge records
|
|
407
407
|
*LaunchApi* | [**list_launch_pool_reward_records**](docs/LaunchApi.md#list_launch_pool_reward_records) | **GET** /launch/get-user-reward-records | Query user reward records
|
|
408
|
-
*LaunchApi* | [**get_hodler_airdrop_project_list**](docs/LaunchApi.md#get_hodler_airdrop_project_list) | **GET** /launch/hodler-airdrop/project-list |
|
|
409
|
-
*LaunchApi* | [**hodler_airdrop_order**](docs/LaunchApi.md#hodler_airdrop_order) | **POST** /launch/hodler-airdrop/order |
|
|
410
|
-
*LaunchApi* | [**get_hodler_airdrop_user_order_records**](docs/LaunchApi.md#get_hodler_airdrop_user_order_records) | **GET** /launch/hodler-airdrop/user-order-records |
|
|
411
|
-
*LaunchApi* | [**get_hodler_airdrop_user_airdrop_records**](docs/LaunchApi.md#get_hodler_airdrop_user_airdrop_records) | **GET** /launch/hodler-airdrop/user-airdrop-records |
|
|
412
|
-
*LaunchApi* | [**get_candy_drop_activity_list_v4**](docs/LaunchApi.md#get_candy_drop_activity_list_v4) | **GET** /launch/candydrop/activity-list |
|
|
413
|
-
*LaunchApi* | [**register_candy_drop_v4**](docs/LaunchApi.md#register_candy_drop_v4) | **POST** /launch/candydrop/register |
|
|
414
|
-
*LaunchApi* | [**get_candy_drop_activity_rules_v4**](docs/LaunchApi.md#get_candy_drop_activity_rules_v4) | **GET** /launch/candydrop/activity-rules |
|
|
415
|
-
*LaunchApi* | [**get_candy_drop_task_progress_v4**](docs/LaunchApi.md#get_candy_drop_task_progress_v4) | **GET** /launch/candydrop/task-progress |
|
|
416
|
-
*LaunchApi* | [**get_candy_drop_participation_records_v4**](docs/LaunchApi.md#get_candy_drop_participation_records_v4) | **GET** /launch/candydrop/participation-records |
|
|
417
|
-
*LaunchApi* | [**get_candy_drop_airdrop_records_v4**](docs/LaunchApi.md#get_candy_drop_airdrop_records_v4) | **GET** /launch/candydrop/airdrop-records |
|
|
408
|
+
*LaunchApi* | [**get_hodler_airdrop_project_list**](docs/LaunchApi.md#get_hodler_airdrop_project_list) | **GET** /launch/hodler-airdrop/project-list | Check the list of HODLer Airdrop activities
|
|
409
|
+
*LaunchApi* | [**hodler_airdrop_order**](docs/LaunchApi.md#hodler_airdrop_order) | **POST** /launch/hodler-airdrop/order | Participate in the HODLer Airdrop event
|
|
410
|
+
*LaunchApi* | [**get_hodler_airdrop_user_order_records**](docs/LaunchApi.md#get_hodler_airdrop_user_order_records) | **GET** /launch/hodler-airdrop/user-order-records | Check HODLer Airdrop participation records
|
|
411
|
+
*LaunchApi* | [**get_hodler_airdrop_user_airdrop_records**](docs/LaunchApi.md#get_hodler_airdrop_user_airdrop_records) | **GET** /launch/hodler-airdrop/user-airdrop-records | Query HODLer Airdrop records
|
|
412
|
+
*LaunchApi* | [**get_candy_drop_activity_list_v4**](docs/LaunchApi.md#get_candy_drop_activity_list_v4) | **GET** /launch/candydrop/activity-list | Query activity list
|
|
413
|
+
*LaunchApi* | [**register_candy_drop_v4**](docs/LaunchApi.md#register_candy_drop_v4) | **POST** /launch/candydrop/register | Sign up for events
|
|
414
|
+
*LaunchApi* | [**get_candy_drop_activity_rules_v4**](docs/LaunchApi.md#get_candy_drop_activity_rules_v4) | **GET** /launch/candydrop/activity-rules | Query activity rules
|
|
415
|
+
*LaunchApi* | [**get_candy_drop_task_progress_v4**](docs/LaunchApi.md#get_candy_drop_task_progress_v4) | **GET** /launch/candydrop/task-progress | Query task completion progress
|
|
416
|
+
*LaunchApi* | [**get_candy_drop_participation_records_v4**](docs/LaunchApi.md#get_candy_drop_participation_records_v4) | **GET** /launch/candydrop/participation-records | Query participation records
|
|
417
|
+
*LaunchApi* | [**get_candy_drop_airdrop_records_v4**](docs/LaunchApi.md#get_candy_drop_airdrop_records_v4) | **GET** /launch/candydrop/airdrop-records | Query airdrop records
|
|
418
418
|
*MarginApi* | [**list_margin_accounts**](docs/MarginApi.md#list_margin_accounts) | **GET** /margin/accounts | Margin account list
|
|
419
419
|
*MarginApi* | [**list_margin_account_book**](docs/MarginApi.md#list_margin_account_book) | **GET** /margin/account_book | Query margin account balance change history
|
|
420
420
|
*MarginApi* | [**list_funding_accounts**](docs/MarginApi.md#list_funding_accounts) | **GET** /margin/funding_accounts | Funding account list
|
|
@@ -555,8 +555,8 @@ Class | Method | HTTP request | Description
|
|
|
555
555
|
*WalletApi* | [**get_low_cap_exchange_list**](docs/WalletApi.md#get_low_cap_exchange_list) | **GET** /wallet/getLowCapExchangeList | Retrieve the list of low-liquidity or low-cap tokens
|
|
556
556
|
*WelfareApi* | [**get_user_identity**](docs/WelfareApi.md#get_user_identity) | **GET** /rewards/getUserIdentity | Get user identity
|
|
557
557
|
*WelfareApi* | [**get_beginner_task_list**](docs/WelfareApi.md#get_beginner_task_list) | **GET** /rewards/getBeginnerTaskList | Get beginner task list
|
|
558
|
-
*WelfareApi* | [**claim_task**](docs/WelfareApi.md#claim_task) | **POST** /rewards/claimTask |
|
|
559
|
-
*WelfareApi* | [**claim_reward**](docs/WelfareApi.md#claim_reward) | **POST** /rewards/claimReward |
|
|
558
|
+
*WelfareApi* | [**claim_task**](docs/WelfareApi.md#claim_task) | **POST** /rewards/claimTask | Get the task
|
|
559
|
+
*WelfareApi* | [**claim_reward**](docs/WelfareApi.md#claim_reward) | **POST** /rewards/claimReward | Receive mission rewards
|
|
560
560
|
*WithdrawalApi* | [**withdraw**](docs/WithdrawalApi.md#withdraw) | **POST** /withdrawals | Withdraw
|
|
561
561
|
*WithdrawalApi* | [**withdraw_push_order**](docs/WithdrawalApi.md#withdraw_push_order) | **POST** /withdrawals/push | UID transfer
|
|
562
562
|
*WithdrawalApi* | [**cancel_withdrawal**](docs/WithdrawalApi.md#cancel_withdrawal) | **DELETE** /withdrawals/{withdrawal_id} | Cancel withdrawal with specified ID
|
|
@@ -671,7 +671,6 @@ Class | Method | HTTP request | Description
|
|
|
671
671
|
- [CollateralCurrentRate](docs/CollateralCurrentRate.md)
|
|
672
672
|
- [CollateralFixRate](docs/CollateralFixRate.md)
|
|
673
673
|
- [CollateralLtv](docs/CollateralLtv.md)
|
|
674
|
-
- [ConfigResp](docs/ConfigResp.md)
|
|
675
674
|
- [ConfirmPayment](docs/ConfirmPayment.md)
|
|
676
675
|
- [ConfirmReceipt](docs/ConfirmReceipt.md)
|
|
677
676
|
- [Contract](docs/Contract.md)
|
|
@@ -985,7 +984,6 @@ Class | Method | HTTP request | Description
|
|
|
985
984
|
- [OrderPatch](docs/OrderPatch.md)
|
|
986
985
|
- [OrderPreviewV1Req](docs/OrderPreviewV1Req.md)
|
|
987
986
|
- [OrderPreviewV1Resp](docs/OrderPreviewV1Resp.md)
|
|
988
|
-
- [OrderQueryV1Resp](docs/OrderQueryV1Resp.md)
|
|
989
987
|
- [OrderResp](docs/OrderResp.md)
|
|
990
988
|
- [OrderResponse](docs/OrderResponse.md)
|
|
991
989
|
- [OtcActionResponse](docs/OtcActionResponse.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
from __future__ import absolute_import
|
|
16
16
|
|
|
17
|
-
__version__ = "7.2.
|
|
17
|
+
__version__ = "7.2.70"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from gate_api.api.activity_api import ActivityApi
|
|
@@ -162,7 +162,6 @@ from gate_api.models.collateral_currency_res import CollateralCurrencyRes
|
|
|
162
162
|
from gate_api.models.collateral_current_rate import CollateralCurrentRate
|
|
163
163
|
from gate_api.models.collateral_fix_rate import CollateralFixRate
|
|
164
164
|
from gate_api.models.collateral_ltv import CollateralLtv
|
|
165
|
-
from gate_api.models.config_resp import ConfigResp
|
|
166
165
|
from gate_api.models.confirm_payment import ConfirmPayment
|
|
167
166
|
from gate_api.models.confirm_receipt import ConfirmReceipt
|
|
168
167
|
from gate_api.models.contract import Contract
|
|
@@ -476,7 +475,6 @@ from gate_api.models.order_list_v1_resp import OrderListV1Resp
|
|
|
476
475
|
from gate_api.models.order_patch import OrderPatch
|
|
477
476
|
from gate_api.models.order_preview_v1_req import OrderPreviewV1Req
|
|
478
477
|
from gate_api.models.order_preview_v1_resp import OrderPreviewV1Resp
|
|
479
|
-
from gate_api.models.order_query_v1_resp import OrderQueryV1Resp
|
|
480
478
|
from gate_api.models.order_resp import OrderResp
|
|
481
479
|
from gate_api.models.order_response import OrderResponse
|
|
482
480
|
from gate_api.models.otc_action_response import OtcActionResponse
|
|
@@ -376,7 +376,7 @@ class AssetswapApi(object):
|
|
|
376
376
|
>>> result = thread.get()
|
|
377
377
|
|
|
378
378
|
:param bool async_req: execute request asynchronously
|
|
379
|
-
:param OrderCreateV1Req order_create_v1_req:
|
|
379
|
+
:param OrderCreateV1Req order_create_v1_req: Order request body (`OrderCreateV1Req`). **No `ratio` field**; `from`/`to` items are only `asset` + `amount`. `to` uses the target side **amount** `amount`, which is different from the **ratio** (ratio) semantics of `to` in preview, do not mix them. (required)
|
|
380
380
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
381
381
|
be returned without reading/decoding response
|
|
382
382
|
data. Default is True.
|
|
@@ -401,7 +401,7 @@ class AssetswapApi(object):
|
|
|
401
401
|
>>> result = thread.get()
|
|
402
402
|
|
|
403
403
|
:param bool async_req: execute request asynchronously
|
|
404
|
-
:param OrderCreateV1Req order_create_v1_req:
|
|
404
|
+
:param OrderCreateV1Req order_create_v1_req: Order request body (`OrderCreateV1Req`). **No `ratio` field**; `from`/`to` items are only `asset` + `amount`. `to` uses the target side **amount** `amount`, which is different from the **ratio** (ratio) semantics of `to` in preview, do not mix them. (required)
|
|
405
405
|
:param _return_http_data_only: response data without head status code
|
|
406
406
|
and headers
|
|
407
407
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -634,7 +634,7 @@ class AssetswapApi(object):
|
|
|
634
634
|
>>> result = thread.get()
|
|
635
635
|
|
|
636
636
|
:param bool async_req: execute request asynchronously
|
|
637
|
-
:param OrderPreviewV1Req order_preview_v1_req:
|
|
637
|
+
:param OrderPreviewV1Req order_preview_v1_req: Preview the request body. `to` must be **ratio**; unlike create's **amount** semantics. (required)
|
|
638
638
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
639
639
|
be returned without reading/decoding response
|
|
640
640
|
data. Default is True.
|
|
@@ -659,7 +659,7 @@ class AssetswapApi(object):
|
|
|
659
659
|
>>> result = thread.get()
|
|
660
660
|
|
|
661
661
|
:param bool async_req: execute request asynchronously
|
|
662
|
-
:param OrderPreviewV1Req order_preview_v1_req:
|
|
662
|
+
:param OrderPreviewV1Req order_preview_v1_req: Preview the request body. `to` must be **ratio**; unlike create's **amount** semantics. (required)
|
|
663
663
|
:param _return_http_data_only: response data without head status code
|
|
664
664
|
and headers
|
|
665
665
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|