Turvallinen yhteys

Miten pörssi yhdistetään BackFuture AI:hin: API-avaimet, turvallisuus ja yhteyden tarkistus

BackFuture AI works through an pörssi yhteys via API. This means that the käyttäjä’s varat remain on the pörssi account, while järjestelmä receives only the permissions that the käyttäjä explicitly grants in the API-avain.

Main turvallisuus rule: an API-avain for a kaupankäynti bot must not have nosto-oikeus. Only the permissions that are really needed for kaupankäynti and tila reading should be enabled.

Supported pörssit

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

General yhteys process

  1. The käyttäjä logs into their pörssi account.
  2. Creates a new API-avain.
  3. Disables nosto-oikeus.
  4. Enables only the required permissions: balance reading, order reading and kaupankäynti.
  5. Sets an IP restriction if the pörssi supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the yhteys in the BackFuture AI dashboard.
  8. Runs a yhteys test.
  9. After a successful check, enables the required strategia or bot.

Required API permissions

PermissionNeeded?Miksi
Read✅ YesSo järjestelmä can see balances, orders, positions and tila.
Trade✅ YesSo the bot can open, add to and close kaupat.
Withdraw❌ NoThis permission must not be given to a kaupankäynti bot.
Futures◐ If neededOnly for strategiat that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

Miten to name a yhteys correctly

In the dashboard, it is better to use clear yhteys names. This is especially tärkeä if the käyttäjä has several pörssit, sub-accounts or strategiat.

Step-by-step esimerkki

Step 1. Create an API-avain on the pörssi

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

Step 2. Set permissions

For a kaupankäynti yhteys, read and kauppa permissions are usually needed. Withdrawal must be disabled. If the pörssi offers separate permissions for spot and futures, enable only the markkina you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the käyttäjä selects an pörssi, enters API Key and Secret Key, sets a yhteys name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the yhteys

Järjestelmä checks the key, permissions, balance access and the ability to receive tila. If everything is correct, the yhteys receives an “Online” or “Connected” tila.

Step 5. Enable a strategia

After the test, the käyttäjä can select pairs, riski level, marginaali limit, lisäosto behavior, Recovery Mode and other asetukset.

Typical yhteys errors

ErrorCauseMitä to do
Invalid keyAPI-avain or secret was copied incorrectly.Create a new key or copy the values again.
No kaupankäynti permissionTrade permission is disabled.Enable kaupankäynti permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the pörssi whitelist.
Exchange unavailableThe pörssi API is temporarily unavailable.Wait and run the test again.

Security principles

Yhteenveto

The safest model is milloin varat remain on the käyttäjä’s pörssi, and BackFuture AI works only through limited API permissions. This allows the alusta to automate kaupankäynti logic without direct access to withdrawals.