Ako pripojiť burzu k BackFuture AI: API kľúče, bezpečnosť a kontrola pripojenia
BackFuture AI works through an burza pripojenie via API. This means that the používateľ’s prostriedky remain on the burza account, while systém receives only the permissions that the používateľ explicitly grants in the API kľúč.
Supported burzy
At the current stage, the platforma is focused on working with MEXC and KuCoin. In the future, the list of pripojenia can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other burzy.
General pripojenie process
- The používateľ logs into their burza account.
- Creates a new API kľúč.
- Disables oprávnenie na výber.
- Enables only the required permissions: balance reading, order reading and obchodovanie.
- Sets an IP restriction if the burza supports it.
- Copies the API Key and Secret Key.
- Adds the pripojenie in the BackFuture AI dashboard.
- Runs a pripojenie test.
- After a successful check, enables the required stratégia or bot.
Required API permissions
| Permission | Needed? | Prečo |
|---|---|---|
| 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 obchodovanie bot. |
| Futures | ◐ If needed | Only for stratégie that work with futures. |
| IP whitelist | ✅ Recommended | Restricts key usage to approved server IP addresses. |
Ako to name a pripojenie correctly
In the dashboard, it is better to use clear pripojenie names. This is especially dôležité if the používateľ has several burzy, sub-accounts or stratégie.
- MEXC Spot Main — main spot account on MEXC.
- KuCoin Futures Conservative — futures account for a conservative stratégia.
- Recovery PRO Connection — separate pripojenie for Recovery/PRO logic.
- BTC ETH New Groups — separate pripojenie for new BTC/ETH skupiny.
Step-by-step príklad
Step 1. Create an API kľúč 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 obchodovanie pripojenie, 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 používateľ selects an burza, enters API Key and Secret Key, sets a pripojenie name and saves it. Secrets should not be displayed in full after saving.
Step 4. Test the pripojenie
Systém checks the key, permissions, balance access and the ability to receive stav. If everything is correct, the pripojenie receives an “Online” or “Connected” stav.
Step 5. Enable a stratégia
After the test, the používateľ can select pairs, riziko level, marža limit, prikúpenie behavior, Recovery Mode and other nastavenia.
Typical pripojenie errors
| Error | Cause | Čo to do |
|---|---|---|
| Invalid key | API kľúč or secret was copied incorrectly. | Create a new key or copy the values again. |
| No obchodovanie permission | Trade permission is disabled. | Enable obchodovanie 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ávnenie na výber for bot API kľúče.
- Use separate API kľúče for different stratégie.
- Use IP restrictions kedy 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áver
The safest model is kedy prostriedky remain on the používateľ’s burza, and BackFuture AI works only through limited API permissions. This allows the platforma to automate obchodovanie logic without direct access to withdrawals.