Empezando · v6.0+ · Latest stable

MagicTradeBot - Lista de exchanges compatibles

MagicTradeBot v6.0 se integra con un número creciente de exchanges centralizados (CEX) y descentralizados (DEX). Cada integración admite trading automatizado, ejecución de estrategias y conectividad segura mediante variables de entorno.

Exchanges principales compatibles

Binance

Tipo: CEX
Mercados: Spot, Futuros (USDT-M & COIN-M)
Env: BINANCE_API_KEY, BINANCE_API_SECRET
Notas: Soporte completo de funciones incluyendo Smart SL/TP, trailing y automatización.

Bybit

Tipo: CEX
Mercados: Spot, Futuros
Env: BYBIT_API_KEY, BYBIT_API_SECRET
Notas: Soporte de trading de alta frecuencia con seguimiento completo de posiciones.

OKX

Tipo: CEX
Mercados: Spot, Futuros, Opciones
Env: OKX_API_KEY, OKX_API_SECRET, OKX_PASSPHRASE
Notas: Enrutamiento avanzado de órdenes y estrategias a nivel de portafolio.

Bitget

Tipo: CEX
Mercados: Spot, Futuros
Env: BITGET_API_KEY, BITGET_API_SECRET, BITGET_PASSPHRASE
Notas: Alta fiabilidad de API con ejecución multi-estrategia.

Hyperliquid

Tipo: DEX
Mercados: Futuros perpetuos
Env: HYPERLIQUID_PRIVATE_KEY
Notas: Autenticación basada en wallet. Espejado de órdenes en tiempo real.
⚠️ Sin soporte para farming de funding.

Exchanges recientemente compatibles (v6.0)

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

Plantilla de variables de entorno

# 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=

# Nuevos 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=
Ampliamos continuamente el soporte de exchanges. Futuras integraciones pueden incluir plataformas de derivados adicionales y exchanges regionales.
+