BTC Pairs of Crypto Exchanges is an open-source project that automatically fetches and updates TradingView-importable watchlists of BTC-quoted spot pairs from:
- BINANCE
- OKX
- MEXC
- COINBASE
- KUCOIN
The lists are refreshed weekly using ccxt and GitHub Actions.
| File | Description | Link |
|---|---|---|
lists/ALL_BTC_PAIRS.txt |
Combined list, grouped by exchange | View |
lists/BINANCE_BTC_PAIRS.txt |
BINANCE BTC pairs | View |
lists/OKX_BTC_PAIRS.txt |
OKX BTC pairs | View |
lists/MEXC_BTC_PAIRS.txt |
MEXC BTC pairs | View |
lists/COINBASE_BTC_PAIRS.txt |
COINBASE BTC pairs | View |
lists/KUCOIN_BTC_PAIRS.txt |
KUCOIN BTC pairs | View |
META.json |
Metadata (timestamp, exchanges, file list) | View |
- Weekly auto-updates via GitHub Actions
- Multiple exchanges (BINANCE, OKX, MEXC, COINBASE, KUCOIN)
- TradingView-ready format (
EXCHANGE:BASEBTC) - Plain text output (no JSON/CSV parsing needed)
- Open source & easy to extend
- Metadata file for programmatic use
- Open TradingView → Watchlist panel.
- Click ⋮ (More) → Import watchlist, or use Add symbol → Paste.
- Paste the contents of one of the files in
lists/, e.g.,ALL_BTC_PAIRS.txt. - Confirm.
git clone https://github.com/siamak/btc-pairs-of-crypto-exchanges.git
cd btc-pairs-of-crypto-exchanges
pnpm install
pnpm run generate
# Outputs in lists/*.txt