Miten pörssi yhdistetään BackFuture AI:hin: API-avaimet, turvallisuus ja yhteyden tarkistus
BackFuture AI works through an pörssi yhteys via API. This means that the käyttäjä’s varat remain on the pörssi account, while järjestelmä receives only the permissions that the käyttäjä explicitly grants in the API-avain.
Supported pörssit
At the current stage, the alusta is focused on working with MEXC and KuCoin. In the future, the list of yhteydet can be expanded: Binance, OKX, Bitget, Gate.io, HTX, BingX, Coinbase, Bybit and other pörssit.
General yhteys process
- The käyttäjä logs into their pörssi account.
- Creates a new API-avain.
- Disables nosto-oikeus.
- Enables only the required permissions: balance reading, order reading and kaupankäynti.
- Sets an IP restriction if the pörssi supports it.
- Copies the API Key and Secret Key.
- Adds the yhteys in the BackFuture AI dashboard.
- Runs a yhteys test.
- After a successful check, enables the required strategia or bot.
Required API permissions
| Permission | Needed? | Miksi |
|---|---|---|
| Read | ✅ Yes | So järjestelmä can see balances, orders, positions and tila. |
| Trade | ✅ Yes | So the bot can open, add to and close kaupat. |
| Withdraw | ❌ No | This permission must not be given to a kaupankäynti bot. |
| Futures | ◐ If needed | Only for strategiat that work with futures. |
| IP whitelist | ✅ Recommended | Restricts key usage to approved server IP addresses. |
Miten to name a yhteys correctly
In the dashboard, it is better to use clear yhteys names. This is especially tärkeä if the käyttäjä has several pörssit, sub-accounts or strategiat.
- MEXC Spot Main — main spot account on MEXC.
- KuCoin Futures Conservative — futures account for a conservative strategia.
- Recovery PRO Connection — separate yhteys for Recovery/PRO logic.
- BTC ETH New Groups — separate yhteys for new BTC/ETH ryhmät.
Step-by-step esimerkki
Step 1. Create an API-avain on the pörssi
In the pörssi account, open API Management or API Keys. Usually the pörssi asks for a key name and confirms the action through email, phone or 2FA.
Step 2. Set permissions
For a kaupankäynti yhteys, read and kauppa permissions are usually needed. Withdrawal must be disabled. If the pörssi offers separate permissions for spot and futures, enable only the markkina you really plan to use.
Step 3. Add the key to BackFuture AI
In the dashboard, the käyttäjä selects an pörssi, enters API Key and Secret Key, sets a yhteys name and saves it. Secrets should not be displayed in full after saving.
Step 4. Test the yhteys
Järjestelmä checks the key, permissions, balance access and the ability to receive tila. If everything is correct, the yhteys receives an “Online” or “Connected” tila.
Step 5. Enable a strategia
After the test, the käyttäjä can select pairs, riski level, marginaali limit, lisäosto behavior, Recovery Mode and other asetukset.
Typical yhteys errors
| Error | Cause | Mitä to do |
|---|---|---|
| Invalid key | API-avain or secret was copied incorrectly. | Create a new key or copy the values again. |
| No kaupankäynti permission | Trade permission is disabled. | Enable kaupankäynti permission, but keep withdrawal disabled. |
| IP not allowed | IP restriction does not include the server IP. | Add the correct server IP to the pörssi whitelist. |
| Exchange unavailable | The pörssi API is temporarily unavailable. | Wait and run the test again. |
Security principles
- Never enable nosto-oikeus for bot API-avaimet.
- Use separate API-avaimet for different strategiat.
- Use IP restrictions milloin possible.
- Do not show API secrets in full after saving.
- Delete old keys if they are no longer used.
- Use 2FA on the pörssi account.
Yhteenveto
The safest model is milloin varat remain on the käyttäjä’s pörssi, and BackFuture AI works only through limited API permissions. This allows the alusta to automate kaupankäynti logic without direct access to withdrawals.