Here is your step-by-step guide to retrieving your Binance API keys and connecting them to your bot.

 

### Phase 1: Retrieve API Keys from Binance

1. Log In: Go to Binance.com and log in to your account.

2. Go to API Management:

   - Click your profile icon in the top-right corner.

   - Select Account or Dashboard .

   - Look for API Management (usually on the left sidebar or under a "Settings" tab).

3. Create a New Key:

   - Click "Create API" .

   - Select "System Generated" .

   - Give it a label (e.g., Bot ).

   - Complete the security verification (email/2FA code).

4. Configure Permissions:

   - Important: Once the key is created, click "Edit Restrictions" .

   - Check "Enable Spot & Margin Trading" .

   - If you plan to trade futures, check "Enable Futures" .

   - Note: Do NOT check "Enable Withdrawals". Keep your funds safe.

5. Copy Your Keys:

   - You will see an API Key (a long string of characters).

   - You will see a Secret Key (this is shown ONLY ONCE ).

   - Copy both of these to a safe text file immediately. If you lose the Secret Key, you will have to delete the API key and create a new one.

### Phase 2: Connect the Bot

1. Launch the Bot

2. Locate Binance Controls: Scroll to the bottom of the bot's UI where the Binance section is located.

3. Enter Credentials:

   - Paste your API Key into the "Binance Key" field.

   - Paste your Secret Key into the "Binance Secret" field.

4. Select Network:

   - Real Money: Leave the "Testnet" checkbox unchecked .

   - Practice: If you are using Binance Futures Testnet keys, check the "Testnet" box.

5. Connect:

   - Click the "Connect Binance" button.

   - You should see the status change to "Binance: Connected" .

### Phase 3: Start Auto-Trading

1. Select Symbols:

   - In the "Binance Symbols" box, type the pairs you want to trade, separated by commas.

   - Example: BTCUSDT,ETHUSDT,SOLUSDT

   - Note: Use BTCUSDT (uppercase), not btcusdt .

2. Set Trade Size:

   - Enter the quantity to trade in the "Qty" box (e.g., 0.001 for BTC).

   - Warning: Ensure this amount is above the minimum trade size (usually 5-10 USDT).

3. Start:

   - Click the "Start Binance" button.

   - The bot will now begin scanning these symbols every 0.5 seconds and will execute trades based on the "Break & Retest" strategy.