Crypto Funding Rate Arbitrage Scanner avatar

Crypto Funding Rate Arbitrage Scanner

Pricing

Pay per usage

Go to Apify Store
Crypto Funding Rate Arbitrage Scanner

Crypto Funding Rate Arbitrage Scanner

Scan funding rates across 6 exchanges (Binance, Bybit, OKX, Gate.io, Bitget, Hyperliquid) for any token and identify cross-exchange arbitrage opportunities. Returns normalized hourly rates, annualized APR, max spread between exchanges, and ranked arbitrage pairs. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scan perpetual futures funding rates across 6 exchanges (Binance, Bybit, OKX, Gate.io, Bitget, Hyperliquid) and surface cross-exchange arbitrage opportunities ranked by annualized spread APR. No API key required.

What is Funding Rate Arbitrage?

When a token's funding rate is positive on Exchange A (+0.05%/8h) but negative on Exchange B (-0.01%/8h), you can:

  • Go short on A (receive the positive rate)
  • Go long on B (receive or cheaply pay the negative rate)
  • Pocket the spread (~0.06%/8h = ~32% APR) with delta-neutral exposure

Example Output

{
"symbol": "SOL",
"max_spread_apr_pct": 24.6,
"best_long_exchange": "hyperliquid",
"best_short_exchange": "bitget",
"long_rate_apr_pct": -5.2,
"short_rate_apr_pct": 19.4,
"rates_per_exchange": {
"binance": 12.1, "bybit": 14.8, "okx": 17.2,
"gateio": 8.3, "bitget": 19.4, "hyperliquid": -5.2
}
}

Exchanges Supported

ExchangeSymbol FormatInterval
Binance USDMBTCUSDT8h
Bybit LinearBTCUSDT8h
OKX SWAPBTC-USDT-SWAP8h
Gate.io USDTBTC_USDT8h
Bitget USDT-FuturesBTCUSDT8h
HyperliquidBTC1h

Input Options

ParameterTypeDefaultDescription
symbolsstring[]Top 10 tokensToken symbols to scan (BTC, ETH, SOL...)
exchangesstring[]All 6Exchanges to include
minSpreadAprnumber5Min annualized spread % to include
outputModestringsummarysummary (one row/token) or full (one row/exchange)

Pricing

  • $0.003 per token scanned — 10 tokens × 6 exchanges = $0.03

Tips

  • Run on a schedule (e.g., every 4 hours) to catch rate spikes
  • Combine with your own execution layer for automated arb
  • Rates are normalized to hourly APR for fair comparison across 1h and 8h funding intervals