Hogyan csatlakoztasson tőzsdét a BackFuture AI-hoz: API kulcsok, biztonság és kapcsolatellenőrzés
BackFuture AI works through an tőzsde kapcsolat via API. This means that the felhasználó’s pénzeszközök remain on the tőzsde account, while a rendszer receives only the permissions that the felhasználó explicitly grants in the API kulcs.
Supported tőzsdék
At the current stage, the platform is focused on working with MEXC and KuCoin. In the future, the list of kapcsolatok can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other tőzsdék.
General kapcsolat process
- The felhasználó logs into their tőzsde account.
- Creates a new API kulcs.
- Disables kifizetési jogosultság.
- Enables only the required permissions: balance reading, order reading and kereskedés.
- Sets an IP restriction if the tőzsde supports it.
- Copies the API Key and Secret Key.
- Adds the kapcsolat in the BackFuture AI dashboard.
- Runs a kapcsolat test.
- After a successful check, enables the required stratégia or bot.
Required API permissions
| Permission | Needed? | Miért |
|---|---|---|
| Read | ✅ Yes | So a rendszer can see balances, orders, positions and állapot. |
| Trade | ✅ Yes | So the bot can open, add to and close ügyletek. |
| Withdraw | ❌ No | This permission must not be given to a kereskedés bot. |
| Futures | ◐ If needed | Only for stratégiák that work with futures. |
| IP whitelist | ✅ Recommended | Restricts key usage to approved server IP addresses. |
Hogyan to name a kapcsolat correctly
In the dashboard, it is better to use clear kapcsolat names. This is especially fontos if the felhasználó has several tőzsdék, sub-accounts or stratégiák.
- MEXC Spot Main — main spot account on MEXC.
- KuCoin Futures Conservative — futures account for a conservative stratégia.
- Recovery PRO Connection — separate kapcsolat for Recovery/PRO logic.
- BTC ETH New Groups — separate kapcsolat for new BTC/ETH csoportok.
Step-by-step példa
Step 1. Create an API kulcs on the tőzsde
In the tőzsde account, open API Management or API Keys. Usually the tőzsde asks for a key name and confirms the action through email, phone or 2FA.
Step 2. Set permissions
For a kereskedés kapcsolat, read and ügylet permissions are usually needed. Withdrawal must be disabled. If the tőzsde offers separate permissions for spot and futures, enable only the piac you really plan to use.
Step 3. Add the key to BackFuture AI
In the dashboard, the felhasználó selects an tőzsde, enters API Key and Secret Key, sets a kapcsolat name and saves it. Secrets should not be displayed in full after saving.
Step 4. Test the kapcsolat
A rendszer checks the key, permissions, balance access and the ability to receive állapot. If everything is correct, the kapcsolat receives an “Online” or “Connected” állapot.
Step 5. Enable a stratégia
After the test, the felhasználó can select pairs, kockázat level, margin limit, hozzáadás behavior, Recovery Mode and other beállítások.
Typical kapcsolat errors
| Error | Cause | Mi to do |
|---|---|---|
| Invalid key | API kulcs or secret was copied incorrectly. | Create a new key or copy the values again. |
| No kereskedés permission | Trade permission is disabled. | Enable kereskedés permission, but keep withdrawal disabled. |
| IP not allowed | IP restriction does not include the server IP. | Add the correct server IP to the tőzsde whitelist. |
| Exchange unavailable | The tőzsde API is temporarily unavailable. | Wait and run the test again. |
Security principles
- Never enable kifizetési jogosultság for bot API kulcsok.
- Use separate API kulcsok for different stratégiák.
- Use IP restrictions mikor possible.
- Do not show API secrets in full after saving.
- Delete old keys if they are no longer used.
- Use 2FA on the tőzsde account.
Következtetés
The safest model is mikor pénzeszközök remain on the felhasználó’s tőzsde, and BackFuture AI works only through limited API permissions. This allows the platform to automate kereskedés logic without direct access to withdrawals.