Crypto Price Comparison Across Exchanges avatar

Crypto Price Comparison Across Exchanges

Pricing

from $10.00 / 1,000 crypto price compareds

Go to Apify Store
Crypto Price Comparison Across Exchanges

Crypto Price Comparison Across Exchanges

Compare the latest crypto prices across exchanges (Binance, OKX, Bybit, KuCoin, NovaDAX, Mercado Bitcoin and more): cheapest and most expensive exchange, spread, arbitrage and market data. One row per coin.

Pricing

from $10.00 / 1,000 crypto price compareds

Rating

0.0

(0)

Developer

Acme AI

Acme AI

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

🪙 Crypto Price Comparison Across Global Exchanges (USD)

Stop overpaying for crypto. Every exchange prices the same coin differently - this actor shows you the price on all the major global exchanges at once and flags the cheapest one, so you always buy at the best price (and spot arbitrage gaps).

Crypto price comparison across exchanges

Compares Binance, OKX, Bybit, Bitget, KuCoin, Crypto.com, Gate.io, Kraken, NovaDAX and Mercado Bitcoin in a single call. For each coin: the price on every exchange (USD), the cheapest and most expensive exchange, the spread, the best arbitrage opportunity, plus key market data. One row per coin - export to CSV/Excel or call the Standby API.

⚡ Powered by the data engine behind criptocortex.com.


What you get (per coin)

GroupFields
IdentitycoinId, symbol, name, snapshotAt
PricepriceUsd, avgPriceUsd, minPriceUsd, maxPriceUsd
Spread / arbitragepriceSpreadPct, bestArbOpportunityPct, cheapestExchange, mostExpensiveExchange
Per exchange (USD)binanceUsd, okxUsd, bybitUsd, bitgetUsd, kucoinUsd, cryptoComUsd, gateIoUsd, krakenUsd, novadaxUsd, mercadoBitcoinUsd
MarketpriceChange24h, high24h, low24h, ath, atl, marketCap, marketCapRank, signal, liquidityScore

Aggregates (avg/min/max/spread/arbitrage and cheapest/most expensive) are computed across the global exchanges above. A per-exchange field is null when that exchange has no quote for the coin in the latest snapshot.


Monitored coins

Bitcoin (BTC), Ethereum (ETH), Solana (SOL), XRP, Cardano (ADA), Dogecoin (DOGE), Avalanche (AVAX), BNB, Tether (USDT), USD Coin (USDC).


How to use

Leave it empty for all coins, or filter:

{ "coins": ["bitcoin", "ethereum"] }
  • coins: filter by coin id (empty = all monitored coins)

Always returns the latest snapshot (no delay). Export the dataset as JSON / CSV / Excel, or call the Standby API (POST /prices).


Example output (one coin)

{
"coinId": "bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"snapshotAt": "2026-06-10T14:50:07.036456+00:00",
"priceUsd": 61965.88,
"avgPriceUsd": 61970.56,
"minPriceUsd": 61932,
"maxPriceUsd": 61985,
"priceSpreadPct": 0.09,
"bestArbOpportunityPct": 0.09,
"priceChange24h": 0.95,
"signal": "neutral",
"liquidityScore": 85,
"binanceUsd": 61968.11,
"okxUsd": 61979.8,
"bybitUsd": 61985,
"krakenUsd": 61932,
"cryptoComUsd": 61981,
"novadaxUsd": 61945,
"mercadoBitcoinUsd": 61958,
"cheapestExchange": "kraken",
"mostExpensiveExchange": "bybit"
}

FAQ

How fresh is the data? It returns the latest snapshot collected from the exchanges (refreshed every few minutes).

Which exchanges and currency? Binance, OKX, Bybit, Bitget, KuCoin, Crypto.com, Gate.io, Kraken, NovaDAX and Mercado Bitcoin, all priced in USD.

Why is some exchange null? Not every exchange lists every coin; when there's no quote in the latest snapshot, that column is null.

Can I call it in real time? Yes. The Standby endpoint POST /prices responds synchronously.


🔌 API integration

Batch run:

curl -X POST "https://api.apify.com/v2/acts/acme-ai~crypto-price-comparison/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"coins":["bitcoin","ethereum"]}'

Standby (POST /prices):

curl -X POST "https://acme-ai--crypto-price-comparison.apify.actor/prices" \
-H "Authorization: Bearer YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
--compressed \
-d '{"coins":["bitcoin","ethereum"]}'

The token goes in the Authorization: Bearer header, never in the URL.


Notes

Prices are for informational purposes only and are not financial advice. Always verify on the exchange before trading. More crypto tools at criptocortex.com.