okx-market

Retrieves real-time and historical crypto market data from OKX V5 REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides real-time cryptocurrency market data, making it easy to keep track of prices, trends, and trading information without manual research.

Core Features & Use Cases

  • Real-time Prices: Access the latest market prices for various cryptocurrencies.
  • Candlestick Data: Retrieve historical price data in the form of candlesticks.
  • Funding Rates: Monitor funding rates for perpetual contracts.
  • Open Interest: Track the open interest for different contracts.
  • Use Case: For traders looking to stay informed about market movements and make informed decisions based on real-time data.

Quick Start

Use the okx-market skill to get the latest price of BTC-USDT.

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 OKX?

You retrieve real-time cryptocurrency market data from OKX by using the OKX V5 REST API to fetch spot, derivatives, and index prices. This Skill provides direct access to live market data without requiring authentication.

Can I get historical candlestick data for crypto trading analysis?

Yes, you can get historical candlestick data for crypto trading analysis directly from the OKX V5 REST API. This allows you to retrieve historical price data formatted as candlesticks for technical analysis.

Do I need an API key to access OKX funding rates and open interest?

No, you do not need an API key to access OKX funding rates and open interest. This Skill retrieves market data through the OKX V5 REST API without requiring any authentication.

What is the best way to track perpetual contract funding rates for crypto?

The best way to track perpetual contract funding rates for crypto is using the OKX V5 REST API. This approach provides real-time funding rates and open interest data suitable for derivatives market analysis.

Does this market data approach work with pandas for trading decision-making?

Yes, this market data approach works with pandas for trading decision-making. The Skill uses pandas as a dependency to structure the real-time and historical cryptocurrency data retrieved from the OKX V5 REST API.