Sichere Verbindung

Wie man eine Börse mit BackFuture AI verbindet: API-Schlüssel, Sicherheit und Verbindungsprüfung

BackFuture AI works through an Börse Verbindung via API. This means that the Nutzer’s Gelder remain on the Börse account, while das System receives only the permissions that the Nutzer explicitly grants in the API-Schlüssel.

Main Sicherheit rule: an API-Schlüssel for a Trading bot must not have Auszahlungsberechtigung. Only the permissions that are really needed for Trading and Status reading should be enabled.

Supported Börsen

At the current stage, the Plattform is focused on working with MEXC and KuCoin. In the future, the list of Verbindungen can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other Börsen.

General Verbindung process

  1. The Nutzer logs into their Börse account.
  2. Creates a new API-Schlüssel.
  3. Disables Auszahlungsberechtigung.
  4. Enables only the required permissions: balance reading, order reading and Trading.
  5. Sets an IP restriction if the Börse supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the Verbindung in the BackFuture AI dashboard.
  8. Runs a Verbindung test.
  9. After a successful check, enables the required Strategie or bot.

Required API permissions

PermissionNeeded?Warum
Read✅ YesSo das System can see balances, orders, positions and Status.
Trade✅ YesSo the bot can open, add to and close Trades.
Withdraw❌ NoThis permission must not be given to a Trading bot.
Futures◐ If neededOnly for Strategien that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Wie to name a Verbindung correctly

In the dashboard, it is better to use clear Verbindung names. This is especially wichtig if the Nutzer has several Börsen, sub-accounts or Strategien.

Step-by-step Beispiel

Step 1. Create an API-Schlüssel on the Börse

In the Börse account, open API Management or API Keys. Usually the Börse asks for a key name and confirms the action through email, phone or 2FA.

Step 2. Set permissions

For a Trading Verbindung, read and Trade permissions are usually needed. Withdrawal must be disabled. If the Börse offers separate permissions for spot and futures, enable only the Markt you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the Nutzer selects an Börse, enters API Key and Secret Key, sets a Verbindung name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the Verbindung

Das System checks the key, permissions, balance access and the ability to receive Status. If everything is correct, the Verbindung receives an “Online” or “Connected” Status.

Step 5. Enable a Strategie

After the test, the Nutzer can select pairs, Risiko level, Margin limit, Nachkauf behavior, Recovery Mode and other Einstellungen.

Typical Verbindung errors

ErrorCauseWas to do
Invalid keyAPI-Schlüssel or secret was copied incorrectly.Create a new key or copy the values again.
No Trading permissionTrade permission is disabled.Enable Trading permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the Börse whitelist.
Exchange unavailableThe Börse API is temporarily unavailable.Wait and run the test again.

Security principles

Fazit

The safest model is wann Gelder remain on the Nutzer’s Börse, and BackFuture AI works only through limited API permissions. This allows the Plattform to automate Trading logic without direct access to withdrawals.