okx-market

Retrieve cryptocurrency market data from the OKX V5 REST API.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill okx-market-santoosaraujo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-market
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/okx-market
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill okx-market-santoosaraujo

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 reliable, real-time cryptocurrency market data without the need for complex authentication or paid API subscriptions.

Core Features & Use Cases

  • Market Data Retrieval: Access spot, perpetual swap, futures, and option prices, including order book depth and recent trades.
  • Historical Analysis: Retrieve candlestick (OHLCV) data and historical funding rates for trend analysis and backtesting.
  • Use Case: Quickly pull the latest BTC-USDT price or calculate the annualized funding rate for a perpetual contract to identify arbitrage opportunities.

Quick Start

Use the okx-market skill to fetch 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 without complex authentication?

You can retrieve real-time cryptocurrency market data without authentication by accessing the OKX V5 REST API. This approach provides public access to spot, derivatives, and index information for quantitative analysis without requiring paid API subscriptions.

Can I fetch historical OHLCV candlestick data and funding rates for backtesting?

Yes, you can fetch historical OHLCV candlestick data and historical funding rates for trend analysis and backtesting. The API retrieves candlestick data for various trading instruments to support quantitative analysis of price action.

Does this API access method support perpetual swap and futures market depth?

Yes, this API access method supports perpetual swap and futures market depth. It retrieves comprehensive market data including spot, derivatives, and option prices, along with order book depth and recent trades for various trading instruments.

How do I calculate annualized funding rates to identify crypto arbitrage opportunities?

To calculate annualized funding rates for arbitrage opportunities, you retrieve historical funding rates for perpetual contracts via the OKX V5 REST API. This data facilitates quantitative analysis of funding rates across various trading instruments.

Do I need a paid API subscription to access OKX exchange data for quantitative analysis?

No, you do not need a paid API subscription to access OKX exchange data for quantitative analysis. The skill satisfies requirements for public, unauthenticated access to real-time and historical exchange data without complex authentication.