What problem does it solve?
Provides a simple, programmatic interface to fetch public OKX V5 market data so users and tools can retrieve reliable crypto quotes, candlesticks, funding rates, open interest, and order book snapshots without dealing with raw API details or authentication.
Core Features & Use Cases
- Comprehensive Market Coverage: Exposes spot, swap, futures, options, and index endpoints for tickers, batch tickers, candles, trades, order books, funding rates, mark price, open interest, and price limits.
- Data-ready Client Examples: Example Python scripts convert JSON responses into pandas DataFrames, normalize timestamps, and handle common response validation.
- Use Cases: Backtesting and strategy research with historical candlesticks, real-time monitoring dashboards, funding-rate and open-interest analysis for derivatives, and automated data ingestion pipelines.
Quick Start
Use the OKX skill to fetch BTC-USDT 1D candlesticks for the last 30 entries and return a CSV containing ts, open, high, low, close.