gregat

CEX + DEX price comparison

# Type Venue Bid Ask Spread Size / Liq Status

Price Comparison

Spread & Delta

Price Timeline

Why gregat

CEX + DEX

Compare prices across centralized exchanges and decentralized protocols in one view.

Multi-Chain

DEX prices from Solana, Ethereum, BSC, Avalanche, and Sui aggregated via DexScreener.

Open Source

Deploy your own instance with custom platform fees. Configure via gregat.toml.

Real-time

Auto-refreshing quotes every 5 seconds from Binance, Kraken, OKX, Bybit, and DEXes.

How it works

1

Select a pair

Choose from 12+ trading pairs like BTC/USDT, SOL/USDT, PEPE/USDT.

2

Fetch prices

gregat queries 4 CEXes and DEXes across multiple blockchains in parallel.

3

Compare

Results sorted by best price. See exactly where to get the best deal.

Supported venues

Binance Kraken OKX Bybit Raydium Orca Meteora Uniswap PancakeSwap Cetus SushiSwap Balancer Trader Joe Curve

API

Free, public JSON API. No authentication required.

GET https://gregat.com/api/quote?pair=BTC/USDT
{
  "pair": "BTC/USDT",
  "quotes": [
    {
      "venue": "Binance",
      "type": "cex",
      "askPrice": "69658.20",
      "bidPrice": "69658.19",
      "spreadBps": 0.0014
    },
    {
      "venue": "Raydium (Solana)",
      "type": "dex",
      "askPrice": "69431.15",
      "midPrice": 69431.15
    }
  ]
}