okx-cex-market

Query OKX CEX market data for read-only analysis.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill okx-cex-market-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-cex-market
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/zo-okx-cex-market
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill okx-cex-market-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you retrieve accurate OKX market information without manually checking charts by providing a guided way to query prices, candles, order books, and derivatives stats.

Core Features & Use Cases

  • Read-only market queries: Get ticker/last price and 24h range for a given instrument.
  • Market depth & public flow: Fetch order books and recent public trades to assess liquidity and microstructure.
  • Historical market data & indicators: Pull OHLCV candles (including paginated history) and run technical indicator calculations like RSI, MACD, EMA, and Bollinger Bands.
  • Derivatives support: Query funding rate, mark price, open interest, and index price for SWAP/FUTURES/OPTION instruments.

Quick Start

Query the latest BTC-USDT market ticker on Zo using okx-cex-market for a quick last price and 24h range summary.

Frequently Asked Questions about okx-cex-market

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch OKX candles and order book data for market analysis?

You can fetch OKX candles and order book data by querying read-only market endpoints to retrieve historical OHLCV and current market depth for liquidity assessment.

Can I calculate technical indicators like RSI and MACD using OKX market data?

Yes, you can calculate technical indicators like RSI and MACD by pulling OKX OHLCV candles and running the built-in indicator calculations for trend and momentum checks.

Does this approach support querying funding rates and open interest for OKX derivatives?

Yes, querying supports OKX derivatives, allowing you to retrieve funding rates, mark price, index price, and open interest for SWAP, FUTURES, and OPTION instruments.

What is the best way to validate OKX instruments before running historical OHLCV pulls?

The best way to validate OKX instruments before historical OHLCV pulls is using the instrument discovery preflight step, which verifies availability and gates indicator support to prevent invalid queries.

Are there limitations when requesting large historical OKX market data sets?

Yes, limitations for large historical OKX market data requests include safety guardrails enforced during paginated OHLCV pulls to prevent excessive data retrieval and ensure stable read-only query performance.