Sigurna veza

Kako povezati burzu s BackFuture AI: API ključevi, sigurnost i provjera veze

BackFuture AI works through an burza veza via API. This means that the korisnik’s sredstva remain on the burza account, while sustav receives only the permissions that the korisnik explicitly grants in the API ključ.

Main sigurnost rule: an API ključ for a trgovanje bot must not have dozvola za povlačenje. Only the permissions that are really needed for trgovanje and status reading should be enabled.

Supported burze

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

General veza process

  1. The korisnik logs into their burza account.
  2. Creates a new API ključ.
  3. Disables dozvola za povlačenje.
  4. Enables only the required permissions: balance reading, order reading and trgovanje.
  5. Sets an IP restriction if the burza supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the veza in the BackFuture AI dashboard.
  8. Runs a veza test.
  9. After a successful check, enables the required strategija or bot.

Required API permissions

PermissionNeeded?Zašto
Read✅ YesSo sustav can see balances, orders, positions and status.
Trade✅ YesSo the bot can open, add to and close trgovine.
Withdraw❌ NoThis permission must not be given to a trgovanje bot.
Futures◐ If neededOnly for strategije that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Kako to name a veza correctly

In the dashboard, it is better to use clear veza names. This is especially važno if the korisnik has several burze, sub-accounts or strategije.

Step-by-step primjer

Step 1. Create an API ključ 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 trgovanje veza, read and trgovina permissions are usually needed. Withdrawal must be disabled. If the burza offers separate permissions for spot and futures, enable only the tržište you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the korisnik selects an burza, enters API Key and Secret Key, sets a veza name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the veza

Sustav checks the key, permissions, balance access and the ability to receive status. If everything is correct, the veza receives an “Online” or “Connected” status.

Step 5. Enable a strategija

After the test, the korisnik can select pairs, rizik level, margina limit, dodatna kupnja behavior, Recovery Mode and other postavke.

Typical veza errors

ErrorCauseŠto to do
Invalid keyAPI ključ or secret was copied incorrectly.Create a new key or copy the values again.
No trgovanje permissionTrade permission is disabled.Enable trgovanje 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

Zaključak

The safest model is kada sredstva remain on the korisnik’s burza, and BackFuture AI works only through limited API permissions. This allows the platforma to automate trgovanje logic without direct access to withdrawals.