Add an Exchange API
Learn how to create API keys on supported exchanges and connect them to BeeQuant for automated trading.
I. Overview
An exchange API (Application Programming Interface) connects BeeQuant to an exchange. When a strategy signal is triggered, BeeQuant automatically calls the exchange API to place orders, query data, and perform other operations, enabling fully automated quantitative trading from end to end.
II. Supported Exchanges
BeeQuant currently supports the following major exchanges, with more integrations planned.
III. Create an API Key
After you create an API key on an exchange and connect it to BeeQuant, the platform can execute trades on your behalf. Follow the exchange-specific instructions below.
3.1 Binance Setup Guide
BeeQuant → complete the security verification.3.2 OKX Setup Guide
IV. API Credentials
Credential fields differ by exchange. The following table explains each field:
| Field | Description | Binance | OKX |
|---|---|---|---|
| API name | A custom name used to distinguish APIs within BeeQuant | Required | Required |
| API Key | The public key generated by the exchange to identify you | Required | Required |
| Secret Key | The private key generated by the exchange for signing requests; shown only once at creation | Required | Required |
| Passphrase | An OKX-specific passphrase set by you when creating the API | — | Required |
V. Connect to BeeQuant
After obtaining an API key, connect it within BeeQuant:
VI. Permission Details
Enable the appropriate API permissions for your strategy type:
| Strategy type | Required Binance permission | Required OKX permission |
|---|---|---|
| Spot strategy | Enable Spot & Margin Trading | Trade |
| USDT-margined derivatives strategy | Enable Futures | Trade |
| Coin-margined derivatives strategy | Enable Futures | Trade |
| Mixed strategy | Spot + derivatives trading | Trade |