def get_leverageBracket(self, symbol: str = '', recvWindow: int = ''):
'''
https://binance-docs.github.io/apidocs/futures/cn/#user_data-9
Name Type Mandatory Description
symbol str NO
recvWindow int NO
'''
return self.send_request(*self.endpoints.get_leverageBracket, **to_local(locals()))
根据官网介绍
| Name |
Type |
Mandatory |
Description |
| symbol |
STRING |
NO |
|
| recvWindow |
LONG |
NO |
|
| timestamp |
LONG |
YES |
|
缺少timestamp参数
根据官网介绍
缺少timestamp参数