Turvaline ühendus

Kuidas ühendada börs BackFuture AI-ga: API võtmed, turvalisus ja ühenduse kontroll

BackFuture AI works through an börs ühendus via API. This means that the kasutaja’s vahendid remain on the börs account, while süsteem receives only the permissions that the kasutaja explicitly grants in the API võti.

Main turvalisus rule: an API võti for a kauplemine bot must not have väljavõtmise õigus. Only the permissions that are really needed for kauplemine and staatus reading should be enabled.

Supported börsid

At the current stage, the platvorm is focused on working with MEXC and KuCoin. In the future, the list of ühendused can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other börsid.

General ühendus process

  1. The kasutaja logs into their börs account.
  2. Creates a new API võti.
  3. Disables väljavõtmise õigus.
  4. Enables only the required permissions: balance reading, order reading and kauplemine.
  5. Sets an IP restriction if the börs supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the ühendus in the BackFuture AI dashboard.
  8. Runs a ühendus test.
  9. After a successful check, enables the required strateegia or bot.

Required API permissions

PermissionNeeded?Miks
Read✅ YesSo süsteem can see balances, orders, positions and staatus.
Trade✅ YesSo the bot can open, add to and close tehingud.
Withdraw❌ NoThis permission must not be given to a kauplemine bot.
Futures◐ If neededOnly for strateegiad that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Kuidas to name a ühendus correctly

In the dashboard, it is better to use clear ühendus names. This is especially oluline if the kasutaja has several börsid, sub-accounts or strateegiad.

Step-by-step näide

Step 1. Create an API võti on the börs

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

Step 2. Set permissions

For a kauplemine ühendus, read and tehing permissions are usually needed. Withdrawal must be disabled. If the börs offers separate permissions for spot and futures, enable only the turg you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the kasutaja selects an börs, enters API Key and Secret Key, sets a ühendus name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the ühendus

Süsteem checks the key, permissions, balance access and the ability to receive staatus. If everything is correct, the ühendus receives an “Online” or “Connected” staatus.

Step 5. Enable a strateegia

After the test, the kasutaja can select pairs, risk level, marginaal limit, lisaost behavior, Recovery Mode and other seaded.

Typical ühendus errors

ErrorCauseMis to do
Invalid keyAPI võti or secret was copied incorrectly.Create a new key or copy the values again.
No kauplemine permissionTrade permission is disabled.Enable kauplemine permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the börs whitelist.
Exchange unavailableThe börs API is temporarily unavailable.Wait and run the test again.

Security principles

Kokkuvõte

The safest model is millal vahendid remain on the kasutaja’s börs, and BackFuture AI works only through limited API permissions. This allows the platvorm to automate kauplemine logic without direct access to withdrawals.