Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

杠杆分层标准缺少必要参数 #8

Open
river7816 opened this issue Dec 16, 2023 · 5 comments
Open

杠杆分层标准缺少必要参数 #8

river7816 opened this issue Dec 16, 2023 · 5 comments

Comments

@river7816
Copy link

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参数

@pyted
Copy link
Owner

pyted commented Dec 19, 2023

马上要更新新的Binance底层了,这几天就会上线。

@river7816
Copy link
Author

马上要更新新的Binance底层了,这几天就会上线。

好耶!!!!!

@river7816
Copy link
Author

马上要更新新的Binance底层了,这几天就会上线。

大佬,请问上线了吗

@pyted
Copy link
Owner

pyted commented Jan 26, 2024

@pyted
Copy link
Owner

pyted commented Jan 26, 2024

抱歉久等了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants