Market Data API

Access real-time and historical cryptocurrency market data through our REST API and WebSocket feeds.

Market Data API

CoinAPI Market Data API provides access to real-time and historical cryptocurrency market data from 300+ exchanges.

Overview

The Market Data API offers two main interfaces:

  • REST API — Request/response model for historical and current data
  • WebSocket — Real-time streaming for live market data

Key Features

  • OHLCV — Open, High, Low, Close, Volume candlestick data
  • Trades — Individual trade execution data
  • Order Books — Market depth snapshots and updates
  • Exchange Rates — Cross-rate calculations

Quick Start

  1. Sign up and get your API key
  2. Choose your interface: REST API or WebSocket
  3. Make your first request:
curl -X GET "https://rest.coinapi.io/v1/exchanges" \
  -H "X-CoinAPI-Key: YOUR_API_KEY"

[!NOTE] All API responses are returned in JSON format with UTF-8 encoding.

Rate Limits

PlanRequests/secondRequests/day
Startup101,000
Streamer10010,000
Pro100100,000
EnterpriseCustomCustom

Next Steps

Service StatusGitHub SDK