@@ -13,7 +13,7 @@ def portfolio_margin_account(self, **kwargs):
13
13
14
14
GET /sapi/v1/portfolio/account
15
15
16
- https://binance-docs.github.io/apidocs/spot/en/#get-classic- portfolio-margin-account-info-user_data
16
+ https://binance-docs.github.io/apidocs/spot/en/#get-portfolio-margin-pro -account-info-user_data
17
17
18
18
Keyword Args:
19
19
recvWindow (int, optional): The value cannot be greater than 60000
@@ -32,7 +32,7 @@ def portfolio_margin_collateral_rate(self):
32
32
33
33
GET /sapi/v1/portfolio/collateralRate
34
34
35
- https://binance-docs.github.io/apidocs/spot/en/#portfolio-margin-collateral-rate-market_data
35
+ https://binance-docs.github.io/apidocs/spot/en/#portfolio-margin-pro- collateral-rate-market_data
36
36
37
37
"""
38
38
@@ -49,7 +49,7 @@ def portfolio_margin_bankruptcy_loan_amount(self, **kwargs):
49
49
50
50
GET /sapi/v1/portfolio/pmLoan
51
51
52
- https://binance-docs.github.io/apidocs/spot/en/#classic -portfolio-margin-collateral-rate-market_data
52
+ https://binance-docs.github.io/apidocs/spot/en/#query -portfolio-margin-pro-bankruptcy-loan-amount-user_data
53
53
54
54
Keyword Args:
55
55
recvWindow (int, optional): The value cannot be greater than 60000
@@ -68,7 +68,7 @@ def portfolio_margin_bankruptcy_loan_repay(self, **kwargs):
68
68
69
69
POST /sapi/v1/portfolio/repay
70
70
71
- https://binance-docs.github.io/apidocs/spot/en/#portfolio-margin-bankruptcy-loan-repay-user_data
71
+ https://binance-docs.github.io/apidocs/spot/en/#portfolio-margin-pro- bankruptcy-loan-repay
72
72
73
73
Keyword Args:
74
74
recvWindow (int, optional): The value cannot be greater than 60000
@@ -89,7 +89,7 @@ def query_classic_portfolio_margin_negative_balance_interest_history(
89
89
90
90
GET /sapi/v1/portfolio/interest-history
91
91
92
- https://binance-docs.github.io/apidocs/spot/en/#query-classic- portfolio-margin-negative-balance-interest-history-user_data
92
+ https://binance-docs.github.io/apidocs/spot/en/#query-portfolio-margin-pro -negative-balance-interest-history-user_data
93
93
94
94
Args:
95
95
asset (str)
@@ -136,7 +136,7 @@ def fund_auto_collection(self, **kwargs):
136
136
137
137
POST /sapi/v1/portfolio/auto-collection
138
138
139
- https://binance-docs.github.io/apidocs/spot/en/#fund-auto-collection-usdr_data
139
+ https://binance-docs.github.io/apidocs/spot/en/#fund-auto-collection-user_data
140
140
141
141
Keyword Args:
142
142
recvWindow (int, optional): The value cannot be greater than 60000
@@ -155,7 +155,7 @@ def bnb_transfer(self, transferSide: str, amount: float, **kwargs):
155
155
156
156
POST /sapi/v1/portfolio/bnb-transfer
157
157
158
- https://binance-docs.github.io/apidocs/spot/en/#bnb-transfer-usdr_data
158
+ https://binance-docs.github.io/apidocs/spot/en/#bnb-transfer-user_data
159
159
160
160
Args:
161
161
transferSide (str)
@@ -240,7 +240,7 @@ def fund_collection_by_asset(self, asset: str, **kwargs):
240
240
241
241
POST /sapi/v1/portfolio/asset-collection
242
242
243
- https://binance-docs.github.io/apidocs/spot/en/#fund-collection-by-asset-usdr_data
243
+ https://binance-docs.github.io/apidocs/spot/en/#fund-collection-by-asset-user_data
244
244
245
245
Args:
246
246
asset (str)
0 commit comments