اتصال آمن

كيفية ربط منصة تداول بـ BackFuture AI: مفاتيح API، الأمان، وفحص الاتصال

BackFuture AI works through an منصة اتصال via API. This means that the المستخدم’s أموال remain on the منصة account, while النظام receives only the permissions that the المستخدم explicitly grants in the مفتاح API.

Main أمان rule: an مفتاح API for a تداول bot must not have صلاحية السحب. Only the permissions that are really needed for تداول and حالة reading should be enabled.

Supported منصات

At the current stage, the المنصة is focused on working with MEXC and KuCoin. In the future, the list of اتصالات can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other منصات.

General اتصال process

  1. The المستخدم logs into their منصة account.
  2. Creates a new مفتاح API.
  3. Disables صلاحية السحب.
  4. Enables only the required permissions: balance reading, order reading and تداول.
  5. Sets an IP restriction if the منصة supports it.
  6. Copies the API Key and Secret Key.
  7. Adds the اتصال in the BackFuture AI dashboard.
  8. Runs a اتصال test.
  9. After a successful check, enables the required استراتيجية or bot.

Required API permissions

PermissionNeeded?لماذا
Read✅ YesSo النظام can see balances, orders, positions and حالة.
Trade✅ YesSo the bot can open, add to and close صفقات.
Withdraw❌ NoThis permission must not be given to a تداول bot.
Futures◐ If neededOnly for استراتيجيات that work with futures.
IP whitelist✅ RecommendedRestricts key usage to approved server IP addresses.

كيف to name a اتصال correctly

In the dashboard, it is better to use clear اتصال names. This is especially مهم if the المستخدم has several منصات, sub-accounts or استراتيجيات.

Step-by-step مثال

Step 1. Create an مفتاح API on the منصة

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

Step 2. Set permissions

For a تداول اتصال, read and صفقة permissions are usually needed. Withdrawal must be disabled. If the منصة offers separate permissions for spot and futures, enable only the سوق you really plan to use.

Step 3. Add the key to BackFuture AI

In the dashboard, the المستخدم selects an منصة, enters API Key and Secret Key, sets a اتصال name and saves it. Secrets should not be displayed in full after saving.

Step 4. Test the اتصال

النظام checks the key, permissions, balance access and the ability to receive حالة. If everything is correct, the اتصال receives an “Online” or “Connected” حالة.

Step 5. Enable a استراتيجية

After the test, the المستخدم can select pairs, مخاطر level, هامش limit, تعزيز behavior, Recovery Mode and other إعدادات.

Typical اتصال errors

ErrorCauseماذا to do
Invalid keyمفتاح API or secret was copied incorrectly.Create a new key or copy the values again.
No تداول permissionTrade permission is disabled.Enable تداول permission, but keep withdrawal disabled.
IP not allowedIP restriction does not include the server IP.Add the correct server IP to the منصة whitelist.
Exchange unavailableThe منصة API is temporarily unavailable.Wait and run the test again.

Security principles

الخلاصة

The safest model is متى أموال remain on the المستخدم’s منصة, and BackFuture AI works only through limited API permissions. This allows the المنصة to automate تداول logic without direct access to withdrawals.