كيفية ربط منصة تداول بـ 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.
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
- The المستخدم logs into their منصة account.
- Creates a new مفتاح API.
- Disables صلاحية السحب.
- Enables only the required permissions: balance reading, order reading and تداول.
- Sets an IP restriction if the منصة supports it.
- Copies the API Key and Secret Key.
- Adds the اتصال in the BackFuture AI dashboard.
- Runs a اتصال test.
- After a successful check, enables the required استراتيجية or bot.
Required API permissions
| Permission | Needed? | لماذا |
|---|---|---|
| Read | ✅ Yes | So النظام can see balances, orders, positions and حالة. |
| Trade | ✅ Yes | So the bot can open, add to and close صفقات. |
| Withdraw | ❌ No | This permission must not be given to a تداول bot. |
| Futures | ◐ If needed | Only for استراتيجيات that work with futures. |
| IP whitelist | ✅ Recommended | Restricts 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 استراتيجيات.
- MEXC Spot Main — main spot account on MEXC.
- KuCoin Futures Conservative — futures account for a conservative استراتيجية.
- Recovery PRO Connection — separate اتصال for Recovery/PRO logic.
- BTC ETH New Groups — separate اتصال for new BTC/ETH مجموعات.
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
| Error | Cause | ماذا to do |
|---|---|---|
| Invalid key | مفتاح API or secret was copied incorrectly. | Create a new key or copy the values again. |
| No تداول permission | Trade permission is disabled. | Enable تداول permission, but keep withdrawal disabled. |
| IP not allowed | IP restriction does not include the server IP. | Add the correct server IP to the منصة whitelist. |
| Exchange unavailable | The منصة API is temporarily unavailable. | Wait and run the test again. |
Security principles
- Never enable صلاحية السحب for bot مفاتيح API.
- Use separate مفاتيح API for different استراتيجيات.
- Use IP restrictions متى possible.
- Do not show API secrets in full after saving.
- Delete old keys if they are no longer used.
- Use 2FA on the منصة account.
الخلاصة
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.