Lux Docs
Broker

Trading Venues

Supported venues and connectivity

The broker connects to 16 institutional providers spanning crypto exchanges, broker-dealers, custody platforms, FX desks, market data, and payment processors.

Provider Table

ProviderAsset ClassesTypeOrder TypesKey Features
AlpacaUS equity, cryptoBroker-dealer (SEC/FINRA)market, limit, stop, stop_limit, trailing_stopACH, wire, fractional, extended hours, margin
Interactive BrokersUS equity, options, futures, FX, bonds, cryptoPrime brokermarket, limit, stop, stop_limit, trailing_stop, algoMargin, short selling, options, futures, global markets
TradierUS equity, optionsBroker-dealermarket, limit, stop, stop_limitCommission-free, options, streaming, extended hours
CoinbaseCryptoExchange (Advanced Trade)market, limit, stopStaking, custody, 250+ pairs
BinanceCryptoExchangemarket, limit, stop, OCOMargin, futures, staking, 600+ pairs
KrakenCryptoExchangemarket, limit, stop, stop_limit, trailing_stopStaking, margin, futures, 200+ pairs
GeminiCryptoExchangemarket, limit, stopCustody, staking, 100+ pairs
SFOXCryptoPrime dealer / SORmarket, limit, stop, smart_route, TWAP, sniper, hare, tortoise, polar_bear, gorillaSmart routing, dark pool, custody, 150+ pairs
FalconXCryptoInstitutional RFQRFQInstitutional OTC, settlement
FireblocksCryptoCustody + OTCtransferCustody, multisig, MPC, DeFi, staking, NFT, 500+ assets
BitGoCryptoCustody + Primemarket, limitCustody, multisig, staking, prime trading
CircleUSDC / StablecoinsStablecoin infrastructuretransferUSDC, EURC, mint, burn, cross-chain
CurrencyCloudFX (35+ currencies)Institutional FX (Visa)spot, forwardFX trading, cross-border, competitive spreads, payments
LMAXFX, crypto, commoditiesInstitutional CLOBmarket, limit, stopFCA regulated, sub-ms matching, precious metals
Polygon.ioUS equity, crypto, FX, optionsMarket data--Snapshots, bars, trades, quotes, real-time
FinixPaymentsPayment processor--ACH, wire, card, Apple Pay, Google Pay

Provider Credentials

Each provider is enabled by setting its API key environment variables. Only providers with valid credentials are registered at startup.

ProviderEnvironment Variables
AlpacaALPACA_API_KEY, ALPACA_API_SECRET
Interactive BrokersIBKR_ACCESS_TOKEN, IBKR_ACCOUNT_ID, IBKR_GATEWAY_URL, IBKR_CONSUMER_KEY
CoinbaseCOINBASE_API_KEY, COINBASE_API_SECRET
BinanceBINANCE_API_KEY, BINANCE_API_SECRET
KrakenKRAKEN_API_KEY, KRAKEN_API_SECRET
GeminiGEMINI_API_KEY, GEMINI_API_SECRET
SFOXSFOX_API_KEY
FalconXFALCON_API_KEY, FALCON_API_SECRET, FALCON_PASSPHRASE
FireblocksFIREBLOCKS_API_KEY, FIREBLOCKS_PRIVATE_KEY
BitGoBITGO_ACCESS_TOKEN, BITGO_ENTERPRISE
CircleCIRCLE_API_KEY
TradierTRADIER_ACCESS_TOKEN, TRADIER_ACCOUNT_ID
Polygon.ioPOLYGON_API_KEY
CurrencyCloudCURRENCYCLOUD_LOGIN_ID, CURRENCYCLOUD_API_KEY
LMAXLMAX_API_KEY, LMAX_USERNAME, LMAX_PASSWORD
FinixFINIX_USERNAME, FINIX_PASSWORD

Runtime Endpoints

MethodPathDescription
GET/v1/providersList all registered (active) providers
GET/v1/providers/capabilitiesDetailed capabilities per provider including asset classes, order types, features, and fees

On this page