Manual: Connecting Bitget API to AlgoWay (RSA + IP bind)
Overview: Generate RSA keys → create API key in Bitget with IP binding → add credentials into AlgoWay Dashboard.
1) Open API section in Bitget
- Log in to your Bitget account and go to Account → API keys.
- Click Create API key and select User-generated API key (RSA).
2) Generate RSA keys
- Download the official generator:
GitHub: api-rsa-generator.
- Run it and click Generate Keys (2048-bit recommended).
- You will get Public & Private keys.
3) Create API key in Bitget
- Paste your Public Key.
- Add a Note (e.g.
bitget_api
).
- Set a Passphrase (needed in AlgoWay).
- Select Read-write.
4) Bind IP and set permissions
Mandatory IP binding — add:
103.241.67.174
- Futures → Orders, Holdings
- Spot → Trade
5) Verify created key
After confirmation you will see card with type RSA, your API key, IP and permissions.
6) Connect key in AlgoWay
- Go to Dashboard → Add Trial Webhook.
- Fill the form with Platform=Bitget, API Key, RSA Private Key, Passphrase.
- Click Add Trial Webhook.
Done. AlgoWay is now connected to your Bitget account and can execute trades according to your signals.