@@ -9,7 +9,7 @@ def get_target_asset_list(self, **kwargs):
9
9
10
10
GET /sapi/v1/lending/auto-invest/target-asset/list
11
11
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
13
13
14
14
Keyword Args:
15
15
targetAsset (str)
@@ -31,7 +31,7 @@ def get_target_asset_roi_data(self, targetAsset: str, hisRoiType: str, **kwargs)
31
31
32
32
GET /sapi/v1/lending/auto-invest/target-asset/roi/list
33
33
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
35
35
36
36
Args:
37
37
targetAsset (str)
@@ -57,7 +57,7 @@ def query_all_source_asset_and_target_asset(self, **kwargs):
57
57
58
58
GET /sapi/v1/lending/auto-invest/all/asset
59
59
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
61
61
62
62
Keyword Args:
63
63
recvWindow (int, optional): The value cannot be greater than 60000
@@ -76,7 +76,7 @@ def query_source_asset_list(self, usageType: str, **kwargs):
76
76
77
77
GET /sapi/v1/lending/auto-invest/source-asset/list
78
78
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
80
80
81
81
Args:
82
82
usageType (str)
@@ -103,7 +103,7 @@ def change_plan_status(self, planId: int, status: str, **kwargs):
103
103
104
104
POST /sapi/v1/lending/auto-invest/plan/edit-status
105
105
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
107
107
108
108
Args:
109
109
planId (int)
@@ -127,7 +127,7 @@ def get_list_of_plans(self, planType: str, **kwargs):
127
127
128
128
GET /sapi/v1/lending/auto-invest/plan/list
129
129
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
131
131
132
132
Args:
133
133
planType (str)
@@ -150,7 +150,7 @@ def query_holding_details_of_the_plan(self, **kwargs):
150
150
151
151
GET /sapi/v1/lending/auto-invest/plan/id
152
152
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
154
154
155
155
Keyword Args:
156
156
planId (int, optional)
@@ -171,7 +171,7 @@ def query_subscription_transaction_history(self, **kwargs):
171
171
172
172
GET /sapi/v1/lending/auto-invest/history/list
173
173
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
175
175
176
176
Keyword Args:
177
177
planType (str, optional)
@@ -196,7 +196,7 @@ def query_index_details(self, indexId: int, **kwargs):
196
196
197
197
GET /sapi/v1/lending/auto-invest/index/info
198
198
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
200
200
201
201
Args:
202
202
indexId (int)
@@ -219,7 +219,7 @@ def query_index_linked_plan_position_details(self, indexId: int, **kwargs):
219
219
220
220
GET /sapi/v1/lending/auto-invest/index/user-summary
221
221
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
223
223
224
224
Args:
225
225
indexId (int)
@@ -244,7 +244,7 @@ def one_time_transaction(
244
244
245
245
POST /sapi/v1/lending/auto-invest/one-off
246
246
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
248
248
249
249
Args:
250
250
sourceType (str)
@@ -285,7 +285,7 @@ def query_one_time_transaction_status(self, transactionId: int, **kwargs):
285
285
286
286
GET /sapi/v1/lending/auto-invest/one-off/status
287
287
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
289
289
290
290
Args:
291
291
transactionId (int)
@@ -311,7 +311,7 @@ def index_linked_plan_redemption(
311
311
312
312
POST /sapi/v1/lending/auto-invest/redeem
313
313
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
315
315
316
316
Args:
317
317
indexId (int)
@@ -342,7 +342,7 @@ def get_index_linked_plan_redemption_history(self, requestId: int, **kwargs):
342
342
343
343
GET /sapi/v1/lending/auto-invest/redeem/history
344
344
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
346
346
347
347
Args:
348
348
requestId (int)
@@ -373,7 +373,7 @@ def index_linked_plan_rebalance_details(self, **kwargs):
373
373
374
374
GET /sapi/v1/lending/auto-invest/rebalance/history
375
375
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
377
377
378
378
Keyword Args:
379
379
startTime (int, optional): UTC timestamp in ms
0 commit comments