Option Expiration Spot Price Feeds and APIs
Binance
API:
https://api1.binance.com/api/v3/klines?symbol={quote_currency}{base_currency}&interval={interval}&startTime={start_ms}&endTime={end_ms}
Example:
Coinbase
API:
https://api.exchange.coinbase.com/products/{quote_currency}-{base_currency}/candles?start={start}&end={end}&granularity={interval}
Example:
Kraken
API:
https://api.kraken.com/0/public/OHLC?pair={quote_currency}{base_currency}&interval={interval}&since={start}
Example:
https://api.kraken.com/0/public/OHLC?pair=ETHUSDT&interval=60&since=1711054799
OKX
API:
https://www.okx.com/api/v5/market/candles?instId={quote_currency}-{base_currency}&bar={interval}&before={start_ms}&after={end_ms}
Example:
KuCoin
API:
https://api.kucoin.com/api/v1/market/candles?type={interval}&symbol={quote_currency}-{base_currency}&startAt={start}&endAt={end}
Example:
lbkex
API:
https://api.lbkex.com/v2/kline.do?symbol={quote_currency}_{base_currency}&size=1&type={interval}&time={start}
Example:
https://api.lbkex.com/v2/kline.do?symbol=eth_usdt&size=1&type=hour1&time=1711054800