Crypto Arbitrage Scanner avatar
Crypto Arbitrage Scanner

Pricing

$10.00/month + usage

Go to Apify Store
Crypto Arbitrage Scanner

Crypto Arbitrage Scanner

Crypto Arbitrage Scanner and compares real-time crypto prices across major exchanges. Instantly detect the best arbitrage opportunities, filter by coin, exchange, or spread. Boost profits with automated, accurate crypto arbitrage monitoring—fast, easy, and reliable!

Pricing

$10.00/month + usage

Rating

5.0

(1)

Developer

DataRaptor

DataRaptor

Maintained by Community

Actor stats

1

Bookmarked

176

Total users

4

Monthly active users

2 months ago

Last modified

Share

Crypto Arbitrage Scanner · Real-Time Arbitrage Detector

Scanner and detect real-time crypto arbitrage opportunities across 11 major exchanges like Binance, Bybit, Kucoin, Indodax, and more. Get instant, actionable trading signals with advanced cross-exchange price scanning, custom filters for coins and spreads, and export-ready arbitrage data for bots and traders. Supercharge your trading performance and automate your crypto strategies with reliable, real-time arbitrage insights.


⭐️ Supported Exchanges

  • Indodax
  • Binance
  • OKX
  • Bybit
  • Gate.io
  • Kucoin
  • Huobi
  • Coinex
  • MEXC
  • Bitget
  • Bitmart

✨ Features (Apify Actor)

  • Real-time arbitrage detection:
    Every time scanning 11 exchanges.
  • Custom filter:
    Filter by exchange, coin pair, spread minimum/maximum, and result limit.
  • Flexible coin pair input:
    Support for any coin pair in BASE/QUOTE format (e.g. BTC/USDT).
  • Exportable results:
    Download arbitrage opportunities as CSV or JSON from the Apify dataset.
  • Confidence score (Now Available):
    Each result includes a confidence value, indicating the predicted reliability of the arbitrage opportunity.
  • Optimized for Apify usage:
    Easy integration with your own bots, scripts, or workflows using Apify dataset output.
  • Dashboard monitoring (Now Available):
    Access the full web dashboard with real-time alerting at Arbitradar.io
  • Spread Live Spot and Futures Perpetual Access the full feature in dashboard at Arbitradar.io
  • Demo Video Features:
    Long video on youtube for the guide to use this data Demo Video Arbitradar.io

🧑‍💻 How To Use

  1. Set your parameters:
    • exchange: List of exchanges to monitor (optional, default all)
      Available exchanges: indodax, binance, okx, bybit, gateio, kucoin, huobi, coinex, mexc, bitget, bitmart
    • coin: Coin pairs in BASE/QUOTE format — e.g., BTC/USDT, ETH/USDT (uppercase, with slash)
      Examples: BTC/USDT, SOL/USDT, not BTCUSDT or btc_usdt
    • spread_min: Minimum spread % (default: 0.3)
    • spread_max: Maximum spread % (default: 300)
    • limit: Max number of arbitrage results (default: 100)
    • confidence_min: Minimum confidence prediction value (default: 50)
  2. Run the actor.
  3. Download/export results from the dataset (CSV/JSON).

📦 Example Output

[
{
"pair": "ELIZA/USDT",
"buy_from": "gateio",
"buy_price": 0.0005062,
"sell_to": "huobi",
"sell_price": 0.00195,
"spread_price": 0.001444,
"spread_percentage": 285.223,
"confidence": 98.00,
"timestamp": 1752738158
},
{
"pair": "QI/USDT",
"buy_from": "gateio",
"buy_price": 0.001923,
"sell_to": "binance",
"sell_price": 0.00726,
"spread_price": 0.005337,
"spread_percentage": 277.535,
"confidence": 98.00,
"timestamp": 1752738158
},
]