binance / binance-connector-node

A simple connector to Binance Public API
MIT License
573 stars 165 forks source link

Withdraw Questionnaire Contents #173

Open AllcodeTechnologies opened 1 month ago

AllcodeTechnologies commented 1 month ago

Before submitting a new issue, please check if a similar issue has already been filed.

Issue subject

https://developers.binance.com/docs/wallet/travel-rule/withdraw-questionnaire

Expected behaviour

Binance has recently added Travel Rule for Withdrawal Api, after this recent update in BINANCE this package has stopped working as there is no way to add the questionnaire

Actual behaviour

The Expected behaviour can be found here https://developers.binance.com/docs/wallet/travel-rule/withdraw-questionnaire

Steps to reproduce

https://developers.binance.com/docs/wallet/travel-rule/withdraw-questionnaire

Environment

Provide any relevant information about your setup, such as: https://developers.binance.com/docs/wallet/travel-rule/withdraw-questionnaire

AllcodeTechnologies commented 1 month ago

Currently The Api Response that we get after using this npm package is { "status": false, "msg": "Please note that withdrawals through SAPI are not permitted. To facilitate the withdrawal process, please use the official Binance website or mobile application.", "code": -4104 }

alplabin commented 1 month ago

Hey, Thank you for noticing an issue on the connector. However, the issue you are referring to isn't entirely clear, as you've only shared part of the documentation without specifying which endpoints or methods of the connector aren't working. Could you provide an example to help us reproduce the error?