Shu Wang
Shu Wang
I can't find out where is the `limit is invalid` bug. The code seems work as expected.
The limit parameter is not what you think. It is used to specify how many levels are got when initializing the order book. Besides that, one needs to continue receiving...
This error seems only thrown on python < 3.10. However, on 3.10, the threaded socket just hang there without any message processed. I believe a quick fix could be done...
Since lots of attention to this thread, it comes to me that I have to say, one can always try the coroutine way, which should be a better solution for...
5xx response codes indicate server side error, not a client one.
I believe this has been fixed, just not released yet.
There is no such API yet.
Since the error cannot be reproduced stably without specifying a longer timeout, `futures_position_information` could be considered fine. Back to other questions: It's just nobody has enough motivation to make a...
`client._request('get', 'https://fapi.binance.com/fapi/v2/positionRisk', signed=True, force_params=True, data={})` works as expected. Github issue tracking is not for programming bugs. Please try stackoverflow or binance official forum.
Since when could AI post issue automatically? :joy: I can't understand a word and unable to see how the issue related to python-binance.