CEX Spot Arbitrage Scanner — Binance, Bybit, OKX, Kraken, Gate avatar

CEX Spot Arbitrage Scanner — Binance, Bybit, OKX, Kraken, Gate

Pricing

Pay per usage

Go to Apify Store
CEX Spot Arbitrage Scanner — Binance, Bybit, OKX, Kraken, Gate

CEX Spot Arbitrage Scanner — Binance, Bybit, OKX, Kraken, Gate

Scans spot bid/ask prices across 5 major CEXes (Binance, Bybit, OKX, Kraken, Gate.io) and identifies raw cross-exchange spread opportunities. Best buy/sell exchange highlighted per coin. No API key. $0.003/coin.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

What does CEX Spot Arb Scanner do?

CEX Spot Arb Scanner pulls real-time bid/ask quotes from five major centralized exchanges — Binance, Bybit, OKX, Kraken, and Gate.io — and calculates cross-exchange spot price arbitrage opportunities for any list of cryptocurrency pairs. For each coin it computes the gross spread, fee-adjusted net yield, minimum capital requirement, execution feasibility, exchange counterparty risk, liquidity symmetry, and a sustainability score that indicates whether the spread is structural or likely to close within seconds.

Why use CEX Spot Arb Scanner?

  • All five major CEXs in a single call. Instead of polling Binance, Bybit, OKX, Kraken, and Gate.io separately and reconciling the results yourself, one actor run gives you a unified, comparable dataset with per-exchange bid/ask prices.
  • Fee-aware profitability, not just raw spread. The arb_net_yield_pct field deducts taker fees, estimated slippage, and withdrawal costs from both legs so you see the actual pocket-able profit — not the headline spread that evaporates after fees.
  • Know before you trade: execution window and capital floor. The execution_window field (seconds / minutes / hours / persistent) and capital_requirement_usd tell you whether an opportunity requires sub-millisecond algo execution or is wide enough to capture manually.
  • Counterparty risk baked in. Each result carries an exchange_risk_score (0–100) and sustainability_score so you can weigh exchange reliability against the apparent yield.
  • No API key required. All five exchange APIs used are public, unauthenticated endpoints — no credentials to manage.

How to use CEX Spot Arb Scanner

  1. Go to the Apify Store and find CEX Spot Arb Scanner.
  2. Click Try for free to open the input configuration page.
  3. In the Coins field, enter the list of token symbols you want to scan (e.g. ["BTC", "ETH", "SOL", "DOGE"]). The default is the top 10 by market cap.
  4. Click Run. The actor fetches live prices from all five exchanges in parallel.
  5. Download the structured JSON dataset. Filter by signal = "arbitrage_opportunity" or sort by arb_net_yield_pct descending to find the best opportunities.

Input

FieldTypeDefaultDescription
coinsarray of strings["BTC","ETH","SOL","BNB","XRP","DOGE","ADA","AVAX","LINK","MATIC"]Coin ticker symbols to scan across all five exchanges.

Output

[
{
"type": "summary",
"coins_analyzed": 10,
"arbitrage_opportunities": 3,
"profitable_after_fees_count": 2,
"triangular_arb_opportunity_pct": -0.0023,
"exchanges": ["binance","bybit","okx","kraken","gateio"],
"fetched_at": "2026-09-02T10:31:00Z",
"total_opportunities_found": 2,
"avg_net_yield_pct": 0.0041,
"arb_market_state": "normal",
"most_active_arb_pairs": ["XRP","DOGE","AVAX"],
"best_opportunity": {
"symbol": "XRP",
"arb_net_yield_pct": 0.0089,
"arb_type": "geographic",
"execution_window": "minutes",
"capital_requirement_usd": 4120.5,
"smart_money_competition": "moderate",
"best_buy_exchange": "gateio",
"best_sell_exchange": "kraken"
}
},
{
"symbol": "XRP",
"best_buy_exchange": "gateio",
"best_sell_exchange": "kraken",
"best_bid_usd": 0.6341,
"best_ask_usd": 0.6315,
"raw_spread_pct": 0.4119,
"raw_spread_bps": 41.19,
"signal": "arbitrage_opportunity",
"fee_adjusted_spread_bps": 23.19,
"net_profit_estimate_pct": 0.2319,
"arb_net_yield_pct": 0.0089,
"execution_feasibility": "slow",
"execution_window": "minutes",
"capital_requirement_usd": 4120.5,
"exchange_risk_score": 30,
"arb_type": "geographic",
"liquidity_symmetry": "asymmetric",
"sustainability_score": 62,
"smart_money_competition": "moderate",
"risk_category": "timing_risk",
"arb_quality_score": 58,
"capital_efficiency": 0.73,
"volume_ceiling_usd": 18400.0,
"geographic_pattern": "regional_premium",
"price_binance_bid": 0.6329,
"price_binance_ask": 0.633,
"price_kraken_bid": 0.6341,
"price_kraken_ask": 0.6343,
"price_gateio_bid": 0.6312,
"price_gateio_ask": 0.6315,
"fetched_at": "2026-09-02T10:31:00Z"
}
]

Data fields

FieldDescription
symbolCoin ticker (e.g. BTC, ETH)
best_buy_exchangeExchange with the lowest ask price (cheapest to buy)
best_sell_exchangeExchange with the highest bid price (best to sell)
best_bid_usdHighest bid across all exchanges
best_ask_usdLowest ask across all exchanges
raw_spread_pctGross price spread as a percentage
raw_spread_bpsGross spread in basis points
signalarbitrage_opportunity (>0.1% spread) / minor_spread / no_arb
fee_adjusted_spread_bpsSpread minus round-trip taker fees from both legs
net_profit_estimate_pctFee-adjusted spread converted to percentage
arb_net_yield_pctGross spread minus all costs: taker fees + slippage + withdrawal
execution_windowseconds / minutes / hours / persistent
capital_requirement_usdMinimum USD capital to profit after all fixed and variable costs
exchange_risk_score0–100 combined counterparty risk of both exchanges (higher = riskier)
arb_typepure_spot / stablecoin_peg / geographic / listing_arb
liquidity_symmetrysymmetric / asymmetric / one_sided_thin
sustainability_score0–100 estimate of how structurally persistent the spread is
smart_money_competitionuncrowded / moderate / crowded / ultra_competitive
execution_feasibilityinstant / fast / slow / impractical
risk_categoryno_risk / low_risk / timing_risk / theoretical
arb_quality_score0–100 composite: spread + liquidity + execution speed + net profit
capital_efficiencyEstimated annual return per $1,000 deployed
volume_ceiling_usdMax trade size before market impact erodes profitability
geographic_patternregional_premium / liquidity_fragmentation / exchange_specific / news_driven
price_{exchange}_bidPer-exchange bid price (one field per exchange)
price_{exchange}_askPer-exchange ask price (one field per exchange)
fetched_atISO 8601 timestamp

Cost estimation

Pricing model: $0.003 per coin analyzed.

ScenarioCoinsEstimated cost
Default 10-coin scan10 coins$0.03
Top 50 coins scan50 coins$0.15
Full 100-coin scan100 coins$0.30

FAQ

Q: Does the actor actually execute trades or move funds? A: No. The actor is read-only. It fetches public order-book quotes and computes analytics only. No accounts, API keys, or wallets are connected.

Q: Why might arb_net_yield_pct be negative even when raw_spread_pct is positive? A: After subtracting taker fees from both exchange legs, estimated slippage, and withdrawal costs (which are fixed regardless of trade size), many spreads become unprofitable for small trade sizes. The capital_requirement_usd field shows the minimum size needed to break even.

Q: How accurate are the fee and withdrawal cost estimates? A: The actor uses typical published taker fee tiers for each exchange and median withdrawal fee estimates. Actual costs vary by VIP tier, withdrawal method, and network congestion. Treat the outputs as screening signals, not guaranteed profit calculations.

Disclaimer: This actor provides price-spread data for informational and research purposes only. Cryptocurrency arbitrage involves significant execution risk, counterparty risk, and regulatory considerations. This is not financial advice. Always verify live conditions before committing capital.

Keywords: crypto arbitrage scanner, CEX spot price difference, cross-exchange price gap, Binance Bybit OKX spread, crypto arbitrage tool, exchange price discrepancy, fee-adjusted arb yield, crypto trading signals, arbitrage opportunity finder, spot market inefficiency


Feedback

If this actor powers your arbitrage research, a review helps others find it: Leave a review on Apify Store