okx-market

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

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

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 manually tracking fragmented cryptocurrency market data by providing a unified, automated interface to retrieve real-time prices, historical trends, and derivatives metrics from the OKX exchange.

Core Features & Use Cases

  • Market Monitoring: Retrieve real-time ticker data for spot, perpetual swaps, and futures to monitor price action.
  • Technical Analysis: Access historical candlestick (OHLCV) data for various timeframes to power automated charting or strategy backtesting.
  • Derivatives Intelligence: Analyze funding rates, open interest, and mark prices to gauge market sentiment and leverage conditions.

Quick Start

Use the okx-market skill to fetch the latest ticker price and 24-hour volume 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?

To retrieve real-time cryptocurrency market data from the OKX V5 API, you can fetch spot prices, derivatives metrics, and historical candlestick information directly through automated scripts for quantitative analysis and market monitoring.

Can I get historical OHLCV candlestick data for crypto backtesting?

Yes, you can access historical OHLCV candlestick data across various timeframes to power automated charting, technical analysis, and strategy backtesting for different cryptocurrency trading instruments.

How do I monitor crypto derivatives metrics like funding rates and open interest?

You can monitor crypto derivatives metrics like funding rates and open interest by retrieving specific indicators for perpetual swaps and futures, allowing you to gauge market sentiment and leverage conditions.

Does this solution support batch ticker retrieval for multiple crypto trading pairs?

Yes, the solution satisfies requirements for high-frequency data access and batch ticker retrieval, enabling you to monitor price action across multiple spot, perpetual swap, and futures instruments simultaneously.

What do I need to run automated crypto market data retrieval scripts?

You need a Python environment with the requests and pandas libraries installed to execute the scripts, which handle the API requests and structure the retrieved market data for quantitative analysis.