Docs

Connect exchange

Create a Binance spot API key, lock it to the server IP, and connect it (live or demo).

Create a Binance API key

1. On Binance open Profile → API Management → Create API → System generated. Name it, for example WanMeiBot.

2. Edit restrictions: turn on "Enable Spot & Margin Trading". Leave "Enable Withdrawals" off. The app refuses keys that can withdraw.

3. Choose "Restrict access to trusted IPs only (Recommended)" and add this server IP: 147.93.156.128. The bot calls Binance only from this address, so a copied key is useless anywhere else.

4. Save, then copy the API key and the secret key. Binance shows the secret only once.

Demo account (practice first)

Binance Demo Trading is a practice spot account with test funds at real market prices. Switch Binance to Demo Trading, open API Management there, and create a key the same way.

A demo key works only on the demo account, and a live key only on the live account. Pick the matching account type in the app.

In the app

Account → Exchange APIs → choose the exchange and the account type (Live, Demo, or Paper) → paste the key and secret (and passphrase for OKX) → Connect.

The app checks the key with the exchange before saving it. If Binance rejects it, check the key and secret, the account type, Spot trading, and the trusted IP.

After connect, use Refresh USDT to see balances held on the exchange (not platform credit).

Use Disconnect API to remove the key from the server. Running bots on that connection pause automatically.

Secrets are encrypted at rest and never returned in API responses after save.

All docs