Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.76 KB

File metadata and controls

63 lines (47 loc) · 2.76 KB

BTC Pairs of Crypto Exchanges

Refresh cadence Last commit GitHub Workflow Status License Stars

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.


📂 Outputs

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

✨ Features

  • 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

📥 How to import into TradingView

  1. Open TradingView → Watchlist panel.
  2. Click (More) → Import watchlist, or use Add symbol → Paste.
  3. Paste the contents of one of the files in lists/, e.g., ALL_BTC_PAIRS.txt.
  4. Confirm.

🛠 Local build

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