[ZERO_KEYS][INTERVAL_MAPPING][SYMBOL_NORMALIZATION][RATE_RESILIENT]

Multi-Exchange Market Feeds

Resilient, keyless market data ingestion across Binance, Coinbase, OKX, Upbit, Bitget, and XT.com with universal normalization.

Supported Exchange Venues & Quotas

All 6 integrated exchanges operate through 100% public REST endpoints requiring zero API keys, zero registration, and zero private credentials exposure.

Exchange VenueBase REST EndpointRate QuotaKey Capabilities
Binanceapi.binance.com1,200 req/minGlobal Spot & Futures USDT markets with deep liquidity
Coinbaseapi.exchange.coinbase.com10 req/secUS-regulated spot pairs & Coinbase CDP AgentKit
OKXwww.okx.com/api/v520 req/2sUnified accounts, spot, swap, and perpetual futures
Upbitapi.upbit.com10 req/secLeading Korean market with KRW and USDT trading pairs
Bitgetapi.bitget.com/api/v220 req/secSpot and futures feeds with Agent Skill Hub support
XT.comsapi.xt.com / fapi.xt.com10 req/secCrypto pairs and tokenized US equities (AAPLX, NVDAX)

Universal Normalization Engine

Zenth transparently maps standard ticker representations (`BTC/USDT`) to venue-specific notations:

BINANCE / BITGET
BTCUSDT
Standard format
COINBASE / OKX
BTC-USDT
Hyphenated
UPBIT
USDT-BTC
Base-quote swap
XT.COM
btc_usdt
Lower snake_case

Dynamic Venue Selection

Switch market providers on-the-fly using CLI flags or terminal slash commands:

Terminal
bash
# Single-pass scan against Binance
zenth scan -e binance
 
# Single-pass scan against OKX
zenth scan -e okx
 
# Switch inside running TUI terminal
/exchange bitget
Last verified: August 2026Maintained by Zenth Core