gate-api 7.2.41__tar.gz → 7.2.43__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.41 → gate_api-7.2.43}/PKG-INFO +208 -84
- {gate_api-7.2.41 → gate_api-7.2.43}/README.md +207 -83
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/__init__.py +170 -76
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/__init__.py +5 -0
- gate_api-7.2.43/gate_api/api/_api.py +382 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/alpha_api.py +3 -3
- gate_api-7.2.43/gate_api/api/coupon_api.py +321 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/cross_ex_api.py +81 -81
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/earn_api.py +804 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/earn_uni_api.py +6 -6
- gate_api-7.2.43/gate_api/api/flash_swap_api.py +1371 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/futures_api.py +52 -44
- gate_api-7.2.41/gate_api/api/flash_swap_api.py → gate_api-7.2.43/gate_api/api/launch_api.py +213 -149
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/options_api.py +14 -14
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/otc_api.py +30 -30
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/p2p_api.py +48 -48
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/rebate_api.py +213 -3
- gate_api-7.2.43/gate_api/api/square_api.py +307 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/trad_fi_api.py +3 -3
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/unified_api.py +3 -3
- gate_api-7.2.43/gate_api/api/welfare_api.py +247 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api_client.py +1 -1
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/configuration.py +2 -2
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/__init__.py +164 -75
- gate_api-7.2.41/gate_api/models/currency2.py → gate_api-7.2.43/gate_api/models/alpha_currency.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_object1.py → gate_api-7.2.43/gate_api/models/amend_options_order_request.py +16 -16
- gate_api-7.2.43/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp.py +233 -0
- gate_api-7.2.43/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp_data.py +123 -0
- gate_api-7.2.43/gate_api/models/api_response_ex_skill_get_beginner_task_list_resp_data_tasks.py +359 -0
- gate_api-7.2.43/gate_api/models/api_response_ex_skill_get_user_identity_resp.py +235 -0
- gate_api-7.2.43/gate_api/models/base_response.py +211 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/broker_commission.py +4 -4
- gate_api-7.2.41/gate_api/models/broker_commission1.py → gate_api-7.2.43/gate_api/models/broker_commission_item.py +48 -48
- gate_api-7.2.41/gate_api/models/broker_transaction1.py → gate_api-7.2.43/gate_api/models/broker_transaction.py +44 -44
- gate_api-7.2.41/gate_api/models/broker_transaction.py → gate_api-7.2.43/gate_api/models/broker_transaction_history.py +16 -16
- gate_api-7.2.43/gate_api/models/create_order_v4.py +188 -0
- gate_api-7.2.43/gate_api/models/create_trail_order_response.py +205 -0
- gate_api-7.2.41/gate_api/models/inline_response201_data.py → gate_api-7.2.43/gate_api/models/create_trail_order_result.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response20035.py → gate_api-7.2.43/gate_api/models/crossex_account.py +64 -64
- gate_api-7.2.41/gate_api/models/inline_response20035_assets.py → gate_api-7.2.43/gate_api/models/crossex_account_asset.py +52 -52
- gate_api-7.2.41/gate_api/models/inline_response20046.py → gate_api-7.2.43/gate_api/models/crossex_account_book_record.py +40 -40
- gate_api-7.2.41/gate_api/models/inline_response202.py → gate_api-7.2.43/gate_api/models/crossex_account_update_response.py +16 -16
- gate_api-7.2.41/gate_api/models/inline_response20040.py → gate_api-7.2.43/gate_api/models/crossex_adl_rank.py +20 -20
- gate_api-7.2.41/gate_api/models/inline_response20047.py → gate_api-7.2.43/gate_api/models/crossex_coin_discount_rate.py +28 -28
- gate_api-7.2.41/gate_api/models/inline_response20034.py → gate_api-7.2.43/gate_api/models/crossex_convert_quote_response.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20037.py → gate_api-7.2.43/gate_api/models/crossex_fee.py +28 -28
- gate_api-7.2.41/gate_api/models/inline_response20043.py → gate_api-7.2.43/gate_api/models/crossex_historical_margin_position.py +76 -76
- gate_api-7.2.41/gate_api/models/inline_response20042.py → gate_api-7.2.43/gate_api/models/crossex_historical_position.py +84 -84
- gate_api-7.2.41/gate_api/models/inline_response20036.py → gate_api-7.2.43/gate_api/models/crossex_interest_rate.py +20 -20
- gate_api-7.2.41/gate_api/models/inline_response2021.py → gate_api-7.2.43/gate_api/models/crossex_leverage_response.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20044.py → gate_api-7.2.43/gate_api/models/crossex_margin_interest_record.py +48 -48
- gate_api-7.2.41/gate_api/models/inline_response20039.py → gate_api-7.2.43/gate_api/models/crossex_margin_position.py +88 -88
- gate_api-7.2.41/gate_api/models/inline_response20032.py → gate_api-7.2.43/gate_api/models/crossex_order.py +166 -168
- gate_api-7.2.41/gate_api/models/inline_response20031.py → gate_api-7.2.43/gate_api/models/crossex_order_action_response.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20038.py → gate_api-7.2.43/gate_api/models/crossex_position.py +88 -88
- gate_api-7.2.41/gate_api/models/inline_response20027.py → gate_api-7.2.43/gate_api/models/crossex_risk_limit.py +16 -16
- gate_api-7.2.41/gate_api/models/crossex_rule_risk_limits_tiers.py → gate_api-7.2.43/gate_api/models/crossex_risk_limit_tier.py +24 -24
- gate_api-7.2.41/gate_api/models/inline_response20037_special_fee_list.py → gate_api-7.2.43/gate_api/models/crossex_special_fee.py +16 -16
- gate_api-7.2.41/gate_api/models/inline_response20045.py → gate_api-7.2.43/gate_api/models/crossex_trade.py +76 -76
- gate_api-7.2.41/gate_api/models/inline_response20028.py → gate_api-7.2.43/gate_api/models/crossex_transfer_coin.py +24 -24
- gate_api-7.2.41/gate_api/models/inline_response20029.py → gate_api-7.2.43/gate_api/models/crossex_transfer_record.py +48 -48
- gate_api-7.2.41/gate_api/models/inline_response20030.py → gate_api-7.2.43/gate_api/models/crossex_transfer_response.py +12 -12
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_order_book.py +7 -7
- gate_api-7.2.41/gate_api/models/futures_order_book_item1.py → gate_api-7.2.43/gate_api/models/delivery_order_book_item.py +12 -12
- gate_api-7.2.43/gate_api/models/eligibility.py +190 -0
- gate_api-7.2.43/gate_api/models/eligibility_response.py +209 -0
- gate_api-7.2.43/gate_api/models/eligibility_response_all_of.py +121 -0
- gate_api-7.2.43/gate_api/models/err_code_msg.py +182 -0
- gate_api-7.2.43/gate_api/models/fixed_term_bonus_info.py +627 -0
- gate_api-7.2.43/gate_api/models/fixed_term_coupon_info.py +588 -0
- gate_api-7.2.43/gate_api/models/fixed_term_history_record.py +550 -0
- gate_api-7.2.43/gate_api/models/fixed_term_lend_order.py +901 -0
- gate_api-7.2.43/gate_api/models/fixed_term_lend_request.py +293 -0
- gate_api-7.2.43/gate_api/models/fixed_term_product.py +627 -0
- gate_api-7.2.43/gate_api/models/fixed_term_product_info.py +240 -0
- gate_api-7.2.43/gate_api/models/fixed_term_product_simple.py +403 -0
- gate_api-7.2.41/gate_api/models/inline_response2008.py → gate_api-7.2.43/gate_api/models/flash_swap_error_response.py +16 -12
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_create_param.py +211 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_req.py +124 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_create_resp_data.py +211 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_req.py +124 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_many_to_one_order_preview_resp_data.py +153 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_req.py +124 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_create_resp_data.py +240 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_req.py +124 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_one_to_many_order_preview_resp_data.py +182 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_order.py +626 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_preview_order.py +458 -0
- gate_api-7.2.43/gate_api/models/flash_swap_multi_currency_preview_param.py +209 -0
- gate_api-7.2.43/gate_api/models/flash_swap_order_create_req.py +323 -0
- gate_api-7.2.43/gate_api/models/flash_swap_order_create_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_order_create_resp_data.py +628 -0
- gate_api-7.2.43/gate_api/models/flash_swap_order_preview_resp.py +208 -0
- gate_api-7.2.43/gate_api/models/flash_swap_order_preview_resp_data.py +431 -0
- gate_api-7.2.43/gate_api/models/inline_object.py +124 -0
- gate_api-7.2.43/gate_api/models/inline_response200.py +209 -0
- gate_api-7.2.41/gate_api/models/inline_response2009.py → gate_api-7.2.43/gate_api/models/inline_response2001.py +30 -24
- gate_api-7.2.43/gate_api/models/inline_response20010.py +123 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/inline_response20011.py +37 -4
- gate_api-7.2.43/gate_api/models/inline_response20011_data.py +269 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/inline_response20012.py +37 -4
- gate_api-7.2.43/gate_api/models/inline_response20012_data.py +269 -0
- gate_api-7.2.43/gate_api/models/inline_response20012_data_list.py +675 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/inline_response20013.py +64 -31
- gate_api-7.2.43/gate_api/models/inline_response20013_data.py +124 -0
- gate_api-7.2.43/gate_api/models/inline_response20013_data_list.py +153 -0
- gate_api-7.2.43/gate_api/models/inline_response2001_data.py +124 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/inline_response2002.py +20 -16
- gate_api-7.2.43/gate_api/models/inline_response2002_data.py +153 -0
- gate_api-7.2.43/gate_api/models/inline_response2003.py +205 -0
- gate_api-7.2.43/gate_api/models/inline_response2003_data.py +123 -0
- gate_api-7.2.43/gate_api/models/inline_response2004.py +207 -0
- gate_api-7.2.43/gate_api/models/inline_response2005.py +205 -0
- gate_api-7.2.43/gate_api/models/inline_response2005_data.py +149 -0
- gate_api-7.2.43/gate_api/models/inline_response2006.py +209 -0
- gate_api-7.2.43/gate_api/models/inline_response2006_data.py +151 -0
- gate_api-7.2.43/gate_api/models/inline_response2006_data_help_url.py +151 -0
- gate_api-7.2.43/gate_api/models/inline_response2006_data_jump_url.py +179 -0
- gate_api-7.2.43/gate_api/models/inline_response2006_data_list.py +829 -0
- gate_api-7.2.43/gate_api/models/inline_response2006_data_progress_config.py +207 -0
- gate_api-7.2.43/gate_api/models/inline_response2007.py +209 -0
- gate_api-7.2.43/gate_api/models/inline_response2007_data.py +857 -0
- gate_api-7.2.43/gate_api/models/inline_response2008.py +205 -0
- gate_api-7.2.43/gate_api/models/inline_response2008_data.py +151 -0
- gate_api-7.2.43/gate_api/models/inline_response2008_data_items.py +291 -0
- gate_api-7.2.43/gate_api/models/inline_response2009.py +233 -0
- gate_api-7.2.43/gate_api/models/inline_response2009_data.py +123 -0
- gate_api-7.2.43/gate_api/models/inline_response2009_data_list.py +175 -0
- gate_api-7.2.43/gate_api/models/inline_response2009_data_live.py +429 -0
- gate_api-7.2.43/gate_api/models/inline_response2009_data_live_host.py +235 -0
- gate_api-7.2.43/gate_api/models/inline_response2009_data_video.py +598 -0
- gate_api-7.2.43/gate_api/models/inline_response200_data.py +153 -0
- gate_api-7.2.43/gate_api/models/inline_response400.py +151 -0
- gate_api-7.2.43/gate_api/models/ladder_apr.py +182 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_create_order_response.py +124 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_error_response.py +159 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_pledge_record.py +269 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_project.py +333 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_reward_pool.py +297 -0
- gate_api-7.2.43/gate_api/models/launch_pool_v4_reward_record.py +240 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_order_book.py +7 -7
- gate_api-7.2.41/gate_api/models/inline_response2007.py → gate_api-7.2.43/gate_api/models/otc_action_response.py +16 -16
- gate_api-7.2.41/gate_api/models/inline_response20010_data_lists.py → gate_api-7.2.43/gate_api/models/otc_bank_list_item.py +84 -84
- gate_api-7.2.41/gate_api/models/inline_response20010.py → gate_api-7.2.43/gate_api/models/otc_bank_list_response.py +24 -24
- gate_api-7.2.41/gate_api/models/inline_response20010_data.py → gate_api-7.2.43/gate_api/models/otc_bank_list_result.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20013_data.py → gate_api-7.2.43/gate_api/models/otc_order_detail.py +68 -68
- gate_api-7.2.43/gate_api/models/otc_order_detail_response.py +176 -0
- gate_api-7.2.41/gate_api/models/inline_response20011_data_crypto_currency_info.py → gate_api-7.2.43/gate_api/models/otc_order_list_crypto_currency_info.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20011_data_fiat_currency_info.py → gate_api-7.2.43/gate_api/models/otc_order_list_fiat_currency_info.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20011_data_list.py → gate_api-7.2.43/gate_api/models/otc_order_list_item.py +79 -79
- gate_api-7.2.43/gate_api/models/otc_order_list_response.py +176 -0
- gate_api-7.2.41/gate_api/models/inline_response20011_data.py → gate_api-7.2.43/gate_api/models/otc_order_list_result.py +28 -28
- gate_api-7.2.41/gate_api/models/inline_response2006.py → gate_api-7.2.43/gate_api/models/otc_quote_response.py +20 -20
- gate_api-7.2.41/gate_api/models/inline_response2006_data.py → gate_api-7.2.43/gate_api/models/otc_quote_result.py +48 -48
- gate_api-7.2.43/gate_api/models/otc_stable_coin_order_create_response.py +149 -0
- gate_api-7.2.41/gate_api/models/inline_response20012_data_list.py → gate_api-7.2.43/gate_api/models/otc_stable_coin_order_list_item.py +48 -48
- gate_api-7.2.43/gate_api/models/otc_stable_coin_order_list_response.py +176 -0
- gate_api-7.2.41/gate_api/models/inline_response20012_data.py → gate_api-7.2.43/gate_api/models/otc_stable_coin_order_list_result.py +28 -28
- gate_api-7.2.41/gate_api/models/inline_response2009_data.py → gate_api-7.2.43/gate_api/models/otc_user_default_bank.py +32 -32
- gate_api-7.2.43/gate_api/models/otc_user_default_bank_response.py +203 -0
- gate_api-7.2.43/gate_api/models/other_contact.py +151 -0
- gate_api-7.2.41/gate_api/models/inline_response20021_data.py → gate_api-7.2.43/gate_api/models/p2p_ad_detail.py +168 -168
- gate_api-7.2.41/gate_api/models/inline_response20014.py → gate_api-7.2.43/gate_api/models/p2p_ad_detail_response.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20023_data.py → gate_api-7.2.43/gate_api/models/p2p_ads_list_item.py +36 -36
- gate_api-7.2.41/gate_api/models/inline_response20017.py → gate_api-7.2.43/gate_api/models/p2p_ads_list_response.py +32 -32
- gate_api-7.2.43/gate_api/models/p2p_ads_update_status_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20020_data.py → gate_api-7.2.43/gate_api/models/p2p_ads_update_status_result.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response20018.py → gate_api-7.2.43/gate_api/models/p2p_chat_list_response.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20024_data.py → gate_api-7.2.43/gate_api/models/p2p_chat_list_result.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20024_data_messages.py → gate_api-7.2.43/gate_api/models/p2p_chat_message.py +60 -60
- gate_api-7.2.41/gate_api/models/inline_response20024_data_msg_obj.py → gate_api-7.2.43/gate_api/models/p2p_chat_message_payload.py +88 -88
- gate_api-7.2.41/gate_api/models/inline_response20015_data.py → gate_api-7.2.43/gate_api/models/p2p_counterparty_user_info.py +80 -80
- gate_api-7.2.43/gate_api/models/p2p_counterparty_user_info_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20014_data_merchant_info.py → gate_api-7.2.43/gate_api/models/p2p_merchant_market_info.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20014_data.py → gate_api-7.2.43/gate_api/models/p2p_merchant_user_info.py +132 -132
- gate_api-7.2.43/gate_api/models/p2p_merchant_user_info_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20022_data_lists.py → gate_api-7.2.43/gate_api/models/p2p_my_ad.py +160 -160
- gate_api-7.2.41/gate_api/models/inline_response20022.py → gate_api-7.2.43/gate_api/models/p2p_my_ads_list_response.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20022_data.py → gate_api-7.2.43/gate_api/models/p2p_my_ads_list_result.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response20016_list.py → gate_api-7.2.43/gate_api/models/p2p_payment_method_account.py +92 -92
- gate_api-7.2.41/gate_api/models/inline_response20016_data.py → gate_api-7.2.43/gate_api/models/p2p_payment_method_group.py +24 -24
- gate_api-7.2.41/gate_api/models/inline_response20016.py → gate_api-7.2.43/gate_api/models/p2p_payment_methods_response.py +32 -32
- gate_api-7.2.43/gate_api/models/p2p_send_chat_message_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20025_data.py → gate_api-7.2.43/gate_api/models/p2p_send_chat_message_result.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response20019.py → gate_api-7.2.43/gate_api/models/p2p_transaction_action_response.py +16 -16
- gate_api-7.2.41/gate_api/models/inline_response20017_data_convert_info.py → gate_api-7.2.43/gate_api/models/p2p_transaction_convert_info.py +44 -44
- gate_api-7.2.41/gate_api/models/inline_response20018_data.py → gate_api-7.2.43/gate_api/models/p2p_transaction_detail.py +292 -292
- gate_api-7.2.43/gate_api/models/p2p_transaction_detail_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20017_data_list.py → gate_api-7.2.43/gate_api/models/p2p_transaction_list_item.py +252 -252
- gate_api-7.2.43/gate_api/models/p2p_transaction_list_response.py +251 -0
- gate_api-7.2.41/gate_api/models/inline_response20017_data.py → gate_api-7.2.43/gate_api/models/p2p_transaction_list_result.py +27 -27
- gate_api-7.2.41/gate_api/models/inline_response20017_data_trans_time.py → gate_api-7.2.43/gate_api/models/p2p_transaction_time_marker.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response20015.py → gate_api-7.2.43/gate_api/models/p2p_upload_chat_file_response.py +32 -32
- gate_api-7.2.41/gate_api/models/inline_response20026_data.py → gate_api-7.2.43/gate_api/models/p2p_upload_chat_file_result.py +8 -8
- gate_api-7.2.43/gate_api/models/partner_application.py +989 -0
- gate_api-7.2.43/gate_api/models/partner_application_response.py +209 -0
- gate_api-7.2.43/gate_api/models/partner_application_response_all_of.py +121 -0
- gate_api-7.2.43/gate_api/models/redeem_v4.py +188 -0
- gate_api-7.2.41/gate_api/models/error.py → gate_api-7.2.43/gate_api/models/trad_fi_error.py +16 -16
- gate_api-7.2.41/gate_api/models/ticker2.py → gate_api-7.2.43/gate_api/models/trad_fi_ticker.py +24 -24
- gate_api-7.2.41/gate_api/models/ticker2_data.py → gate_api-7.2.43/gate_api/models/trad_fi_ticker_data.py +68 -68
- gate_api-7.2.41/gate_api/models/inline_response2003.py → gate_api-7.2.43/gate_api/models/trail_order_change_log_response.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response201.py → gate_api-7.2.43/gate_api/models/trail_order_detail_response.py +24 -24
- gate_api-7.2.41/gate_api/models/inline_response2001.py → gate_api-7.2.43/gate_api/models/trail_order_list_response.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response200.py → gate_api-7.2.43/gate_api/models/trail_order_response.py +8 -8
- gate_api-7.2.41/gate_api/models/inline_response20033.py → gate_api-7.2.43/gate_api/models/transaction_config.py +40 -38
- gate_api-7.2.41/gate_api/models/inline_response2004.py → gate_api-7.2.43/gate_api/models/uni_chart_point.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_response2005.py → gate_api-7.2.43/gate_api/models/uni_estimated_rate.py +12 -12
- gate_api-7.2.41/gate_api/models/inline_object.py → gate_api-7.2.43/gate_api/models/update_dual_comp_position_cross_mode_request.py +12 -12
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api.egg-info/PKG-INFO +208 -84
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api.egg-info/SOURCES.txt +169 -75
- {gate_api-7.2.41 → gate_api-7.2.43}/setup.py +1 -1
- gate_api-7.2.41/gate_api/models/inline_response20020.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20021.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20023.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20024.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20025.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20026.py +0 -251
- gate_api-7.2.41/gate_api/models/inline_response20041.py +0 -849
- gate_api-7.2.41/gate_api/models/unified_borrowable1.py +0 -151
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/account_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/delivery_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/margin_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/margin_uni_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/multi_collateral_loan_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/spot_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/sub_account_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/wallet_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/api/withdrawal_api.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/exceptions.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_book_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_detail.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_detail_key.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_key_info.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_key_info_perms.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/account_rate_limit.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/accounts_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/ads_detail_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/ads_list_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/ads_update_status.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/agency_commission.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/agency_commission_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/agency_transaction.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/agency_transaction_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/alpha_ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/auto_repay_setting.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/award_list_struct.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/award_list_struct_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_amend_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_amend_order_req.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_funding_rates_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_funding_rates_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_futures_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/batch_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/borrow_currency_info.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/broker_commission_sub_broker_info.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cancel_batch_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cancel_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cancel_order_result.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/categories.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/categories_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/categories_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_adjust.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_adjust_res.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_currency_info.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_currency_res.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_current_rate.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_fix_rate.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/collateral_ltv.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/confirm_payment.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/confirm_receipt.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/contract.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/contract_detail.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/contract_detail_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/contract_detail_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/contract_stat.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/convert_small_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/countdown_cancel_all_futures_task.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/countdown_cancel_all_options_task.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/countdown_cancel_all_spot_task.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_multi_collateral_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_order_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_trail_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_transaction.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_uni_lend.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_uni_loan.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_user_resp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/create_user_resp_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cross_margin_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cross_margin_loan.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/cross_margin_repayment.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_account_update_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_close_position_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_convert_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_convert_quote_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_leverage_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_order_update_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/crossex_transfer_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/currency_chain.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/currency_pair.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/currency_quota.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/debit_fee.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delete_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_account_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_account_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_candlestick.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_contract.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_limit_risk_tiers.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_liquidate.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_my_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_position_close.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_settlement.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/delivery_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/deposit_address.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/deposit_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/dual_get_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/dual_get_orders.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/dual_get_plans.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/eth2_rate_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/eth2_swap.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/find_coin.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/flash_swap_currency_pair.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/flash_swap_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/flash_swap_order_preview.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/flash_swap_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/flash_swap_preview_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/funding_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/funding_rate_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/future_cancel_order_result.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_account_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_account_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_auto_deleverage.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_batch_amend_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_bbo_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_candlestick.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_fee.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_index_constituents.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_initial_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_leverage.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_limit_risk_tiers.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_liq_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_liquidate.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_order_amendment.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_order_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_order_book_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_position_cross_mode.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_premium_index.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_price_trigger.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_price_triggered_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_risk_limit_tier.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/futures_update_price_triggered_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_chats_list_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_completed_transaction_list_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_counterparty_user_info_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_myself_payment_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_pending_transaction_list_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/get_transaction_details_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/index_constituent.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/insurance_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/klines.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/klines_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/klines_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/ledger_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/liquidate_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_account_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_account_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_leverage_tier.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_market_leverage.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_tiers.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/margin_transferable.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/max_uni_borrowable.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_futures_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_futures_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_margin_result.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_options_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_options_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_risk_unit.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_spot_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mock_spot_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mt5_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/mt5_account_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_chain_address_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_collateral_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_collateral_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_collateral_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_collateral_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_collateral_record_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_loan_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_loan_repay_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_repay_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/multi_repay_resp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/my_ads_list_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/my_futures_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/my_futures_trade_time_range.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/open_orders.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_account_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_candlestick.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_contract.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_mmp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_mmp_reset.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_my_settlements.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_my_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_position_close.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_position_close_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_settlement.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_underlying.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/options_underlying_ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_cancel.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_history_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_history_list_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_history_list_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_list_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_list_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_list_struct.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_list_struct_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_patch.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_resp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/order_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/otc_mark_order_paid_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/otc_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/otc_quote_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/otc_stable_coin_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/partner_commission_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/partner_sub.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/partner_sub_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/partner_transaction_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/patch_uni_lend.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/place_biz_push_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/place_dual_investment_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/place_dual_investment_order_params.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/place_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/place_order_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_close.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_close_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_history_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_history_list_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_history_list_data_close_detail.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_history_list_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_history_list_data_realized_pnl_detail.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_list_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_list_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/position_timerange.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/profit_loss_range.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/quote_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/quote_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/rebate_user_info.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_currency_res.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_multi_loan.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_record_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_record_left_interest.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_record_repaid_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/repay_record_total_interest.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/risk_units.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/saved_address.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/send_chat_message_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/small_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/small_balance_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_account_book.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_currency_chain.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_fee.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_insurance_history.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_price_put_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_price_trigger.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/spot_price_triggered_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/stop_all_trail_orders.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/stop_trail_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/stp_group.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/stp_group_user.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/structured_buy.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/structured_get_project_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/structured_order_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_cross_margin_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_futures_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_key.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_key_perms.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_margin_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_to_sub_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_transfer.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_account_transfer_record_item.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_cross_margin_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/sub_user_mode.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/swap_coin.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/swap_coin_struct.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/symbol.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/symbols.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/symbols_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/symbols_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/system_time.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/ticker.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/tokens.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/total_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trad_fi_close_position_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trad_fi_order_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trad_fi_order_update_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trad_fi_position_update_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trad_fi_transaction_request.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trade.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trade_fee.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trail_change_log.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trail_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transaction_id.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transaction_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transaction_list_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transaction_list_data_list.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transfer.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transfer_order_status.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/transferables_result.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trigger_order_response.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trigger_order_response1.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/trigger_time.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uid_push_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uid_push_withdrawal.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uid_push_withdrawal_resp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_currency_interest.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_currency_pair.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_interest_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_lend.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_lend_interest.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_lend_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_loan.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_loan_interest_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/uni_loan_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_account.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_balance.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_borrowable.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_collateral_req.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_collateral_res.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_currency.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_discount.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_discount_tiers.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_history_loan_rate.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_history_loan_rate_rates.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_leverage_config.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_leverage_setting.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_loan.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_loan_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_loan_result.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_margin_tiers.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_mode_set.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_portfolio_input.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_portfolio_output.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_risk_units.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_settings.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/unified_transferable.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/update_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/update_order_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/update_position.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/update_trail_order.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/upload_chat_file.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/user_asset_resp.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/user_asset_resp_data.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/user_sub.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/user_sub_relation.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/withdraw_status.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/withdrawal_record.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/models/withdrawals_del.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api/rest.py +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api.egg-info/dependency_links.txt +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api.egg-info/requires.txt +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/gate_api.egg-info/top_level.txt +0 -0
- {gate_api-7.2.41 → gate_api-7.2.43}/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.43
|
|
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.43
|
|
36
|
+
- Package version: 7.2.43
|
|
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
|
|
|
@@ -105,24 +105,31 @@ from gate_api.exceptions import ApiException, GateApiException
|
|
|
105
105
|
|
|
106
106
|
# Defining the host is optional and defaults to https://api.gateio.ws/api/v4
|
|
107
107
|
# See configuration.py for a list of all supported configuration parameters.
|
|
108
|
+
# The client must configure the authentication and authorization parameters
|
|
109
|
+
# in accordance with the API server security policy.
|
|
110
|
+
# Examples for each auth method are provided below, use the example that
|
|
111
|
+
# satisfies your auth use case.
|
|
112
|
+
|
|
113
|
+
# Configure APIv4 key authorization
|
|
108
114
|
configuration = gate_api.Configuration(
|
|
109
|
-
host = "https://api.gateio.ws/api/v4"
|
|
115
|
+
host = "https://api.gateio.ws/api/v4",
|
|
116
|
+
key = "YOU_API_KEY",
|
|
117
|
+
secret = "YOUR_API_SECRET"
|
|
110
118
|
)
|
|
111
119
|
|
|
112
120
|
|
|
113
121
|
api_client = gate_api.ApiClient(configuration)
|
|
114
122
|
# Create an instance of the API class
|
|
115
|
-
api_instance = gate_api.
|
|
116
|
-
symbols = 'symbols_example' # str | 币对列表,多个以逗号分隔 示例值: BINANCE_FUTURE_ADA_USDT,OKX_FUTURE_ADA_USDT (optional)
|
|
123
|
+
api_instance = gate_api.DefaultApi(api_client)
|
|
117
124
|
|
|
118
125
|
try:
|
|
119
|
-
#
|
|
120
|
-
api_response = api_instance.
|
|
126
|
+
# My activity entry
|
|
127
|
+
api_response = api_instance.get_my_activity_entry()
|
|
121
128
|
print(api_response)
|
|
122
129
|
except GateApiException as ex:
|
|
123
130
|
print("Gate api exception, label: %s, message: %s\n" % (ex.label, ex.message))
|
|
124
131
|
except ApiException as e:
|
|
125
|
-
print("Exception when calling
|
|
132
|
+
print("Exception when calling DefaultApi->get_my_activity_entry: %s\n" % e)
|
|
126
133
|
|
|
127
134
|
```
|
|
128
135
|
|
|
@@ -134,6 +141,9 @@ All URIs are relative to *https://api.gateio.ws/api/v4*
|
|
|
134
141
|
|
|
135
142
|
Class | Method | HTTP request | Description
|
|
136
143
|
------------ | ------------- | ------------- | -------------
|
|
144
|
+
*DefaultApi* | [**get_my_activity_entry**](docs/DefaultApi.md#get_my_activity_entry) | **GET** /rewards/activity/my-activity-entry | My activity entry
|
|
145
|
+
*DefaultApi* | [**list_activities**](docs/DefaultApi.md#list_activities) | **GET** /rewards/activity/activity-list | Recommended activity list
|
|
146
|
+
*DefaultApi* | [**list_activity_types**](docs/DefaultApi.md#list_activity_types) | **GET** /rewards/activity/activity-type | Activity type list
|
|
137
147
|
*CrossExApi* | [**list_crossex_rule_symbols**](docs/CrossExApi.md#list_crossex_rule_symbols) | **GET** /crossex/rule/symbols | [Public Interface] Query Trading Pair Information
|
|
138
148
|
*CrossExApi* | [**list_crossex_rule_risk_limits**](docs/CrossExApi.md#list_crossex_rule_risk_limits) | **GET** /crossex/rule/risk_limits | [Public Interface] Query Risk Limit Information
|
|
139
149
|
*CrossExApi* | [**list_crossex_transfer_coins**](docs/CrossExApi.md#list_crossex_transfer_coins) | **GET** /crossex/transfers/coin | [Public Interface] Query Supported Transfer Currencies
|
|
@@ -265,6 +275,8 @@ Class | Method | HTTP request | Description
|
|
|
265
275
|
*AlphaApi* | [**list_alpha_currencies**](docs/AlphaApi.md#list_alpha_currencies) | **GET** /alpha/currencies | Query currency information
|
|
266
276
|
*AlphaApi* | [**list_alpha_tickers**](docs/AlphaApi.md#list_alpha_tickers) | **GET** /alpha/tickers | Query currency ticker
|
|
267
277
|
*AlphaApi* | [**list_alpha_tokens**](docs/AlphaApi.md#list_alpha_tokens) | **GET** /alpha/tokens | Query Token Information
|
|
278
|
+
*CouponApi* | [**list_user_coupons**](docs/CouponApi.md#list_user_coupons) | **GET** /coupon/user-coupon-list | Coupon Center list
|
|
279
|
+
*CouponApi* | [**get_user_coupon_detail**](docs/CouponApi.md#get_user_coupon_detail) | **GET** /coupon/user-coupon-detail | Coupon Center details
|
|
268
280
|
*DeliveryApi* | [**list_delivery_contracts**](docs/DeliveryApi.md#list_delivery_contracts) | **GET** /delivery/{settle}/contracts | Query all futures contracts
|
|
269
281
|
*DeliveryApi* | [**get_delivery_contract**](docs/DeliveryApi.md#get_delivery_contract) | **GET** /delivery/{settle}/contracts/{contract} | Query single contract information
|
|
270
282
|
*DeliveryApi* | [**list_delivery_order_book**](docs/DeliveryApi.md#list_delivery_order_book) | **GET** /delivery/{settle}/order_book | Query futures market depth information
|
|
@@ -308,11 +320,23 @@ Class | Method | HTTP request | Description
|
|
|
308
320
|
*EarnApi* | [**order_list**](docs/EarnApi.md#order_list) | **GET** /earn/staking/order_list | List of on-chain coin-earning orders
|
|
309
321
|
*EarnApi* | [**award_list**](docs/EarnApi.md#award_list) | **GET** /earn/staking/award_list | On-chain coin-earning dividend records
|
|
310
322
|
*EarnApi* | [**asset_list**](docs/EarnApi.md#asset_list) | **GET** /earn/staking/assets | On-chain coin-earning assets
|
|
323
|
+
*EarnApi* | [**list_earn_fixed_term_products**](docs/EarnApi.md#list_earn_fixed_term_products) | **GET** /earn/fixed-term/product | Get product list
|
|
324
|
+
*EarnApi* | [**list_earn_fixed_term_products_by_asset**](docs/EarnApi.md#list_earn_fixed_term_products_by_asset) | **GET** /earn/fixed-term/product/{asset}/list | Get product list by single currency
|
|
325
|
+
*EarnApi* | [**list_earn_fixed_term_lends**](docs/EarnApi.md#list_earn_fixed_term_lends) | **GET** /earn/fixed-term/user/lend | Subscription list
|
|
326
|
+
*EarnApi* | [**create_earn_fixed_term_lend**](docs/EarnApi.md#create_earn_fixed_term_lend) | **POST** /earn/fixed-term/user/lend | Subscription
|
|
327
|
+
*EarnApi* | [**create_earn_fixed_term_pre_redeem**](docs/EarnApi.md#create_earn_fixed_term_pre_redeem) | **POST** /earn/fixed-term/user/pre-redeem | Redeem
|
|
328
|
+
*EarnApi* | [**list_earn_fixed_term_history**](docs/EarnApi.md#list_earn_fixed_term_history) | **GET** /earn/fixed-term/user/history | Subscription history
|
|
311
329
|
*FlashSwapApi* | [**list_flash_swap_currency_pair**](docs/FlashSwapApi.md#list_flash_swap_currency_pair) | **GET** /flash_swap/currency_pairs | List All Supported Currency Pairs In Flash Swap
|
|
312
330
|
*FlashSwapApi* | [**list_flash_swap_orders**](docs/FlashSwapApi.md#list_flash_swap_orders) | **GET** /flash_swap/orders | Query flash swap order list
|
|
313
331
|
*FlashSwapApi* | [**create_flash_swap_order**](docs/FlashSwapApi.md#create_flash_swap_order) | **POST** /flash_swap/orders | Create a flash swap order
|
|
314
332
|
*FlashSwapApi* | [**get_flash_swap_order**](docs/FlashSwapApi.md#get_flash_swap_order) | **GET** /flash_swap/orders/{order_id} | Query single flash swap order
|
|
315
333
|
*FlashSwapApi* | [**preview_flash_swap_order**](docs/FlashSwapApi.md#preview_flash_swap_order) | **POST** /flash_swap/orders/preview | Flash swap order preview
|
|
334
|
+
*FlashSwapApi* | [**create_flash_swap_multi_currency_many_to_one_order**](docs/FlashSwapApi.md#create_flash_swap_multi_currency_many_to_one_order) | **POST** /flash-swap/multi-currency/many-to-one/order/create | Flash Swap - Multi-currency exchange - Place order (many-to-one)
|
|
335
|
+
*FlashSwapApi* | [**preview_flash_swap_multi_currency_many_to_one_order**](docs/FlashSwapApi.md#preview_flash_swap_multi_currency_many_to_one_order) | **POST** /flash-swap/multi-currency/many-to-one/order/preview | Flash Swap - Multi-currency exchange - Preview (many-to-one)
|
|
336
|
+
*FlashSwapApi* | [**create_flash_swap_order_v1**](docs/FlashSwapApi.md#create_flash_swap_order_v1) | **POST** /flash-swap/order/create | Flash Swap - Place order (one-to-one)
|
|
337
|
+
*FlashSwapApi* | [**create_flash_swap_multi_currency_one_to_many_order**](docs/FlashSwapApi.md#create_flash_swap_multi_currency_one_to_many_order) | **POST** /flash-swap/multi-currency/one-to-many/order/create | Flash Swap - Multi-currency exchange - Place order (one-to-many)
|
|
338
|
+
*FlashSwapApi* | [**preview_flash_swap_multi_currency_one_to_many_order**](docs/FlashSwapApi.md#preview_flash_swap_multi_currency_one_to_many_order) | **POST** /flash-swap/multi-currency/one-to-many/order/preview | Flash Swap - Multi-currency exchange - Preview (one-to-many)
|
|
339
|
+
*FlashSwapApi* | [**preview_flash_swap_order_v1**](docs/FlashSwapApi.md#preview_flash_swap_order_v1) | **GET** /flash-swap/order/preview | Flash Swap - Preview (one-to-one)
|
|
316
340
|
*FuturesApi* | [**list_futures_contracts**](docs/FuturesApi.md#list_futures_contracts) | **GET** /futures/{settle}/contracts | Query all futures contracts
|
|
317
341
|
*FuturesApi* | [**get_futures_contract**](docs/FuturesApi.md#get_futures_contract) | **GET** /futures/{settle}/contracts/{contract} | Query single contract information
|
|
318
342
|
*FuturesApi* | [**list_futures_order_book**](docs/FuturesApi.md#list_futures_order_book) | **GET** /futures/{settle}/order_book | Query futures market depth information
|
|
@@ -377,6 +401,11 @@ Class | Method | HTTP request | Description
|
|
|
377
401
|
*FuturesApi* | [**get_price_triggered_order**](docs/FuturesApi.md#get_price_triggered_order) | **GET** /futures/{settle}/price_orders/{order_id} | Query single auto order details
|
|
378
402
|
*FuturesApi* | [**cancel_price_triggered_order**](docs/FuturesApi.md#cancel_price_triggered_order) | **DELETE** /futures/{settle}/price_orders/{order_id} | Cancel single auto order
|
|
379
403
|
*FuturesApi* | [**update_price_triggered_order**](docs/FuturesApi.md#update_price_triggered_order) | **PUT** /futures/{settle}/price_orders/amend/{order_id} | Modify a Single Auto Order
|
|
404
|
+
*LaunchApi* | [**list_launch_pool_projects**](docs/LaunchApi.md#list_launch_pool_projects) | **GET** /launch/project-list | Query LaunchPool project list
|
|
405
|
+
*LaunchApi* | [**create_launch_pool_order**](docs/LaunchApi.md#create_launch_pool_order) | **POST** /launch/create-order | Create LaunchPool staking order
|
|
406
|
+
*LaunchApi* | [**redeem_launch_pool**](docs/LaunchApi.md#redeem_launch_pool) | **POST** /launch/redeem | Redeem LaunchPool staked assets
|
|
407
|
+
*LaunchApi* | [**list_launch_pool_pledge_records**](docs/LaunchApi.md#list_launch_pool_pledge_records) | **GET** /launch/user-pledge-records | Query user pledge records
|
|
408
|
+
*LaunchApi* | [**list_launch_pool_reward_records**](docs/LaunchApi.md#list_launch_pool_reward_records) | **GET** /launch/get-user-reward-records | Query user reward records
|
|
380
409
|
*MarginApi* | [**list_margin_accounts**](docs/MarginApi.md#list_margin_accounts) | **GET** /margin/accounts | Margin account list
|
|
381
410
|
*MarginApi* | [**list_margin_account_book**](docs/MarginApi.md#list_margin_account_book) | **GET** /margin/account_book | Query margin account balance change history
|
|
382
411
|
*MarginApi* | [**list_funding_accounts**](docs/MarginApi.md#list_funding_accounts) | **GET** /margin/funding_accounts | Funding account list
|
|
@@ -456,6 +485,8 @@ Class | Method | HTTP request | Description
|
|
|
456
485
|
*RebateApi* | [**rebate_broker_transaction_history**](docs/RebateApi.md#rebate_broker_transaction_history) | **GET** /rebate/broker/transaction_history | Broker obtains user's trading history
|
|
457
486
|
*RebateApi* | [**rebate_user_info**](docs/RebateApi.md#rebate_user_info) | **GET** /rebate/user/info | User obtains rebate information
|
|
458
487
|
*RebateApi* | [**user_sub_relation**](docs/RebateApi.md#user_sub_relation) | **GET** /rebate/user/sub_relation | User subordinate relationship
|
|
488
|
+
*RebateApi* | [**get_partner_application_recent**](docs/RebateApi.md#get_partner_application_recent) | **GET** /rebate/partner/applications/recent | Get recent partner application records
|
|
489
|
+
*RebateApi* | [**get_partner_eligibility**](docs/RebateApi.md#get_partner_eligibility) | **GET** /rebate/partner/eligibility | Check partner application eligibility
|
|
459
490
|
*SpotApi* | [**list_currencies**](docs/SpotApi.md#list_currencies) | **GET** /spot/currencies | Query all currency information
|
|
460
491
|
*SpotApi* | [**get_currency**](docs/SpotApi.md#get_currency) | **GET** /spot/currencies/{currency} | Query single currency information
|
|
461
492
|
*SpotApi* | [**list_currency_pairs**](docs/SpotApi.md#list_currency_pairs) | **GET** /spot/currency_pairs | Query all supported currency pairs
|
|
@@ -488,6 +519,8 @@ Class | Method | HTTP request | Description
|
|
|
488
519
|
*SpotApi* | [**cancel_spot_price_triggered_order_list**](docs/SpotApi.md#cancel_spot_price_triggered_order_list) | **DELETE** /spot/price_orders | Cancel all auto orders
|
|
489
520
|
*SpotApi* | [**get_spot_price_triggered_order**](docs/SpotApi.md#get_spot_price_triggered_order) | **GET** /spot/price_orders/{order_id} | Query single auto order details
|
|
490
521
|
*SpotApi* | [**cancel_spot_price_triggered_order**](docs/SpotApi.md#cancel_spot_price_triggered_order) | **DELETE** /spot/price_orders/{order_id} | Cancel single auto order
|
|
522
|
+
*SquareApi* | [**list_square_ai_search**](docs/SquareApi.md#list_square_ai_search) | **GET** /social/message/search | AI MCP Dynamic Search
|
|
523
|
+
*SquareApi* | [**list_live_replay**](docs/SquareApi.md#list_live_replay) | **GET** /social/live/tag_coin_live_replay | Gate AI Assistant live stream data retrieval
|
|
491
524
|
*WalletApi* | [**list_currency_chains**](docs/WalletApi.md#list_currency_chains) | **GET** /wallet/currency_chains | Query chains supported for specified currency
|
|
492
525
|
*WalletApi* | [**get_deposit_address**](docs/WalletApi.md#get_deposit_address) | **GET** /wallet/deposit_address | Generate currency deposit address
|
|
493
526
|
*WalletApi* | [**list_withdrawals**](docs/WalletApi.md#list_withdrawals) | **GET** /wallet/withdrawals | Get withdrawal records
|
|
@@ -510,6 +543,8 @@ Class | Method | HTTP request | Description
|
|
|
510
543
|
*WalletApi* | [**list_small_balance_history**](docs/WalletApi.md#list_small_balance_history) | **GET** /wallet/small_balance_history | Get convertible small balance currency history
|
|
511
544
|
*WalletApi* | [**list_push_orders**](docs/WalletApi.md#list_push_orders) | **GET** /wallet/push | Get UID transfer history
|
|
512
545
|
*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
|
|
546
|
+
*WelfareApi* | [**get_user_identity**](docs/WelfareApi.md#get_user_identity) | **GET** /rewards/getUserIdentity | Get user identity
|
|
547
|
+
*WelfareApi* | [**get_beginner_task_list**](docs/WelfareApi.md#get_beginner_task_list) | **GET** /rewards/getBeginnerTaskList | Get beginner task list
|
|
513
548
|
*WithdrawalApi* | [**withdraw**](docs/WithdrawalApi.md#withdraw) | **POST** /withdrawals | Withdraw
|
|
514
549
|
*WithdrawalApi* | [**withdraw_push_order**](docs/WithdrawalApi.md#withdraw_push_order) | **POST** /withdrawals/push | UID transfer
|
|
515
550
|
*WithdrawalApi* | [**cancel_withdrawal**](docs/WithdrawalApi.md#cancel_withdrawal) | **DELETE** /withdrawals/{withdrawal_id} | Cancel withdrawal with specified ID
|
|
@@ -532,10 +567,17 @@ Class | Method | HTTP request | Description
|
|
|
532
567
|
- [AgencyCommissionHistory](docs/AgencyCommissionHistory.md)
|
|
533
568
|
- [AgencyTransaction](docs/AgencyTransaction.md)
|
|
534
569
|
- [AgencyTransactionHistory](docs/AgencyTransactionHistory.md)
|
|
570
|
+
- [AlphaCurrency](docs/AlphaCurrency.md)
|
|
535
571
|
- [AlphaTicker](docs/AlphaTicker.md)
|
|
572
|
+
- [AmendOptionsOrderRequest](docs/AmendOptionsOrderRequest.md)
|
|
573
|
+
- [ApiResponseExSkillGetBeginnerTaskListResp](docs/ApiResponseExSkillGetBeginnerTaskListResp.md)
|
|
574
|
+
- [ApiResponseExSkillGetBeginnerTaskListRespData](docs/ApiResponseExSkillGetBeginnerTaskListRespData.md)
|
|
575
|
+
- [ApiResponseExSkillGetBeginnerTaskListRespDataTasks](docs/ApiResponseExSkillGetBeginnerTaskListRespDataTasks.md)
|
|
576
|
+
- [ApiResponseExSkillGetUserIdentityResp](docs/ApiResponseExSkillGetUserIdentityResp.md)
|
|
536
577
|
- [AutoRepaySetting](docs/AutoRepaySetting.md)
|
|
537
578
|
- [AwardListStruct](docs/AwardListStruct.md)
|
|
538
579
|
- [AwardListStructList](docs/AwardListStructList.md)
|
|
580
|
+
- [BaseResponse](docs/BaseResponse.md)
|
|
539
581
|
- [BatchAmendItem](docs/BatchAmendItem.md)
|
|
540
582
|
- [BatchAmendOrderReq](docs/BatchAmendOrderReq.md)
|
|
541
583
|
- [BatchFundingRatesRequest](docs/BatchFundingRatesRequest.md)
|
|
@@ -544,10 +586,10 @@ Class | Method | HTTP request | Description
|
|
|
544
586
|
- [BatchOrder](docs/BatchOrder.md)
|
|
545
587
|
- [BorrowCurrencyInfo](docs/BorrowCurrencyInfo.md)
|
|
546
588
|
- [BrokerCommission](docs/BrokerCommission.md)
|
|
547
|
-
- [
|
|
589
|
+
- [BrokerCommissionItem](docs/BrokerCommissionItem.md)
|
|
548
590
|
- [BrokerCommissionSubBrokerInfo](docs/BrokerCommissionSubBrokerInfo.md)
|
|
549
591
|
- [BrokerTransaction](docs/BrokerTransaction.md)
|
|
550
|
-
- [
|
|
592
|
+
- [BrokerTransactionHistory](docs/BrokerTransactionHistory.md)
|
|
551
593
|
- [CancelBatchOrder](docs/CancelBatchOrder.md)
|
|
552
594
|
- [CancelOrder](docs/CancelOrder.md)
|
|
553
595
|
- [CancelOrderResult](docs/CancelOrderResult.md)
|
|
@@ -576,7 +618,10 @@ Class | Method | HTTP request | Description
|
|
|
576
618
|
- [CreateMultiCollateralOrder](docs/CreateMultiCollateralOrder.md)
|
|
577
619
|
- [CreateOrder](docs/CreateOrder.md)
|
|
578
620
|
- [CreateOrderData](docs/CreateOrderData.md)
|
|
621
|
+
- [CreateOrderV4](docs/CreateOrderV4.md)
|
|
579
622
|
- [CreateTrailOrder](docs/CreateTrailOrder.md)
|
|
623
|
+
- [CreateTrailOrderResponse](docs/CreateTrailOrderResponse.md)
|
|
624
|
+
- [CreateTrailOrderResult](docs/CreateTrailOrderResult.md)
|
|
580
625
|
- [CreateTransaction](docs/CreateTransaction.md)
|
|
581
626
|
- [CreateUniLend](docs/CreateUniLend.md)
|
|
582
627
|
- [CreateUniLoan](docs/CreateUniLoan.md)
|
|
@@ -585,17 +630,39 @@ Class | Method | HTTP request | Description
|
|
|
585
630
|
- [CrossMarginBalance](docs/CrossMarginBalance.md)
|
|
586
631
|
- [CrossMarginLoan](docs/CrossMarginLoan.md)
|
|
587
632
|
- [CrossMarginRepayment](docs/CrossMarginRepayment.md)
|
|
633
|
+
- [CrossexAccount](docs/CrossexAccount.md)
|
|
634
|
+
- [CrossexAccountAsset](docs/CrossexAccountAsset.md)
|
|
635
|
+
- [CrossexAccountBookRecord](docs/CrossexAccountBookRecord.md)
|
|
588
636
|
- [CrossexAccountUpdateRequest](docs/CrossexAccountUpdateRequest.md)
|
|
637
|
+
- [CrossexAccountUpdateResponse](docs/CrossexAccountUpdateResponse.md)
|
|
638
|
+
- [CrossexAdlRank](docs/CrossexAdlRank.md)
|
|
589
639
|
- [CrossexClosePositionRequest](docs/CrossexClosePositionRequest.md)
|
|
640
|
+
- [CrossexCoinDiscountRate](docs/CrossexCoinDiscountRate.md)
|
|
590
641
|
- [CrossexConvertOrderRequest](docs/CrossexConvertOrderRequest.md)
|
|
591
642
|
- [CrossexConvertQuoteRequest](docs/CrossexConvertQuoteRequest.md)
|
|
643
|
+
- [CrossexConvertQuoteResponse](docs/CrossexConvertQuoteResponse.md)
|
|
644
|
+
- [CrossexFee](docs/CrossexFee.md)
|
|
645
|
+
- [CrossexHistoricalMarginPosition](docs/CrossexHistoricalMarginPosition.md)
|
|
646
|
+
- [CrossexHistoricalPosition](docs/CrossexHistoricalPosition.md)
|
|
647
|
+
- [CrossexInterestRate](docs/CrossexInterestRate.md)
|
|
592
648
|
- [CrossexLeverageRequest](docs/CrossexLeverageRequest.md)
|
|
649
|
+
- [CrossexLeverageResponse](docs/CrossexLeverageResponse.md)
|
|
650
|
+
- [CrossexMarginInterestRecord](docs/CrossexMarginInterestRecord.md)
|
|
651
|
+
- [CrossexMarginPosition](docs/CrossexMarginPosition.md)
|
|
652
|
+
- [CrossexOrder](docs/CrossexOrder.md)
|
|
653
|
+
- [CrossexOrderActionResponse](docs/CrossexOrderActionResponse.md)
|
|
593
654
|
- [CrossexOrderRequest](docs/CrossexOrderRequest.md)
|
|
594
655
|
- [CrossexOrderUpdateRequest](docs/CrossexOrderUpdateRequest.md)
|
|
595
|
-
- [
|
|
656
|
+
- [CrossexPosition](docs/CrossexPosition.md)
|
|
657
|
+
- [CrossexRiskLimit](docs/CrossexRiskLimit.md)
|
|
658
|
+
- [CrossexRiskLimitTier](docs/CrossexRiskLimitTier.md)
|
|
659
|
+
- [CrossexSpecialFee](docs/CrossexSpecialFee.md)
|
|
660
|
+
- [CrossexTrade](docs/CrossexTrade.md)
|
|
661
|
+
- [CrossexTransferCoin](docs/CrossexTransferCoin.md)
|
|
662
|
+
- [CrossexTransferRecord](docs/CrossexTransferRecord.md)
|
|
596
663
|
- [CrossexTransferRequest](docs/CrossexTransferRequest.md)
|
|
664
|
+
- [CrossexTransferResponse](docs/CrossexTransferResponse.md)
|
|
597
665
|
- [Currency](docs/Currency.md)
|
|
598
|
-
- [Currency2](docs/Currency2.md)
|
|
599
666
|
- [CurrencyChain](docs/CurrencyChain.md)
|
|
600
667
|
- [CurrencyPair](docs/CurrencyPair.md)
|
|
601
668
|
- [CurrencyQuota](docs/CurrencyQuota.md)
|
|
@@ -611,6 +678,7 @@ Class | Method | HTTP request | Description
|
|
|
611
678
|
- [DeliveryMyTrade](docs/DeliveryMyTrade.md)
|
|
612
679
|
- [DeliveryOrder](docs/DeliveryOrder.md)
|
|
613
680
|
- [DeliveryOrderBook](docs/DeliveryOrderBook.md)
|
|
681
|
+
- [DeliveryOrderBookItem](docs/DeliveryOrderBookItem.md)
|
|
614
682
|
- [DeliveryPosition](docs/DeliveryPosition.md)
|
|
615
683
|
- [DeliveryPositionClose](docs/DeliveryPositionClose.md)
|
|
616
684
|
- [DeliverySettlement](docs/DeliverySettlement.md)
|
|
@@ -621,13 +689,46 @@ Class | Method | HTTP request | Description
|
|
|
621
689
|
- [DualGetBalance](docs/DualGetBalance.md)
|
|
622
690
|
- [DualGetOrders](docs/DualGetOrders.md)
|
|
623
691
|
- [DualGetPlans](docs/DualGetPlans.md)
|
|
624
|
-
- [
|
|
692
|
+
- [Eligibility](docs/Eligibility.md)
|
|
693
|
+
- [EligibilityResponse](docs/EligibilityResponse.md)
|
|
694
|
+
- [EligibilityResponseAllOf](docs/EligibilityResponseAllOf.md)
|
|
695
|
+
- [ErrCodeMsg](docs/ErrCodeMsg.md)
|
|
625
696
|
- [Eth2RateList](docs/Eth2RateList.md)
|
|
626
697
|
- [Eth2Swap](docs/Eth2Swap.md)
|
|
627
698
|
- [FindCoin](docs/FindCoin.md)
|
|
699
|
+
- [FixedTermBonusInfo](docs/FixedTermBonusInfo.md)
|
|
700
|
+
- [FixedTermCouponInfo](docs/FixedTermCouponInfo.md)
|
|
701
|
+
- [FixedTermHistoryRecord](docs/FixedTermHistoryRecord.md)
|
|
702
|
+
- [FixedTermLendOrder](docs/FixedTermLendOrder.md)
|
|
703
|
+
- [FixedTermLendRequest](docs/FixedTermLendRequest.md)
|
|
704
|
+
- [FixedTermProduct](docs/FixedTermProduct.md)
|
|
705
|
+
- [FixedTermProductInfo](docs/FixedTermProductInfo.md)
|
|
706
|
+
- [FixedTermProductSimple](docs/FixedTermProductSimple.md)
|
|
628
707
|
- [FlashSwapCurrencyPair](docs/FlashSwapCurrencyPair.md)
|
|
708
|
+
- [FlashSwapErrorResponse](docs/FlashSwapErrorResponse.md)
|
|
709
|
+
- [FlashSwapMultiCurrencyCreateParam](docs/FlashSwapMultiCurrencyCreateParam.md)
|
|
710
|
+
- [FlashSwapMultiCurrencyManyToOneOrderCreateReq](docs/FlashSwapMultiCurrencyManyToOneOrderCreateReq.md)
|
|
711
|
+
- [FlashSwapMultiCurrencyManyToOneOrderCreateResp](docs/FlashSwapMultiCurrencyManyToOneOrderCreateResp.md)
|
|
712
|
+
- [FlashSwapMultiCurrencyManyToOneOrderCreateRespData](docs/FlashSwapMultiCurrencyManyToOneOrderCreateRespData.md)
|
|
713
|
+
- [FlashSwapMultiCurrencyManyToOneOrderPreviewReq](docs/FlashSwapMultiCurrencyManyToOneOrderPreviewReq.md)
|
|
714
|
+
- [FlashSwapMultiCurrencyManyToOneOrderPreviewResp](docs/FlashSwapMultiCurrencyManyToOneOrderPreviewResp.md)
|
|
715
|
+
- [FlashSwapMultiCurrencyManyToOneOrderPreviewRespData](docs/FlashSwapMultiCurrencyManyToOneOrderPreviewRespData.md)
|
|
716
|
+
- [FlashSwapMultiCurrencyOneToManyOrderCreateReq](docs/FlashSwapMultiCurrencyOneToManyOrderCreateReq.md)
|
|
717
|
+
- [FlashSwapMultiCurrencyOneToManyOrderCreateResp](docs/FlashSwapMultiCurrencyOneToManyOrderCreateResp.md)
|
|
718
|
+
- [FlashSwapMultiCurrencyOneToManyOrderCreateRespData](docs/FlashSwapMultiCurrencyOneToManyOrderCreateRespData.md)
|
|
719
|
+
- [FlashSwapMultiCurrencyOneToManyOrderPreviewReq](docs/FlashSwapMultiCurrencyOneToManyOrderPreviewReq.md)
|
|
720
|
+
- [FlashSwapMultiCurrencyOneToManyOrderPreviewResp](docs/FlashSwapMultiCurrencyOneToManyOrderPreviewResp.md)
|
|
721
|
+
- [FlashSwapMultiCurrencyOneToManyOrderPreviewRespData](docs/FlashSwapMultiCurrencyOneToManyOrderPreviewRespData.md)
|
|
722
|
+
- [FlashSwapMultiCurrencyOrder](docs/FlashSwapMultiCurrencyOrder.md)
|
|
723
|
+
- [FlashSwapMultiCurrencyPreviewOrder](docs/FlashSwapMultiCurrencyPreviewOrder.md)
|
|
724
|
+
- [FlashSwapMultiCurrencyPreviewParam](docs/FlashSwapMultiCurrencyPreviewParam.md)
|
|
629
725
|
- [FlashSwapOrder](docs/FlashSwapOrder.md)
|
|
726
|
+
- [FlashSwapOrderCreateReq](docs/FlashSwapOrderCreateReq.md)
|
|
727
|
+
- [FlashSwapOrderCreateResp](docs/FlashSwapOrderCreateResp.md)
|
|
728
|
+
- [FlashSwapOrderCreateRespData](docs/FlashSwapOrderCreateRespData.md)
|
|
630
729
|
- [FlashSwapOrderPreview](docs/FlashSwapOrderPreview.md)
|
|
730
|
+
- [FlashSwapOrderPreviewResp](docs/FlashSwapOrderPreviewResp.md)
|
|
731
|
+
- [FlashSwapOrderPreviewRespData](docs/FlashSwapOrderPreviewRespData.md)
|
|
631
732
|
- [FlashSwapOrderRequest](docs/FlashSwapOrderRequest.md)
|
|
632
733
|
- [FlashSwapPreviewRequest](docs/FlashSwapPreviewRequest.md)
|
|
633
734
|
- [FundingAccount](docs/FundingAccount.md)
|
|
@@ -651,7 +752,6 @@ Class | Method | HTTP request | Description
|
|
|
651
752
|
- [FuturesOrderAmendment](docs/FuturesOrderAmendment.md)
|
|
652
753
|
- [FuturesOrderBook](docs/FuturesOrderBook.md)
|
|
653
754
|
- [FuturesOrderBookItem](docs/FuturesOrderBookItem.md)
|
|
654
|
-
- [FuturesOrderBookItem1](docs/FuturesOrderBookItem1.md)
|
|
655
755
|
- [FuturesPositionCrossMode](docs/FuturesPositionCrossMode.md)
|
|
656
756
|
- [FuturesPremiumIndex](docs/FuturesPremiumIndex.md)
|
|
657
757
|
- [FuturesPriceTrigger](docs/FuturesPriceTrigger.md)
|
|
@@ -668,96 +768,55 @@ Class | Method | HTTP request | Description
|
|
|
668
768
|
- [GetTransactionDetailsRequest](docs/GetTransactionDetailsRequest.md)
|
|
669
769
|
- [IndexConstituent](docs/IndexConstituent.md)
|
|
670
770
|
- [InlineObject](docs/InlineObject.md)
|
|
671
|
-
- [InlineObject1](docs/InlineObject1.md)
|
|
672
771
|
- [InlineResponse200](docs/InlineResponse200.md)
|
|
673
772
|
- [InlineResponse2001](docs/InlineResponse2001.md)
|
|
674
773
|
- [InlineResponse20010](docs/InlineResponse20010.md)
|
|
675
|
-
- [InlineResponse20010Data](docs/InlineResponse20010Data.md)
|
|
676
|
-
- [InlineResponse20010DataLists](docs/InlineResponse20010DataLists.md)
|
|
677
774
|
- [InlineResponse20011](docs/InlineResponse20011.md)
|
|
678
775
|
- [InlineResponse20011Data](docs/InlineResponse20011Data.md)
|
|
679
|
-
- [InlineResponse20011DataCryptoCurrencyInfo](docs/InlineResponse20011DataCryptoCurrencyInfo.md)
|
|
680
|
-
- [InlineResponse20011DataFiatCurrencyInfo](docs/InlineResponse20011DataFiatCurrencyInfo.md)
|
|
681
|
-
- [InlineResponse20011DataList](docs/InlineResponse20011DataList.md)
|
|
682
776
|
- [InlineResponse20012](docs/InlineResponse20012.md)
|
|
683
777
|
- [InlineResponse20012Data](docs/InlineResponse20012Data.md)
|
|
684
778
|
- [InlineResponse20012DataList](docs/InlineResponse20012DataList.md)
|
|
685
779
|
- [InlineResponse20013](docs/InlineResponse20013.md)
|
|
686
780
|
- [InlineResponse20013Data](docs/InlineResponse20013Data.md)
|
|
687
|
-
- [
|
|
688
|
-
- [
|
|
689
|
-
- [InlineResponse20014DataMerchantInfo](docs/InlineResponse20014DataMerchantInfo.md)
|
|
690
|
-
- [InlineResponse20015](docs/InlineResponse20015.md)
|
|
691
|
-
- [InlineResponse20015Data](docs/InlineResponse20015Data.md)
|
|
692
|
-
- [InlineResponse20016](docs/InlineResponse20016.md)
|
|
693
|
-
- [InlineResponse20016Data](docs/InlineResponse20016Data.md)
|
|
694
|
-
- [InlineResponse20016List](docs/InlineResponse20016List.md)
|
|
695
|
-
- [InlineResponse20017](docs/InlineResponse20017.md)
|
|
696
|
-
- [InlineResponse20017Data](docs/InlineResponse20017Data.md)
|
|
697
|
-
- [InlineResponse20017DataConvertInfo](docs/InlineResponse20017DataConvertInfo.md)
|
|
698
|
-
- [InlineResponse20017DataList](docs/InlineResponse20017DataList.md)
|
|
699
|
-
- [InlineResponse20017DataTransTime](docs/InlineResponse20017DataTransTime.md)
|
|
700
|
-
- [InlineResponse20018](docs/InlineResponse20018.md)
|
|
701
|
-
- [InlineResponse20018Data](docs/InlineResponse20018Data.md)
|
|
702
|
-
- [InlineResponse20019](docs/InlineResponse20019.md)
|
|
781
|
+
- [InlineResponse20013DataList](docs/InlineResponse20013DataList.md)
|
|
782
|
+
- [InlineResponse2001Data](docs/InlineResponse2001Data.md)
|
|
703
783
|
- [InlineResponse2002](docs/InlineResponse2002.md)
|
|
704
|
-
- [
|
|
705
|
-
- [InlineResponse20020Data](docs/InlineResponse20020Data.md)
|
|
706
|
-
- [InlineResponse20021](docs/InlineResponse20021.md)
|
|
707
|
-
- [InlineResponse20021Data](docs/InlineResponse20021Data.md)
|
|
708
|
-
- [InlineResponse20022](docs/InlineResponse20022.md)
|
|
709
|
-
- [InlineResponse20022Data](docs/InlineResponse20022Data.md)
|
|
710
|
-
- [InlineResponse20022DataLists](docs/InlineResponse20022DataLists.md)
|
|
711
|
-
- [InlineResponse20023](docs/InlineResponse20023.md)
|
|
712
|
-
- [InlineResponse20023Data](docs/InlineResponse20023Data.md)
|
|
713
|
-
- [InlineResponse20024](docs/InlineResponse20024.md)
|
|
714
|
-
- [InlineResponse20024Data](docs/InlineResponse20024Data.md)
|
|
715
|
-
- [InlineResponse20024DataMessages](docs/InlineResponse20024DataMessages.md)
|
|
716
|
-
- [InlineResponse20024DataMsgObj](docs/InlineResponse20024DataMsgObj.md)
|
|
717
|
-
- [InlineResponse20025](docs/InlineResponse20025.md)
|
|
718
|
-
- [InlineResponse20025Data](docs/InlineResponse20025Data.md)
|
|
719
|
-
- [InlineResponse20026](docs/InlineResponse20026.md)
|
|
720
|
-
- [InlineResponse20026Data](docs/InlineResponse20026Data.md)
|
|
721
|
-
- [InlineResponse20027](docs/InlineResponse20027.md)
|
|
722
|
-
- [InlineResponse20028](docs/InlineResponse20028.md)
|
|
723
|
-
- [InlineResponse20029](docs/InlineResponse20029.md)
|
|
784
|
+
- [InlineResponse2002Data](docs/InlineResponse2002Data.md)
|
|
724
785
|
- [InlineResponse2003](docs/InlineResponse2003.md)
|
|
725
|
-
- [
|
|
726
|
-
- [InlineResponse20031](docs/InlineResponse20031.md)
|
|
727
|
-
- [InlineResponse20032](docs/InlineResponse20032.md)
|
|
728
|
-
- [InlineResponse20033](docs/InlineResponse20033.md)
|
|
729
|
-
- [InlineResponse20034](docs/InlineResponse20034.md)
|
|
730
|
-
- [InlineResponse20035](docs/InlineResponse20035.md)
|
|
731
|
-
- [InlineResponse20035Assets](docs/InlineResponse20035Assets.md)
|
|
732
|
-
- [InlineResponse20036](docs/InlineResponse20036.md)
|
|
733
|
-
- [InlineResponse20037](docs/InlineResponse20037.md)
|
|
734
|
-
- [InlineResponse20037SpecialFeeList](docs/InlineResponse20037SpecialFeeList.md)
|
|
735
|
-
- [InlineResponse20038](docs/InlineResponse20038.md)
|
|
736
|
-
- [InlineResponse20039](docs/InlineResponse20039.md)
|
|
786
|
+
- [InlineResponse2003Data](docs/InlineResponse2003Data.md)
|
|
737
787
|
- [InlineResponse2004](docs/InlineResponse2004.md)
|
|
738
|
-
- [InlineResponse20040](docs/InlineResponse20040.md)
|
|
739
|
-
- [InlineResponse20041](docs/InlineResponse20041.md)
|
|
740
|
-
- [InlineResponse20042](docs/InlineResponse20042.md)
|
|
741
|
-
- [InlineResponse20043](docs/InlineResponse20043.md)
|
|
742
|
-
- [InlineResponse20044](docs/InlineResponse20044.md)
|
|
743
|
-
- [InlineResponse20045](docs/InlineResponse20045.md)
|
|
744
|
-
- [InlineResponse20046](docs/InlineResponse20046.md)
|
|
745
|
-
- [InlineResponse20047](docs/InlineResponse20047.md)
|
|
746
788
|
- [InlineResponse2005](docs/InlineResponse2005.md)
|
|
789
|
+
- [InlineResponse2005Data](docs/InlineResponse2005Data.md)
|
|
747
790
|
- [InlineResponse2006](docs/InlineResponse2006.md)
|
|
748
791
|
- [InlineResponse2006Data](docs/InlineResponse2006Data.md)
|
|
792
|
+
- [InlineResponse2006DataHelpUrl](docs/InlineResponse2006DataHelpUrl.md)
|
|
793
|
+
- [InlineResponse2006DataJumpUrl](docs/InlineResponse2006DataJumpUrl.md)
|
|
794
|
+
- [InlineResponse2006DataList](docs/InlineResponse2006DataList.md)
|
|
795
|
+
- [InlineResponse2006DataProgressConfig](docs/InlineResponse2006DataProgressConfig.md)
|
|
749
796
|
- [InlineResponse2007](docs/InlineResponse2007.md)
|
|
797
|
+
- [InlineResponse2007Data](docs/InlineResponse2007Data.md)
|
|
750
798
|
- [InlineResponse2008](docs/InlineResponse2008.md)
|
|
799
|
+
- [InlineResponse2008Data](docs/InlineResponse2008Data.md)
|
|
800
|
+
- [InlineResponse2008DataItems](docs/InlineResponse2008DataItems.md)
|
|
751
801
|
- [InlineResponse2009](docs/InlineResponse2009.md)
|
|
752
802
|
- [InlineResponse2009Data](docs/InlineResponse2009Data.md)
|
|
753
|
-
- [
|
|
754
|
-
- [
|
|
755
|
-
- [
|
|
756
|
-
- [
|
|
803
|
+
- [InlineResponse2009DataList](docs/InlineResponse2009DataList.md)
|
|
804
|
+
- [InlineResponse2009DataLive](docs/InlineResponse2009DataLive.md)
|
|
805
|
+
- [InlineResponse2009DataLiveHost](docs/InlineResponse2009DataLiveHost.md)
|
|
806
|
+
- [InlineResponse2009DataVideo](docs/InlineResponse2009DataVideo.md)
|
|
807
|
+
- [InlineResponse200Data](docs/InlineResponse200Data.md)
|
|
808
|
+
- [InlineResponse400](docs/InlineResponse400.md)
|
|
757
809
|
- [InsuranceRecord](docs/InsuranceRecord.md)
|
|
758
810
|
- [Klines](docs/Klines.md)
|
|
759
811
|
- [KlinesData](docs/KlinesData.md)
|
|
760
812
|
- [KlinesDataList](docs/KlinesDataList.md)
|
|
813
|
+
- [LadderApr](docs/LadderApr.md)
|
|
814
|
+
- [LaunchPoolV4CreateOrderResponse](docs/LaunchPoolV4CreateOrderResponse.md)
|
|
815
|
+
- [LaunchPoolV4ErrorResponse](docs/LaunchPoolV4ErrorResponse.md)
|
|
816
|
+
- [LaunchPoolV4PledgeRecord](docs/LaunchPoolV4PledgeRecord.md)
|
|
817
|
+
- [LaunchPoolV4Project](docs/LaunchPoolV4Project.md)
|
|
818
|
+
- [LaunchPoolV4RewardPool](docs/LaunchPoolV4RewardPool.md)
|
|
819
|
+
- [LaunchPoolV4RewardRecord](docs/LaunchPoolV4RewardRecord.md)
|
|
761
820
|
- [LedgerRecord](docs/LedgerRecord.md)
|
|
762
821
|
- [LiquidateOrder](docs/LiquidateOrder.md)
|
|
763
822
|
- [MarginAccount](docs/MarginAccount.md)
|
|
@@ -824,10 +883,66 @@ Class | Method | HTTP request | Description
|
|
|
824
883
|
- [OrderPatch](docs/OrderPatch.md)
|
|
825
884
|
- [OrderResp](docs/OrderResp.md)
|
|
826
885
|
- [OrderResponse](docs/OrderResponse.md)
|
|
886
|
+
- [OtcActionResponse](docs/OtcActionResponse.md)
|
|
887
|
+
- [OtcBankListItem](docs/OtcBankListItem.md)
|
|
888
|
+
- [OtcBankListResponse](docs/OtcBankListResponse.md)
|
|
889
|
+
- [OtcBankListResult](docs/OtcBankListResult.md)
|
|
827
890
|
- [OtcMarkOrderPaidRequest](docs/OtcMarkOrderPaidRequest.md)
|
|
891
|
+
- [OtcOrderDetail](docs/OtcOrderDetail.md)
|
|
892
|
+
- [OtcOrderDetailResponse](docs/OtcOrderDetailResponse.md)
|
|
893
|
+
- [OtcOrderListCryptoCurrencyInfo](docs/OtcOrderListCryptoCurrencyInfo.md)
|
|
894
|
+
- [OtcOrderListFiatCurrencyInfo](docs/OtcOrderListFiatCurrencyInfo.md)
|
|
895
|
+
- [OtcOrderListItem](docs/OtcOrderListItem.md)
|
|
896
|
+
- [OtcOrderListResponse](docs/OtcOrderListResponse.md)
|
|
897
|
+
- [OtcOrderListResult](docs/OtcOrderListResult.md)
|
|
828
898
|
- [OtcOrderRequest](docs/OtcOrderRequest.md)
|
|
829
899
|
- [OtcQuoteRequest](docs/OtcQuoteRequest.md)
|
|
900
|
+
- [OtcQuoteResponse](docs/OtcQuoteResponse.md)
|
|
901
|
+
- [OtcQuoteResult](docs/OtcQuoteResult.md)
|
|
902
|
+
- [OtcStableCoinOrderCreateResponse](docs/OtcStableCoinOrderCreateResponse.md)
|
|
903
|
+
- [OtcStableCoinOrderListItem](docs/OtcStableCoinOrderListItem.md)
|
|
904
|
+
- [OtcStableCoinOrderListResponse](docs/OtcStableCoinOrderListResponse.md)
|
|
905
|
+
- [OtcStableCoinOrderListResult](docs/OtcStableCoinOrderListResult.md)
|
|
830
906
|
- [OtcStableCoinOrderRequest](docs/OtcStableCoinOrderRequest.md)
|
|
907
|
+
- [OtcUserDefaultBank](docs/OtcUserDefaultBank.md)
|
|
908
|
+
- [OtcUserDefaultBankResponse](docs/OtcUserDefaultBankResponse.md)
|
|
909
|
+
- [OtherContact](docs/OtherContact.md)
|
|
910
|
+
- [P2pAdDetail](docs/P2pAdDetail.md)
|
|
911
|
+
- [P2pAdDetailResponse](docs/P2pAdDetailResponse.md)
|
|
912
|
+
- [P2pAdsListItem](docs/P2pAdsListItem.md)
|
|
913
|
+
- [P2pAdsListResponse](docs/P2pAdsListResponse.md)
|
|
914
|
+
- [P2pAdsUpdateStatusResponse](docs/P2pAdsUpdateStatusResponse.md)
|
|
915
|
+
- [P2pAdsUpdateStatusResult](docs/P2pAdsUpdateStatusResult.md)
|
|
916
|
+
- [P2pChatListResponse](docs/P2pChatListResponse.md)
|
|
917
|
+
- [P2pChatListResult](docs/P2pChatListResult.md)
|
|
918
|
+
- [P2pChatMessage](docs/P2pChatMessage.md)
|
|
919
|
+
- [P2pChatMessagePayload](docs/P2pChatMessagePayload.md)
|
|
920
|
+
- [P2pCounterpartyUserInfo](docs/P2pCounterpartyUserInfo.md)
|
|
921
|
+
- [P2pCounterpartyUserInfoResponse](docs/P2pCounterpartyUserInfoResponse.md)
|
|
922
|
+
- [P2pMerchantMarketInfo](docs/P2pMerchantMarketInfo.md)
|
|
923
|
+
- [P2pMerchantUserInfo](docs/P2pMerchantUserInfo.md)
|
|
924
|
+
- [P2pMerchantUserInfoResponse](docs/P2pMerchantUserInfoResponse.md)
|
|
925
|
+
- [P2pMyAd](docs/P2pMyAd.md)
|
|
926
|
+
- [P2pMyAdsListResponse](docs/P2pMyAdsListResponse.md)
|
|
927
|
+
- [P2pMyAdsListResult](docs/P2pMyAdsListResult.md)
|
|
928
|
+
- [P2pPaymentMethodAccount](docs/P2pPaymentMethodAccount.md)
|
|
929
|
+
- [P2pPaymentMethodGroup](docs/P2pPaymentMethodGroup.md)
|
|
930
|
+
- [P2pPaymentMethodsResponse](docs/P2pPaymentMethodsResponse.md)
|
|
931
|
+
- [P2pSendChatMessageResponse](docs/P2pSendChatMessageResponse.md)
|
|
932
|
+
- [P2pSendChatMessageResult](docs/P2pSendChatMessageResult.md)
|
|
933
|
+
- [P2pTransactionActionResponse](docs/P2pTransactionActionResponse.md)
|
|
934
|
+
- [P2pTransactionConvertInfo](docs/P2pTransactionConvertInfo.md)
|
|
935
|
+
- [P2pTransactionDetail](docs/P2pTransactionDetail.md)
|
|
936
|
+
- [P2pTransactionDetailResponse](docs/P2pTransactionDetailResponse.md)
|
|
937
|
+
- [P2pTransactionListItem](docs/P2pTransactionListItem.md)
|
|
938
|
+
- [P2pTransactionListResponse](docs/P2pTransactionListResponse.md)
|
|
939
|
+
- [P2pTransactionListResult](docs/P2pTransactionListResult.md)
|
|
940
|
+
- [P2pTransactionTimeMarker](docs/P2pTransactionTimeMarker.md)
|
|
941
|
+
- [P2pUploadChatFileResponse](docs/P2pUploadChatFileResponse.md)
|
|
942
|
+
- [P2pUploadChatFileResult](docs/P2pUploadChatFileResult.md)
|
|
943
|
+
- [PartnerApplication](docs/PartnerApplication.md)
|
|
944
|
+
- [PartnerApplicationResponse](docs/PartnerApplicationResponse.md)
|
|
945
|
+
- [PartnerApplicationResponseAllOf](docs/PartnerApplicationResponseAllOf.md)
|
|
831
946
|
- [PartnerCommissionHistory](docs/PartnerCommissionHistory.md)
|
|
832
947
|
- [PartnerSub](docs/PartnerSub.md)
|
|
833
948
|
- [PartnerSubList](docs/PartnerSubList.md)
|
|
@@ -854,6 +969,7 @@ Class | Method | HTTP request | Description
|
|
|
854
969
|
- [QuoteRequest](docs/QuoteRequest.md)
|
|
855
970
|
- [QuoteResponse](docs/QuoteResponse.md)
|
|
856
971
|
- [RebateUserInfo](docs/RebateUserInfo.md)
|
|
972
|
+
- [RedeemV4](docs/RedeemV4.md)
|
|
857
973
|
- [RepayCurrencyRes](docs/RepayCurrencyRes.md)
|
|
858
974
|
- [RepayMultiLoan](docs/RepayMultiLoan.md)
|
|
859
975
|
- [RepayRecordCurrency](docs/RepayRecordCurrency.md)
|
|
@@ -900,19 +1016,25 @@ Class | Method | HTTP request | Description
|
|
|
900
1016
|
- [SymbolsDataList](docs/SymbolsDataList.md)
|
|
901
1017
|
- [SystemTime](docs/SystemTime.md)
|
|
902
1018
|
- [Ticker](docs/Ticker.md)
|
|
903
|
-
- [Ticker2](docs/Ticker2.md)
|
|
904
|
-
- [Ticker2Data](docs/Ticker2Data.md)
|
|
905
1019
|
- [Tokens](docs/Tokens.md)
|
|
906
1020
|
- [TotalBalance](docs/TotalBalance.md)
|
|
907
1021
|
- [TradFiClosePositionRequest](docs/TradFiClosePositionRequest.md)
|
|
1022
|
+
- [TradFiError](docs/TradFiError.md)
|
|
908
1023
|
- [TradFiOrderRequest](docs/TradFiOrderRequest.md)
|
|
909
1024
|
- [TradFiOrderUpdateRequest](docs/TradFiOrderUpdateRequest.md)
|
|
910
1025
|
- [TradFiPositionUpdateRequest](docs/TradFiPositionUpdateRequest.md)
|
|
1026
|
+
- [TradFiTicker](docs/TradFiTicker.md)
|
|
1027
|
+
- [TradFiTickerData](docs/TradFiTickerData.md)
|
|
911
1028
|
- [TradFiTransactionRequest](docs/TradFiTransactionRequest.md)
|
|
912
1029
|
- [Trade](docs/Trade.md)
|
|
913
1030
|
- [TradeFee](docs/TradeFee.md)
|
|
914
1031
|
- [TrailChangeLog](docs/TrailChangeLog.md)
|
|
915
1032
|
- [TrailOrder](docs/TrailOrder.md)
|
|
1033
|
+
- [TrailOrderChangeLogResponse](docs/TrailOrderChangeLogResponse.md)
|
|
1034
|
+
- [TrailOrderDetailResponse](docs/TrailOrderDetailResponse.md)
|
|
1035
|
+
- [TrailOrderListResponse](docs/TrailOrderListResponse.md)
|
|
1036
|
+
- [TrailOrderResponse](docs/TrailOrderResponse.md)
|
|
1037
|
+
- [TransactionConfig](docs/TransactionConfig.md)
|
|
916
1038
|
- [TransactionID](docs/TransactionID.md)
|
|
917
1039
|
- [TransactionList](docs/TransactionList.md)
|
|
918
1040
|
- [TransactionListData](docs/TransactionListData.md)
|
|
@@ -926,9 +1048,11 @@ Class | Method | HTTP request | Description
|
|
|
926
1048
|
- [UidPushOrder](docs/UidPushOrder.md)
|
|
927
1049
|
- [UidPushWithdrawal](docs/UidPushWithdrawal.md)
|
|
928
1050
|
- [UidPushWithdrawalResp](docs/UidPushWithdrawalResp.md)
|
|
1051
|
+
- [UniChartPoint](docs/UniChartPoint.md)
|
|
929
1052
|
- [UniCurrency](docs/UniCurrency.md)
|
|
930
1053
|
- [UniCurrencyInterest](docs/UniCurrencyInterest.md)
|
|
931
1054
|
- [UniCurrencyPair](docs/UniCurrencyPair.md)
|
|
1055
|
+
- [UniEstimatedRate](docs/UniEstimatedRate.md)
|
|
932
1056
|
- [UniInterestRecord](docs/UniInterestRecord.md)
|
|
933
1057
|
- [UniLend](docs/UniLend.md)
|
|
934
1058
|
- [UniLendInterest](docs/UniLendInterest.md)
|
|
@@ -939,7 +1063,6 @@ Class | Method | HTTP request | Description
|
|
|
939
1063
|
- [UnifiedAccount](docs/UnifiedAccount.md)
|
|
940
1064
|
- [UnifiedBalance](docs/UnifiedBalance.md)
|
|
941
1065
|
- [UnifiedBorrowable](docs/UnifiedBorrowable.md)
|
|
942
|
-
- [UnifiedBorrowable1](docs/UnifiedBorrowable1.md)
|
|
943
1066
|
- [UnifiedCollateralReq](docs/UnifiedCollateralReq.md)
|
|
944
1067
|
- [UnifiedCollateralRes](docs/UnifiedCollateralRes.md)
|
|
945
1068
|
- [UnifiedCurrency](docs/UnifiedCurrency.md)
|
|
@@ -959,6 +1082,7 @@ Class | Method | HTTP request | Description
|
|
|
959
1082
|
- [UnifiedRiskUnits](docs/UnifiedRiskUnits.md)
|
|
960
1083
|
- [UnifiedSettings](docs/UnifiedSettings.md)
|
|
961
1084
|
- [UnifiedTransferable](docs/UnifiedTransferable.md)
|
|
1085
|
+
- [UpdateDualCompPositionCrossModeRequest](docs/UpdateDualCompPositionCrossModeRequest.md)
|
|
962
1086
|
- [UpdateOrder](docs/UpdateOrder.md)
|
|
963
1087
|
- [UpdateOrderData](docs/UpdateOrderData.md)
|
|
964
1088
|
- [UpdatePosition](docs/UpdatePosition.md)
|