We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3473a commit 870ae2dCopy full SHA for 870ae2d
1 file changed
binance/client.py
@@ -3177,7 +3177,7 @@ def margin_stream_close(self, listenKey):
3177
# Lending Endpoints
3178
3179
def get_lending_product_list(self, **params):
3180
- """Query Sub-account List.
+ """Get Lending Product List
3181
3182
https://binance-docs.github.io/apidocs/spot/en/#get-flexible-product-list-user_data
3183
@@ -3302,7 +3302,6 @@ def get_sub_account_list(self, **params):
3302
]
3303
}
3304
3305
-
3306
:raises: BinanceRequestException, BinanceAPIException
3307
3308
"""
0 commit comments