A question about API withdrawal

I am a beginner and I would like to inquire about how to perform a money transfer to an external wallet or another account on Binance using the

API. If there is a tutorial for beginners, I would greatly appreciate starting from scratch until the end, and what tools can I use?

One final note: If my account is restricted from withdrawals and trading, will I be able to withdraw through the API? Thank you.

If you are familiar with Python, this simple library GitHub - binance/binance-connector-python: a simple connector to Binance Public API provide the method to withdraw method. For just a few lines, you could submit withdraw via API. If your account is restricted from withdraw, you will not be able to withdraw by API.

Thank you, are you sure about that? I can’t withdraw if i have restrictions on my account? Is there any way to avoide such thing?

  • List item

I don’t understand