Skip to content
Worix
BrowsePublish
Log inSign Up

Arbitrage Finder

Scan price differences across exchanges, score arbitrage opportunities, and track historical success rates.

25 downloads
Free
Reviewed
chinese
productivity

Arbitrage Finder šŸ”„

Discover cross-exchange arbitrage opportunities by scanning price differences, factoring in fees and transfer times, and scoring profitability.

How It Works — Step by Step

Step 1: Configure Exchanges

Set up the exchanges you want to monitor. The tool uses public ticker APIs (no API keys needed for price scanning).

bash scripts/arbitrage-finder.sh config \
  --exchanges "binance,okx,bybit,coinbase,kraken,kucoin"

Step 2: Scan for Opportunities

Run a scan across all configured exchanges for a specific asset or all tracked assets:

# Scan specific pair
bash scripts/arbitrage-finder.sh scan --pair BTC/USDT

# Scan all tracked pairs
bash scripts/arbitrage-finder.sh scan --all

# Scan with minimum spread threshold
bash scripts/arbitrage-finder.sh scan --all --min-spread 0.5

Step 3: Analyze an Opportunity

When a spread is found, analyze it with fees and timing factored in:

bash scripts/arbitrage-finder.sh analyze \
  --pair ETH/USDT \
  --buy-exchange binance \
  --sell-exchange coinbase \
  --amount 10000

This outputs:

  • Buy price & total cost (including fees)
  • Sell price & total revenue (minus fees)
  • Network transfer fee and estimated time
  • Net profit/loss after all costs
  • Opportunity score (0-100)

Step 4: Review History

Track past opportunities and their outcomes:

bash scripts/arbitrage-finder.sh history --days 7 --pair BTC/USDT

Step 5: Generate Report

bash scripts/arbitrage-finder.sh report --days 30 --output arb-report.html

Opportunity Scoring

Each opportunity is scored 0-100 based on:

FactorWeightHow It's Measured
Net Spread30%Spread after ALL fees
Liquidity25%Can you fill the order at quoted price?
Transfer Speed20%Faster = less price risk
Historical Success15%Has this route been profitable before?
Volatility Risk10%Price change risk during transfer

Score Interpretation

  • 80-100 🟢 Strong opportunity — likely profitable
  • 60-79 🟔 Moderate — profitable with good execution
  • 40-59 🟠 Risky — tight margins, timing critical
  • 0-39 šŸ”“ Not recommended — fees likely eat the spread

Fee Reference

ExchangeMaker FeeTaker FeeWithdrawal (BTC)Withdrawal (ETH)
Binance0.10%0.10%0.00010.00028
Coinbase0.40%0.60%0.00010.00044
Kraken0.16%0.26%0.000150.0025
OKX0.08%0.10%0.00010.00028
Bybit0.10%0.10%0.00020.0003
KuCoin0.10%0.10%0.00020.0028

Fees are approximate and change frequently. The tool fetches current fee schedules when available.

Transfer Time Estimates

NetworkAvg ConfirmationNotes
Bitcoin30-60 min2-6 confirmations required
Ethereum5-15 min12+ confirmations typical
Solana<1 minNear instant
TRON1-3 min19 confirmations
Polygon2-5 min128 confirmations

Risk Warnings

āš ļø Slippage risk: Large orders may not fill at displayed price. āš ļø Transfer risk: Prices can move during withdrawal/deposit time. āš ļø Exchange risk: Deposits can be delayed or suspended without notice. āš ļø This tool does NOT execute trades. It only identifies and scores opportunities.

Download

ZIP package — ready to use

Skill Info

Creator
bytesagain1
Downloads
25
Published
Mar 15, 2026
Updated
Mar 16, 2026