okx-market

Retrieve spot, derivatives, and index market data from the OKX V5 REST API.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill okx-market-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-market
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/okx-market
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill okx-market-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the complexity of manually navigating cryptocurrency exchange APIs by providing a streamlined interface to fetch real-time and historical market data for spot, derivatives, and index products.

Core Features & Use Cases

  • Comprehensive Market Data: Access real-time tickers, order book depth, candlestick charts, and funding rates for thousands of trading pairs.
  • Derivatives Insights: Retrieve critical metrics like open interest, mark prices, and historical funding rates to analyze market sentiment and arbitrage opportunities.
  • Use Case: A trader can use this Skill to automatically pull the latest BTC-USDT funding rates and candlestick data to build a custom volatility dashboard or automated trading signal generator.

Quick Start

Use the okx-market skill to retrieve the latest ticker data for the BTC-USDT trading pair.

Frequently Asked Questions about okx-market

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

FAQPage Schema
How do I retrieve real-time cryptocurrency market data from the OKX V5 API?

You can retrieve real-time cryptocurrency market data from the OKX V5 API by using this Skill to fetch standardized JSON output for spot, derivatives, and index tickers, order book depth, and candlestick charts across thousands of trading pairs.

Can I get historical funding rates and open interest for derivatives trading?

Yes, you can fetch historical funding rates, open interest, and mark prices for derivatives trading. This Skill retrieves these critical metrics from the OKX V5 API to help analyze market sentiment and identify arbitrage opportunities.

What's the best way to pull BTC-USDT candlestick data for a custom volatility dashboard?

The best way to pull BTC-USDT candlestick data for a custom volatility dashboard is using this Skill, which interfaces directly with the OKX V5 REST API to retrieve historical candlestick data structured as standardized JSON for your analysis tools.

Do I need pandas and requests to fetch OKX spot and derivatives tickers?

Yes, you need the requests and pandas dependencies to fetch OKX spot and derivatives tickers. This Skill utilizes requests for the REST API calls and pandas for structuring the returned JSON market intelligence into a usable format.

Does this Skill support high-frequency multi-instrument filtering for market data?

Yes, this Skill supports high-frequency data access and multi-instrument filtering. It retrieves comprehensive market data including spot, derivatives, and index information from the OKX V5 REST API to satisfy intensive data retrieval requirements.

Why use the OKX V5 REST API for retrieving cryptocurrency market intelligence instead of other data sources?

Using the OKX V5 REST API for retrieving cryptocurrency market intelligence provides direct access to real-time tickers, order book depth, and derivatives metrics. This Skill streamlines the API navigation complexity into standardized JSON output for immediate use.