Install
openclaw skills install @ssidharhubble/cross-exchange-arb-scannerScans live public spot tickers across Coinbase, Kraken, Bitstamp, Gemini, and OKX (no API key required) to detect cross-exchange crypto arbitrage opportunities, price discrepancies, and crossed markets for BTC, ETH, SOL, and other listed tokens. Use this when the user asks about crypto arbitrage, cross exchange arbitrage, cex arbitrage scanner, price spread between exchanges, buy low sell high across crypto exchanges, spot arbitrage bot, exchange price discrepancy, best bid ask across venues, or wants to check if an arbitrage opportunity currently exists between major spot exchanges. Reports spread in basis points and which venue to buy/sell on, but does not account for withdrawal time, network fees, or trading fees, so results are gross spreads only.
openclaw skills install @ssidharhubble/cross-exchange-arb-scannerPulls live public bid/ask quotes from five spot exchanges (Coinbase, Kraken, Bitstamp, Gemini, OKX) with zero API keys required, then flags any symbol where the best bid on one exchange exceeds the best ask on another — a crossed market, which is the raw signal for cross-exchange arbitrage.
python3 scripts/arb_scanner.py BTC ETH SOL
python3 scripts/arb_scanner.py --min-spread-bps 15 BTC ETH
python3 scripts/arb_scanner.py --json BTC
symbols: one or more base symbols (e.g. BTC, ETH, SOL). All quotes
are fetched in USD terms.--min-spread-bps: only surface arbitrage opportunities at or above this
threshold (basis points). Useful for filtering noise below realistic fee
costs.--json: emit machine-readable output instead of the formatted report.See references/notes.md for exchange-specific quirks and README.md for
a plain-language overview.