Πώς να συνδέσετε exchange στο BackFuture AI: API keys, ασφάλεια και έλεγχος σύνδεσης
BackFuture AI works through an exchange σύνδεση via API. This means that the χρήστης’s κεφάλαια remain on the exchange account, while το σύστημα receives only the permissions that the χρήστης explicitly grants in the API key.
Supported exchanges
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 exchanges.
General σύνδεση process
- The χρήστης logs into their exchange account.
- Creates a new API key.
- Disables δικαίωμα ανάληψης.
- Enables only the required permissions: balance reading, order reading and trading.
- Sets an IP restriction if the exchange 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 trades. |
| Withdraw | ❌ No | This permission must not be given to a trading 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 exchanges, 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 key on the exchange
In the exchange account, open API Management or API Keys. Usually the exchange asks for a key name and confirms the action through email, phone or 2FA.
Step 2. Set permissions
For a trading σύνδεση, read and trade permissions are usually needed. Withdrawal must be disabled. If the exchange 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 exchange, 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, margin limit, ενίσχυση behavior, Recovery Mode and other ρυθμίσεις.
Typical σύνδεση errors
| Error | Cause | Τι to do |
|---|---|---|
| Invalid key | API key or secret was copied incorrectly. | Create a new key or copy the values again. |
| No trading permission | Trade permission is disabled. | Enable trading permission, but keep withdrawal disabled. |
| IP not allowed | IP restriction does not include the server IP. | Add the correct server IP to the exchange whitelist. |
| Exchange unavailable | The exchange API is temporarily unavailable. | Wait and run the test again. |
Security principles
- Never enable δικαίωμα ανάληψης for bot API keys.
- Use separate API keys 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 exchange account.
Συμπέρασμα
The safest model is πότε κεφάλαια remain on the χρήστης’s exchange, and BackFuture AI works only through limited API permissions. This allows the πλατφόρμα to automate trading logic without direct access to withdrawals.