Bezpečné pripojenie

Ako pripojiť burzu k BackFuture AI: API kľúče, bezpečnosť a kontrola pripojenia

BackFuture AI works through an burza pripojenie via API. This means that the používateľ’s prostriedky remain on the burza account, while systém receives only the permissions that the používateľ explicitly grants in the API kľúč.

Main bezpečnosť rule: an API kľúč for a obchodovanie bot must not have oprávnenie na výber. Only the permissions that are really needed for obchodovanie and stav reading should be enabled.

Supported burzy

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

General pripojenie process

  1. The používateľ logs into their burza account.
  2. Creates a new API kľúč.
  3. Disables oprávnenie na výber.
  4. Enables only the required permissions: balance reading, order reading and obchodovanie.
  5. Sets an IP restriction if the burza supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the pripojenie in the BackFuture AI dashboard.
  8. Runs a pripojenie test.
  9. After a successful check, enables the required stratégia or bot.

Required API permissions

PermissionNeeded?Prečo
Read✅ YesSo systém can see balances, orders, positions and stav.
Trade✅ YesSo the bot can open, add to and close obchody.
Withdraw❌ NoThis permission must not be given to a obchodovanie bot.
Futures◐ If neededOnly for stratégie that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Ako to name a pripojenie correctly

In the dashboard, it is better to use clear pripojenie names. This is especially dôležité if the používateľ has several burzy, sub-accounts or stratégie.

Step-by-step príklad

Step 1. Create an API kľúč on the burza

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

Step 2. Set permissions

For a obchodovanie pripojenie, read and obchod permissions are usually needed. Withdrawal must be disabled. If the burza offers separate permissions for spot and futures, enable only the trh you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the používateľ selects an burza, enters API Key and Secret Key, sets a pripojenie name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the pripojenie

Systém checks the key, permissions, balance access and the ability to receive stav. If everything is correct, the pripojenie receives an “Online” or “Connected” stav.

Step 5. Enable a stratégia

After the test, the používateľ can select pairs, riziko level, marža limit, prikúpenie behavior, Recovery Mode and other nastavenia.

Typical pripojenie errors

ErrorCauseČo to do
Invalid keyAPI kľúč or secret was copied incorrectly.Create a new key or copy the values again.
No obchodovanie permissionTrade permission is disabled.Enable obchodovanie permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the burza whitelist.
Exchange unavailableThe burza API is temporarily unavailable.Wait and run the test again.

Security principles

Záver

The safest model is kedy prostriedky remain on the používateľ’s burza, and BackFuture AI works only through limited API permissions. This allows the platforma to automate obchodovanie logic without direct access to withdrawals.