OHLC Crypto Data API
The OHLC crypto data API from CryptoBoss provides candlestick chart data for any coin across 1d, 7d, 30d, 90d, 180d, and 365d timeframes. Essential for algorithmic trading and technical analysis.
Get OHLC data
get_ohlc coin=bitcoin days=30Returns: timestamp, open, high, low, close for each candle. Data sourced from CoinGecko.
Also available via REST: GET /api/ohlc?coin=bitcoin&days=30
Cost: $0.01 per request. Free $1 credit covers 100 OHLC data pulls.