CEX: Get Ohlcv
CEX via Parse · crypto_web3
Fetch OHLCV candlestick data for a trading pair for a specific date. Returns 1-minute, 1-hour, and 1-day candle arrays as JSON strings. Each candle is [timestamp, open, close, low, high, volume]. The date must be a completed historical day; current or very recent dates may return empty data. Comprehensive API for CEX.io providing access to both legacy and modern Spot Trading public market data, including tickers, order books, trade history, and OHLCV candles. Fulfilled by Parse from cex.io.
- cex
- cex-io
- crypto-web3
- finance
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1dd8fdd2-c4cf-435c-94b9-f27cfe6abb11/get_ohlcv
- Interface artifact
- sha256:55a4169634b2f6ecd73ad1e26ecc051e514a64336cc3625ca029e63b039e070f
- Manifest digest
- sha256:45c3ab8e50a88e896972e91aa6539d4f5d9662124060bd25940432bfb7e0e8bd
Request fields
- date (string): Date in YYYYMMDD format. Must be a completed historical day (not today or very recent). Omitting defaults to 7 days ago.
- symbol1 (string): Base currency symbol (e.g. BTC, ETH, XRP, ADA, DOT, SOL).: Allowed values: BTC, ETH, XRP
- symbol2 (string): Quote currency symbol (e.g. USD, EUR, GBP, USDT).: Allowed values: USD, EUR, GBP
Example queries
- {"date":"20260604","symbol1":"BTC","symbol2":"USD"}