@@ -13,7 +13,7 @@ def portfolio_margin_account(self, **kwargs):
1313
1414 GET /sapi/v1/portfolio/account
1515
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
1717
1818 Keyword Args:
1919 recvWindow (int, optional): The value cannot be greater than 60000
@@ -32,7 +32,7 @@ def portfolio_margin_collateral_rate(self):
3232
3333 GET /sapi/v1/portfolio/collateralRate
3434
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
3636
3737 """
3838
@@ -49,7 +49,7 @@ def portfolio_margin_bankruptcy_loan_amount(self, **kwargs):
4949
5050 GET /sapi/v1/portfolio/pmLoan
5151
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
5353
5454 Keyword Args:
5555 recvWindow (int, optional): The value cannot be greater than 60000
@@ -68,7 +68,7 @@ def portfolio_margin_bankruptcy_loan_repay(self, **kwargs):
6868
6969 POST /sapi/v1/portfolio/repay
7070
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
7272
7373 Keyword Args:
7474 recvWindow (int, optional): The value cannot be greater than 60000
@@ -89,7 +89,7 @@ def query_classic_portfolio_margin_negative_balance_interest_history(
8989
9090 GET /sapi/v1/portfolio/interest-history
9191
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
9393
9494 Args:
9595 asset (str)
@@ -136,7 +136,7 @@ def fund_auto_collection(self, **kwargs):
136136
137137 POST /sapi/v1/portfolio/auto-collection
138138
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
140140
141141 Keyword Args:
142142 recvWindow (int, optional): The value cannot be greater than 60000
@@ -155,7 +155,7 @@ def bnb_transfer(self, transferSide: str, amount: float, **kwargs):
155155
156156 POST /sapi/v1/portfolio/bnb-transfer
157157
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
159159
160160 Args:
161161 transferSide (str)
@@ -240,7 +240,7 @@ def fund_collection_by_asset(self, asset: str, **kwargs):
240240
241241 POST /sapi/v1/portfolio/asset-collection
242242
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
244244
245245 Args:
246246 asset (str)
0 commit comments