TA2018b

Results 4 comments of 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. ![image](https://github.com/sammchardy/python-binance/assets/37797650/ecc2ffe4-53fd-4a01-b625-3c5ec681be3b) 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?