TA2018b
TA2018b
My not-fixed-fix↓ You don't have to rewrite client. Just using bare _request function works. https://github.com/sammchardy/python-binance/issues/1345#issuecomment-1669613187
Some v1 futures private endpoints are being deprecated.  Looks like new pull request is already made to upgrade the endpoint to v2. Let's wait a bit for update. https://github.com/sammchardy/python-binance/pull/1342
You can quickly access V2 API by using bare _request function with v2 url pointed. See below asynchronous positionRisk & account endpoint examples. _**positionRisk** endpoint_ ``` client = await AsyncClient.create(api_key="yourapikey",...
I faced same issue. Simple client.search_tweet() request resulted in following error: Forbidden: status: 403, message: "" Change in X's security measure?