Ασφαλής σύνδεση

Πώς να συνδέσετε exchange στο BackFuture AI: API keys, ασφάλεια και έλεγχος σύνδεσης

BackFuture AI works through an exchange σύνδεση via API. This means that the χρήστης’s κεφάλαια remain on the exchange account, while το σύστημα receives only the permissions that the χρήστης explicitly grants in the API key.

Main ασφάλεια rule: an API key for a trading bot must not have δικαίωμα ανάληψης. Only the permissions that are really needed for trading and κατάσταση reading should be enabled.

Supported exchanges

At the current stage, the πλατφόρμα is focused on working with MEXC and KuCoin. In the future, the list of συνδέσεις can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other exchanges.

General σύνδεση process

  1. The χρήστης logs into their exchange account.
  2. Creates a new API key.
  3. Disables δικαίωμα ανάληψης.
  4. Enables only the required permissions: balance reading, order reading and trading.
  5. Sets an IP restriction if the exchange supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the σύνδεση in the BackFuture AI dashboard.
  8. Runs a σύνδεση test.
  9. After a successful check, enables the required στρατηγική or bot.

Required API permissions

PermissionNeeded?Γιατί
Read✅ YesSo το σύστημα can see balances, orders, positions and κατάσταση.
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 στρατηγικές that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Πώς to name a σύνδεση correctly

In the dashboard, it is better to use clear σύνδεση names. This is especially σημαντικό if the χρήστης has several exchanges, sub-accounts or στρατηγικές.

Step-by-step παράδειγμα

Step 1. Create an API key on the exchange

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

Step 2. Set permissions

For a trading σύνδεση, read and trade permissions are usually needed. Withdrawal must be disabled. If the exchange offers separate permissions for spot and futures, enable only the αγορά you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the χρήστης selects an exchange, enters API Key and Secret Key, sets a σύνδεση name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the σύνδεση

Το σύστημα checks the key, permissions, balance access and the ability to receive κατάσταση. If everything is correct, the σύνδεση receives an “Online” or “Connected” κατάσταση.

Step 5. Enable a στρατηγική

After the test, the χρήστης can select pairs, ρίσκο level, margin limit, ενίσχυση behavior, Recovery Mode and other ρυθμίσεις.

Typical σύνδεση errors

ErrorCauseΤι to do
Invalid keyAPI key 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 exchange whitelist.
Exchange unavailableThe exchange API is temporarily unavailable.Wait and run the test again.

Security principles

Συμπέρασμα

The safest model is πότε κεφάλαια remain on the χρήστης’s exchange, and BackFuture AI works only through limited API permissions. This allows the πλατφόρμα to automate trading logic without direct access to withdrawals.