okx-market

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

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/20YN04/vibe-trading-macos --skill okx-market-20yn04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-market
Source: https://github.com/20YN04/vibe-trading-macos/tree/main/agent/src/skills/okx-market
Command: npx skills add https://github.com/20YN04/vibe-trading-macos --skill okx-market-20yn04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of accessing fragmented cryptocurrency market data by providing a unified, programmatic interface to retrieve real-time and historical data from the OKX exchange.

Core Features & Use Cases

  • Market Data Retrieval: Access spot, derivatives, index, and funding rate data via the OKX V5 REST API.
  • Analytical Insights: Calculate market trends, volatility, and arbitrage opportunities using historical candlestick and funding rate data.
  • Use Case: A trader can use this Skill to automatically fetch the latest funding rates for multiple perpetual swaps to identify potential basis trading opportunities or monitor real-time price movements for specific trading pairs.

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 without authentication?

To retrieve real-time cryptocurrency market data from the OKX V5 API without authentication, you can programmatically access spot, derivatives, and index endpoints to fetch current prices and trading volumes directly.

How can I fetch historical candlestick data for quantitative analysis using Python?

You can fetch historical candlestick data for quantitative analysis using Python by querying the OKX V5 REST API to ingest historical price trends and calculate market volatility without requiring user authentication.

What is the best way to monitor perpetual swap funding rates for basis trading opportunities?

The best way to monitor perpetual swap funding rates for basis trading opportunities is by programmatically retrieving funding rate endpoints from the OKX V5 API to identify arbitrage conditions across multiple derivatives.

Can I use Python pandas to analyze high-frequency cryptocurrency market data?

Yes, you can use Python pandas to analyze high-frequency cryptocurrency market data by processing the retrieved spot and derivatives information from the OKX V5 REST API for quantitative trend analysis.

Does retrieving OKX market data require API keys or user authentication?

Retrieving OKX market data does not require API keys or user authentication, as the Skill facilitates programmatic access to public market data endpoints including spot, derivatives, and index information.