What problem does it solve?
Accessing OKX V5 REST market endpoints requires juggling parameter formats and multiple docs for spot, derivatives, and index data, so this skill consolidates the public interface details and example workflows to get reliable data without building the integration from scratch.
Core Features & Use Cases
- Public market coverage: details on tickers, batch tickers, candles, trades, depth, and index endpoints guide you to call the right path for each instrument type.
- Practical Python helpers: scripts demonstrate how to fetch candles, tickers, and funding rates, parse JSON, and reshape results into Pandas dataframes for further analysis.
- Use case: analysts can rely on the endpoint catalog and examples to pull BTC spot quotes, perpetual funding rates, and open interest snapshots for trading research or reporting.
Quick Start
Ask the skill to fetch the latest BTC-USDT ticker from the OKX public market API.