Prices, order books, trades and OHLC from every major exchange, delivered over one clean REST and WebSocket API. Built for latency, scaled for production.
Free trial · no credit card · paid plans from €79/mo
// Real-time price for any market, any exchange const res = await fetch( "https://gateway.coinray.eu/v2/BINANCE_BTC_USDT/ticker" ); const ticker = await res.json(); console.log(ticker);
One consistent schema across every venue, so you write your integration once and never touch exchange-specific quirks again.
Subscribe to tickers, order books and trades over WebSocket with low-latency delivery from the matching engine.
20+ exchanges, 21,000+ markets, one normalized symbol format and one response schema.
Low-latency endpoints for tickers, candles and depth, paginated, cacheable and rate-limit friendly.
Backfill any market from minutes to years of candles for backtests and charts.
Scoped API keys, JWT auth and per-key revocation. Rotate credentials without downtime.
99.9% uptime, transparent status and usage dashboards, and metered plans that scale with you.
Crypto headlines normalized from dozens of RSS feeds, tagged by currency and delivered through the same API.
Macro events, CPI, rate decisions, jobs, with actual, forecast and previous values for every release.
// GET /v2/BINANCE_BTC_USDT/ticker { "symbol": "BINANCE_BTC_USDT", "price": "63204.15", "bid": "63203.90", "ask": "63204.40", "volume": "1284.66", "time": 1719830400 }
Stop writing per-exchange adapters. Coinray normalizes symbols, precision and payloads so your code stays clean.
Aggregated crypto news normalized from dozens of sources and tagged by currency, served through the same API you already use.
Rate decisions, CPI, jobs and more, with actual, forecast and previous values, ready to drop into your trading tools.
Simple monthly tiers with metered overage. Upgrade as your traffic grows, see full details on the pricing page.
For production apps getting off the ground.
For high-volume apps and real-time feeds.
For enterprise throughput and dedicated infra.
Plans from €79/month with metered overage. Pick a tier and start building on the unified API.