How do I get API keys from sub-accounts through the main account API

Good day! Please tell me the following problem:

  • I plan to create sub-accounts for users. How do I get API keys from these accounts through the main account API, as well as how to set trading permissions for these keys.
    In the documentation, I found only methods for creating a sub-account.

  • If this is not possible, can I manage sub account orders using the main account API? And transferring coins to wallets?

  • One more point that is not clear to me: Sending a string from email to this address will receive a request to confirm the creation? And how can I automatically create a virtual mail address from the main account?

  1. it’s possible to create a sub account by master account via API.
  2. You can not set permissions of sub account api via API
  3. You can not place orders on sub account by master account via API.
  4. You can transfer funds to sub account by master account via API.
  5. You can get response when the request of creating virtual account is accomplished. Also you can query API to get sub account list.

All sub account related endpoints are available from here: Binance API Documentation

Hi @dino
I have a question when the master account creates a subaccount for the user if the subaccount wants to take trade then BTC/USDT then from mthe aster account will it take the trade?