Docs Download
Home / Docs / Getting Started / MagicTradeBot - List of Supported Exchanges

MagicTradeBot - List of Supported Exchanges

MagicTradeBot v6.0 integrates with a growing number of centralized (CEX) and decentralized (DEX) exchanges. Each integration supports automated trading, strategy execution, and secure API connectivity via environment variables.

Core Supported Exchanges

Binance

Type: CEX
Markets: Spot, Futures (USDT-M & COIN-M)
Env: BINANCE_API_KEY, BINANCE_API_SECRET
Notes: Full feature support including Smart SL/TP, trailing, and automation.

Bybit

Type: CEX
Markets: Spot, Futures
Env: BYBIT_API_KEY, BYBIT_API_SECRET
Notes: High-frequency trading support with full position tracking.

OKX

Type: CEX
Markets: Spot, Futures, Options
Env: OKX_API_KEY, OKX_API_SECRET, OKX_PASSPHRASE
Notes: Advanced order routing and portfolio-level strategies.

Bitget

Type: CEX
Markets: Spot, Futures
Env: BITGET_API_KEY, BITGET_API_SECRET, BITGET_PASSPHRASE
Notes: Strong API reliability with multi-strategy execution.

Hyperliquid

Type: DEX
Markets: Perpetual Futures
Env: HYPERLIQUID_PRIVATE_KEY
Notes: Wallet-based authentication. Real-time order mirroring.
⚠️ No funding farming support.

Newly Supported Exchanges (v6.0)

Kraken
CEX • Spot
KRAKEN_API_KEY / SECRET
KuCoin
CEX • Spot, Futures
KUCOIN_API_KEY / SECRET / PASSPHRASE
Phemex
CEX • Futures
PHEMEX_API_KEY / SECRET
HTX (Huobi)
CEX • Spot
HTX_API_KEY / SECRET
MEXC
CEX • Spot, Futures
MEXC_API_KEY / SECRET
Gate.io
CEX • Spot, Futures
GATEIO_API_KEY / SECRET
BingX
CEX • Futures
BINGX_API_KEY / SECRET

Environment Variable Template

# Binance
BINANCE_API_KEY=
BINANCE_API_SECRET=

# OKX
OKX_API_KEY=
OKX_API_SECRET=
OKX_PASSPHRASE=

# Bitget
BITGET_API_KEY=
BITGET_API_SECRET=
BITGET_PASSPHRASE=

# Bybit
BYBIT_API_KEY=
BYBIT_API_SECRET=

# Hyperliquid
HYPERLIQUID_PRIVATE_KEY=

# New Exchanges
KRAKEN_API_KEY=
KRAKEN_API_SECRET=

KUCOIN_API_KEY=
KUCOIN_API_SECRET=
KUCOIN_PASSPHRASE=

PHEMEX_API_KEY=
PHEMEX_API_SECRET=

HTX_API_KEY=
HTX_API_SECRET=

MEXC_API_KEY=
MEXC_API_SECRET=

GATEIO_API_KEY=
GATEIO_API_SECRET=

BINGX_API_KEY=
BINGX_API_SECRET=
We continuously expand exchange support. Future integrations may include additional derivatives platforms and regional exchanges.
Ready to trade? Download MagicTradeBot free and test in paper mode before going live.