Binance Sub-Account Guide
Multi-Account Management
Updated: March 2026 | Reading time: ~8 minutes
Managing multiple trading strategies, team members, or client portfolios from a single Binance account can quickly become chaotic. Binance sub-accounts solve this problem by letting you create separate, isolated trading environments under one master account. Whether you are a professional trader running parallel strategies, a fund manager overseeing multiple portfolios, or an institution requiring strict access controls, the sub-account system gives you the structure and flexibility you need.
In this comprehensive guide, we cover everything from the basics of what sub-accounts are to advanced topics like API key management, permission configuration, and fund transfer workflows. By the end, you will have a clear roadmap for setting up and managing Binance sub-accounts effectively.
1. What Are Binance Sub-Accounts?
A Binance sub-account is a secondary account that operates under the umbrella of your primary (master) account. Each sub-account has its own separate balances, order history, and trading records, but it is ultimately controlled and managed by the master account holder.
Think of it like a corporate structure: the master account is the parent company, and each sub-account is a subsidiary. The parent retains oversight and control while each subsidiary operates with a degree of independence.
Key Characteristics
- Isolated balances: Each sub-account maintains its own wallet. Gains or losses in one sub-account do not affect others.
- Shared KYC status: Sub-accounts inherit the identity verification level of the master account, so there is no need for additional KYC processes.
- Centralized control: The master account can view balances, restrict permissions, freeze or delete sub-accounts, and manage API keys for each one.
- Separate login credentials: Each sub-account can have its own email, password, and two-factor authentication (2FA) setup, enabling secure access for team members.
2. Use Cases for Sub-Accounts
Sub-accounts are not just for large institutions. Here are some of the most common scenarios where they add significant value:
Strategy Isolation
Professional traders often run multiple strategies simultaneously, such as grid trading, trend-following, and arbitrage. By assigning each strategy to a separate sub-account, you can accurately track the performance of each strategy without the confusion of mixed order histories and combined balances. This isolation also protects your capital: a losing strategy in one sub-account cannot drain the funds allocated to another.
Team and Employee Access
If you manage a trading team, you can give each team member their own sub-account with specific permissions. For example, a junior trader might receive permission to trade spot markets only, while a senior trader gets access to futures and margin trading. The master account retains full oversight, and you can revoke access at any time.
Fund Management and Client Portfolios
Asset managers and fund operators can use sub-accounts to keep client assets separate and transparent. Each client or fund gets its own sub-account, making reporting, auditing, and compliance straightforward. Internal transfers between sub-accounts are instant and free, which simplifies capital allocation.
Bot and API Segregation
If you use automated trading bots, assigning each bot to a dedicated sub-account with its own API keys reduces security risk. A compromised API key for one bot only affects the funds in that specific sub-account, not your entire portfolio.
Testing and Development
Developers building applications on top of the Binance API can use sub-accounts as sandboxed environments. Test new features with small amounts of real capital in an isolated sub-account before deploying to your main trading account.
3. Requirements and Eligibility
Before you can create sub-accounts, your master account must meet certain criteria:
- KYC verification: Your master account must have completed at least intermediate identity verification (KYC Level 2).
- Account standing: The master account must be in good standing with no active restrictions or suspensions.
- Two-factor authentication: 2FA must be enabled on the master account for security purposes.
- Sub-account quota: Standard accounts can create up to 20 sub-accounts. VIP and institutional accounts can request higher limits through Binance support.
Note: Sub-account functionality is available on both the Binance web platform and the mobile app. However, the web interface provides more granular control and is recommended for initial setup and configuration.
4. How to Create a Sub-Account (Step by Step)
- Log in to your Binance master account on the web platform at binance.com.
- Navigate to Account → Sub-Account from the top navigation bar. If this is your first time, you may need to agree to the sub-account terms of service.
- Click "Create Sub-Account" and choose the account type. You can create either an email-linked sub-account (for team member access) or a virtual sub-account (managed entirely through the master account).
- Enter the required details: a unique email address for the sub-account (for email-linked accounts) or a label/tag for virtual accounts. Set an initial password if applicable.
- Complete the security verification (2FA code from your authenticator app or SMS).
- The sub-account is now active. You can proceed to configure permissions, transfer funds, and generate API keys.
5. Configuring Permissions
One of the most powerful features of sub-accounts is granular permission control. The master account can enable or disable specific capabilities for each sub-account:
Trading Permissions
- Spot trading: Enable or disable the ability to trade on spot markets.
- Margin trading: Control access to margin borrowing and leveraged spot trading.
- Futures trading: Grant or restrict access to USDM and COINM futures contracts.
- Options trading: Allow the sub-account to trade Binance options.
Withdrawal Permissions
By default, sub-accounts cannot withdraw funds externally. The master account must explicitly enable withdrawal permissions. Even when enabled, you can set whitelist-only withdrawals, restricting destinations to pre-approved wallet addresses. This is a critical security measure for institutional setups.
Deposit Permissions
Sub-accounts can generate their own deposit addresses by default. Funds deposited to a sub-account address go directly to that sub-account's wallet, making it easy to onboard capital for specific strategies or team members.
Best practice: Follow the principle of least privilege. Only grant the permissions each sub-account actually needs. Disable withdrawals unless absolutely necessary, and always use address whitelists when withdrawals are enabled.
6. Fund Transfers Between Accounts
Moving assets between your master account and sub-accounts is one of the most frequent operations you will perform. Here is how it works:
Internal Transfers
- Transfers between the master account and any sub-account are instant and free.
- Transfers between two sub-accounts are also supported (routed through the master account).
- You can transfer any supported asset, including USDT, BTC, ETH, BNB, and hundreds of other tokens.
- There is no minimum or maximum transfer amount for internal transfers.
How to Transfer Funds
- Go to Sub-Account → Transfer on the Binance web platform.
- Select the source account (master or a specific sub-account) and the destination account.
- Choose the asset type and enter the amount.
- Confirm the transfer. It will be processed immediately.
Automated Transfers via API
For programmatic workflows, you can use the Binance API endpoint POST /sapi/v1/sub-account/transfer to automate fund movements. This is particularly useful for rebalancing strategies that need to redistribute capital across sub-accounts at regular intervals.
7. Trading on Sub-Accounts
Once funds are in a sub-account and the appropriate permissions are enabled, trading works exactly like it does on a regular Binance account. Here are some important details:
- Fee tier: Sub-accounts can inherit the VIP fee tier of the master account. This means if your master account is VIP 3, all sub-accounts can benefit from the same reduced trading fees.
- Order types: All standard order types (limit, market, stop-limit, OCO, trailing stop) are available on sub-accounts.
- Position tracking: Each sub-account maintains independent position and order history, making performance analysis clean and straightforward.
- Risk management: Set leverage limits, position size caps, and other risk parameters independently for each sub-account.
8. API Key Management for Sub-Accounts
API keys are the backbone of automated trading and integration. Binance provides robust API management for sub-accounts:
Creating API Keys
- Navigate to Sub-Account → API Management.
- Select the sub-account for which you want to create an API key.
- Click "Create API Key" and label it descriptively (e.g., "GridBot-BTCUSDT" or "Reporting-ReadOnly").
- Configure the API key permissions: Read-only, Trading, Withdrawals, or a combination.
- Optionally, restrict the key to specific IP addresses for added security.
- Save the API key and secret. The secret is only shown once, so store it securely.
Security Best Practices
- IP whitelisting: Always restrict API keys to known IP addresses in production environments.
- Minimal permissions: A reporting key should be read-only; a trading bot key should not have withdrawal permissions.
- Key rotation: Periodically delete old API keys and generate new ones, especially after team member changes.
- Rate limits: Be aware that each API key is subject to Binance's rate limits. Distributing API calls across multiple sub-account keys can help avoid throttling.
9. Sub-Account vs. Main Account: Key Differences
| Feature |
Main (Master) Account |
Sub-Account |
| KYC verification |
Required (own identity) |
Inherited from master |
| Withdrawal |
Always enabled |
Disabled by default; master controls |
| Fee tier |
Based on 30-day volume |
Can inherit master's VIP tier |
| Deposit address |
Own addresses |
Own addresses (independent) |
| Account management |
Self-managed |
Controlled by master |
| API keys |
Self-managed |
Master can create/delete/view |
| Internal transfers |
Can transfer to/from all sub-accounts |
Can only transfer to master (unless enabled) |
| Launchpad participation |
Eligible |
Not eligible |
Important: Sub-accounts are not fully independent Binance accounts. They cannot participate in certain platform promotions like Launchpad, Launchpool, or certain staking programs. Plan accordingly if these features are important to your workflow.
Ready to streamline your trading? Create your Binance account today and set up sub-accounts to organize your strategies, manage team access, and improve your risk controls.
Frequently Asked Questions (FAQ)
Q1: How many sub-accounts can I create on Binance?
Standard verified accounts can create up to 20 sub-accounts. If you are a VIP user or institutional client, you can request a higher quota by contacting Binance support. The exact limit depends on your VIP level and account history.
Q2: Do Binance sub-accounts require separate KYC verification?
No. Sub-accounts inherit the KYC verification status of the master account. Once your main account is verified, all sub-accounts created under it are automatically verified at the same level. This makes onboarding new sub-accounts fast and frictionless.
Q3: Can I transfer funds between sub-accounts instantly?
Yes. Internal transfers between the master account and sub-accounts, or between sub-accounts, are processed instantly and carry zero fees. There is no minimum transfer amount, and you can move any supported asset. This makes sub-accounts ideal for capital rebalancing across strategies.
Q4: Is there a fee for using Binance sub-accounts?
There is no additional fee for creating or maintaining sub-accounts. Trading fees on sub-accounts follow the same VIP tier structure as the master account. Internal transfers between accounts are completely free. The only costs you incur are standard trading and withdrawal fees.
Q5: What happens if I delete a sub-account?
Before deleting a sub-account, you must transfer all remaining funds back to the master account or another sub-account. Once deleted, the sub-account's trading history is archived but the account itself cannot be recovered. Always ensure all open positions are closed and all pending orders are cancelled before deletion.