Jak připojit burzu k BackFuture AI: API klíče, bezpečnost a kontrola připojení
BackFuture AI works through an burza připojení via API. This means that the uživatel’s prostředky remain on the burza account, while systém receives only the permissions that the uživatel explicitly grants in the API klíč.
Supported burzy
At the current stage, the platforma is focused on working with MEXC and KuCoin. In the future, the list of připojení can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other burzy.
General připojení process
- The uživatel logs into their burza account.
- Creates a new API klíč.
- Disables oprávnění k výběru.
- Enables only the required permissions: balance reading, order reading and obchodování.
- Sets an IP restriction if the burza supports it.
- Copies the API Key and Secret Key.
- Adds the připojení in the BackFuture AI dashboard.
- Runs a připojení test.
- After a successful check, enables the required strategie or bot.
Required API permissions
| Permission | Needed? | Proč |
|---|---|---|
| Read | ✅ Yes | So systém can see balances, orders, positions and stav. |
| Trade | ✅ Yes | So the bot can open, add to and close obchody. |
| Withdraw | ❌ No | This permission must not be given to a obchodování bot. |
| Futures | ◐ If needed | Only for strategie that work with futures. |
| IP whitelist | ✅ Recommended | Restricts key usage to approved server IP addresses. |
Jak to name a připojení correctly
In the dashboard, it is better to use clear připojení names. This is especially důležité if the uživatel has several burzy, sub-accounts or strategie.
- MEXC Spot Main — main spot account on MEXC.
- KuCoin Futures Conservative — futures account for a conservative strategie.
- Recovery PRO Connection — separate připojení for Recovery/PRO logic.
- BTC ETH New Groups — separate připojení for new BTC/ETH skupiny.
Step-by-step příklad
Step 1. Create an API klíč on the burza
In the burza account, open API Management or API Keys. Usually the burza asks for a key name and confirms the action through email, phone or 2FA.
Step 2. Set permissions
For a obchodování připojení, read and obchod permissions are usually needed. Withdrawal must be disabled. If the burza offers separate permissions for spot and futures, enable only the trh you really plan to use.
Step 3. Add the key to BackFuture AI
In the dashboard, the uživatel selects an burza, enters API Key and Secret Key, sets a připojení name and saves it. Secrets should not be displayed in full after saving.
Step 4. Test the připojení
Systém checks the key, permissions, balance access and the ability to receive stav. If everything is correct, the připojení receives an “Online” or “Connected” stav.
Step 5. Enable a strategie
After the test, the uživatel can select pairs, riziko level, marže limit, přidání behavior, Recovery Mode and other nastavení.
Typical připojení errors
| Error | Cause | Co to do |
|---|---|---|
| Invalid key | API klíč or secret was copied incorrectly. | Create a new key or copy the values again. |
| No obchodování permission | Trade permission is disabled. | Enable obchodování permission, but keep withdrawal disabled. |
| IP not allowed | IP restriction does not include the server IP. | Add the correct server IP to the burza whitelist. |
| Exchange unavailable | The burza API is temporarily unavailable. | Wait and run the test again. |
Security principles
- Never enable oprávnění k výběru for bot API klíče.
- Use separate API klíče for different strategie.
- Use IP restrictions kdy possible.
- Do not show API secrets in full after saving.
- Delete old keys if they are no longer used.
- Use 2FA on the burza account.
Závěr
The safest model is kdy prostředky remain on the uživatel’s burza, and BackFuture AI works only through limited API permissions. This allows the platforma to automate obchodování logic without direct access to withdrawals.