Biztonságos kapcsolat

Hogyan csatlakoztasson tőzsdét a BackFuture AI-hoz: API kulcsok, biztonság és kapcsolatellenőrzés

BackFuture AI works through an tőzsde kapcsolat via API. This means that the felhasználó’s pénzeszközök remain on the tőzsde account, while a rendszer receives only the permissions that the felhasználó explicitly grants in the API kulcs.

Main biztonság rule: an API kulcs for a kereskedés bot must not have kifizetési jogosultság. Only the permissions that are really needed for kereskedés and állapot reading should be enabled.

Supported tőzsdék

At the current stage, the platform is focused on working with MEXC and KuCoin. In the future, the list of kapcsolatok can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other tőzsdék.

General kapcsolat process

  1. The felhasználó logs into their tőzsde account.
  2. Creates a new API kulcs.
  3. Disables kifizetési jogosultság.
  4. Enables only the required permissions: balance reading, order reading and kereskedés.
  5. Sets an IP restriction if the tőzsde supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the kapcsolat in the BackFuture AI dashboard.
  8. Runs a kapcsolat test.
  9. After a successful check, enables the required stratégia or bot.

Required API permissions

PermissionNeeded?Miért
Read✅ YesSo a rendszer can see balances, orders, positions and állapot.
Trade✅ YesSo the bot can open, add to and close ügyletek.
Withdraw❌ NoThis permission must not be given to a kereskedés bot.
Futures◐ If neededOnly for stratégiák that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Hogyan to name a kapcsolat correctly

In the dashboard, it is better to use clear kapcsolat names. This is especially fontos if the felhasználó has several tőzsdék, sub-accounts or stratégiák.

Step-by-step példa

Step 1. Create an API kulcs on the tőzsde

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

Step 2. Set permissions

For a kereskedés kapcsolat, read and ügylet permissions are usually needed. Withdrawal must be disabled. If the tőzsde offers separate permissions for spot and futures, enable only the piac you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the felhasználó selects an tőzsde, enters API Key and Secret Key, sets a kapcsolat name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the kapcsolat

A rendszer checks the key, permissions, balance access and the ability to receive állapot. If everything is correct, the kapcsolat receives an “Online” or “Connected” állapot.

Step 5. Enable a stratégia

After the test, the felhasználó can select pairs, kockázat level, margin limit, hozzáadás behavior, Recovery Mode and other beállítások.

Typical kapcsolat errors

ErrorCauseMi to do
Invalid keyAPI kulcs or secret was copied incorrectly.Create a new key or copy the values again.
No kereskedés permissionTrade permission is disabled.Enable kereskedés permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the tőzsde whitelist.
Exchange unavailableThe tőzsde API is temporarily unavailable.Wait and run the test again.

Security principles

Következtetés

The safest model is mikor pénzeszközök remain on the felhasználó’s tőzsde, and BackFuture AI works only through limited API permissions. This allows the platform to automate kereskedés logic without direct access to withdrawals.