Get API
Back to Marketplace
💳
Freemiumv3.0.0

CryptoRates Ticker API

Payments & Finance Infrastructure

CryptoRates aggregates OHLCV data, order book depth, trade feeds, and portfolio analytics. WebSocket subscriptions deliver sub-100ms price updates. REST endpoints support historical candles from 2010 onwards, market cap rankings, and DEX liquidity data.

RESTGraphQLReal-timeOpenAPINode.js
https://api.cryptorates.io/v3
Trust Score

4.7 / 5

178 dev notes

Live Uptime

99.95%

Guaranteed SLA

Avg Latency

45ms

Global Edge

API Traffic

9.8M

monthly average

Available Endpoints

GET/pricesGet current prices for multiple coins
GET/candles/:pairOHLCV historical candles
GET/orderbook/:pairLive order book depth
WS/tickerReal-time price feed
Implementation Example
const res = await fetch(
  'https://api.cryptorates.io/v3/prices?ids=bitcoin,ethereum,solana&currency=usd',
  { headers: { 'X-API-Key': process.env.CR_KEY } }
);
const prices = await res.json();
// { bitcoin: { usd: 68420 }, ethereum: { usd: 3210 } }

API Access

✓ FREE TIER ACTIVE

First 10,000 calls are free every month.

Personal$49/mo
Team$149/mo
Enterprise$499/mo
Technical Docs

API Provider

Jackson Lee

Jackson Lee

Fintech backend developer. Payments & fraud detection expert.