@@ -9,7 +9,7 @@ def get_target_asset_list(self, **kwargs):
99
1010 GET /sapi/v1/lending/auto-invest/target-asset/list
1111
12- https://binance-docs.github.io/apidocs/spot/en/#get -target-asset-list-user_data
12+ https://developers. binance.com/docs/auto_invest/market-data/Get -target-asset-list
1313
1414 Keyword Args:
1515 targetAsset (str)
@@ -31,7 +31,7 @@ def get_target_asset_roi_data(self, targetAsset: str, hisRoiType: str, **kwargs)
3131
3232 GET /sapi/v1/lending/auto-invest/target-asset/roi/list
3333
34- https://binance-docs.github.io/apidocs/spot/en/#get -target-asset-roi -data-user_data
34+ https://developers. binance.com/docs/auto_invest/market-data/Get -target-asset-ROI -data
3535
3636 Args:
3737 targetAsset (str)
@@ -57,7 +57,7 @@ def query_all_source_asset_and_target_asset(self, **kwargs):
5757
5858 GET /sapi/v1/lending/auto-invest/all/asset
5959
60- https://binance-docs.github.io/apidocs/spot/en/#query -all-source-asset-and-target-asset-user_data
60+ https://developers. binance.com/docs/auto_invest/market-data/Query -all-source-asset-and-target-asset
6161
6262 Keyword Args:
6363 recvWindow (int, optional): The value cannot be greater than 60000
@@ -76,7 +76,7 @@ def query_source_asset_list(self, usageType: str, **kwargs):
7676
7777 GET /sapi/v1/lending/auto-invest/source-asset/list
7878
79- https://binance-docs.github.io/apidocs/spot/en/#query -source-asset-list-user_data
79+ https://developers. binance.com/docs/auto_invest/market-data/Query -source-asset-list
8080
8181 Args:
8282 usageType (str)
@@ -103,7 +103,7 @@ def change_plan_status(self, planId: int, status: str, **kwargs):
103103
104104 POST /sapi/v1/lending/auto-invest/plan/edit-status
105105
106- https://binance-docs.github.io/apidocs/spot/en/#change-plan-status-trade
106+ https://developers. binance.com/docs/auto_invest/trade/Change-Plan-Status
107107
108108 Args:
109109 planId (int)
@@ -127,7 +127,7 @@ def get_list_of_plans(self, planType: str, **kwargs):
127127
128128 GET /sapi/v1/lending/auto-invest/plan/list
129129
130- https://binance-docs.github.io/apidocs/spot/en/#get -list-of-plans-user_data
130+ https://developers. binance.com/docs/auto_invest/market-data/Get -list-of-plans
131131
132132 Args:
133133 planType (str)
@@ -150,7 +150,7 @@ def query_holding_details_of_the_plan(self, **kwargs):
150150
151151 GET /sapi/v1/lending/auto-invest/plan/id
152152
153- https://binance-docs.github.io/apidocs/spot/en/#query -holding-details-of-the-plan-user_data
153+ https://developers. binance.com/docs/auto_invest/trade/Query -holding-details-of-the-plan
154154
155155 Keyword Args:
156156 planId (int, optional)
@@ -171,7 +171,7 @@ def query_subscription_transaction_history(self, **kwargs):
171171
172172 GET /sapi/v1/lending/auto-invest/history/list
173173
174- https://binance-docs.github.io/apidocs/spot/en/#query -subscription-transaction-history-user_data
174+ https://developers. binance.com/docs/auto_invest/trade/Query -subscription-transaction-history
175175
176176 Keyword Args:
177177 planType (str, optional)
@@ -196,7 +196,7 @@ def query_index_details(self, indexId: int, **kwargs):
196196
197197 GET /sapi/v1/lending/auto-invest/index/info
198198
199- https://binance-docs.github.io/apidocs/spot/en/#query-index-details-user_data
199+ https://developers. binance.com/docs/auto_invest/market-data/Query-Index-Details
200200
201201 Args:
202202 indexId (int)
@@ -219,7 +219,7 @@ def query_index_linked_plan_position_details(self, indexId: int, **kwargs):
219219
220220 GET /sapi/v1/lending/auto-invest/index/user-summary
221221
222- https://binance-docs.github.io/apidocs/spot/en/#query-index-linked-plan-position-details-user_data
222+ https://developers. binance.com/docs/auto_invest/trade/Query-Index-Linked-Plan-Position-Details
223223
224224 Args:
225225 indexId (int)
@@ -244,7 +244,7 @@ def one_time_transaction(
244244
245245 POST /sapi/v1/lending/auto-invest/one-off
246246
247- https://binance-docs.github.io/apidocs/spot/en/#one-time-transaction-trade
247+ https://developers. binance.com/docs/auto_invest/trade/One-Time-Transaction
248248
249249 Args:
250250 sourceType (str)
@@ -285,7 +285,7 @@ def query_one_time_transaction_status(self, transactionId: int, **kwargs):
285285
286286 GET /sapi/v1/lending/auto-invest/one-off/status
287287
288- https://binance-docs.github.io/apidocs/spot/en/#query-one-time-transaction-status-user_data
288+ https://developers. binance.com/docs/auto_invest/trade/Query-One-Time-Transaction-Status
289289
290290 Args:
291291 transactionId (int)
@@ -311,7 +311,7 @@ def index_linked_plan_redemption(
311311
312312 POST /sapi/v1/lending/auto-invest/redeem
313313
314- https://binance-docs.github.io/apidocs/spot/en/#index-linked-plan-redemption-trade
314+ https://developers. binance.com/docs/auto_invest/trade/Index-Linked-Plan-Redemption
315315
316316 Args:
317317 indexId (int)
@@ -342,7 +342,7 @@ def get_index_linked_plan_redemption_history(self, requestId: int, **kwargs):
342342
343343 GET /sapi/v1/lending/auto-invest/redeem/history
344344
345- https://binance-docs.github.io/apidocs/spot/en/#index-linked-plan-redemption-user_data
345+ https://developers. binance.com/docs/auto_invest/trade/Query-Index-Linked-Plan-Redemption
346346
347347 Args:
348348 requestId (int)
@@ -373,7 +373,7 @@ def index_linked_plan_rebalance_details(self, **kwargs):
373373
374374 GET /sapi/v1/lending/auto-invest/rebalance/history
375375
376- https://binance-docs.github.io/apidocs/spot/en/#index-linked-plan-rebalance-details-user_data
376+ https://developers. binance.com/docs/auto_invest/trade/Index-Linked-Plan-Rebalance-Details
377377
378378 Keyword Args:
379379 startTime (int, optional): UTC timestamp in ms
0 commit comments