okx-market

Retrieve cryptocurrency market data from OKX's V5 REST API.

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/644408071-design/Kokpop --skill okx-market-644408071-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-market
Source: https://github.com/644408071-design/Kokpop/tree/main/agent/src/skills/okx-market
Command: npx skills add https://github.com/644408071-design/Kokpop --skill okx-market-644408071-design

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of accessing comprehensive and up-to-date cryptocurrency market data from OKX, simplifying the process of retrieving and analyzing information.

Core Features & Use Cases

  • Real-time Data: Access real-time prices, candlesticks, funding rates, and open interest for various cryptocurrency instruments.
  • Spot and Derivatives: Supports spot market data and derivatives, including perpetual swaps, delivery futures, options, and more.
  • No Authentication Required: Retrieve public market data without the need for account registration or tokens.

Quick Start

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

Frequently Asked Questions about okx-market

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

FAQPage Schema
How do I get real-time cryptocurrency market data without API authentication?

You can retrieve real-time cryptocurrency market data without authentication by accessing OKX's V5 REST API. This approach provides public spot and derivatives information directly without requiring account registration or tokens.

What specific spot and derivatives market data can I fetch from OKX?

You can fetch spot and derivatives market data from OKX, including real-time prices, candlesticks, funding rates, and open interest for instruments like perpetual swaps, delivery futures, and options.

Does the OKX market data Skill require an API key to fetch prices?

No, the OKX market data Skill does not require an API key. It retrieves public market data directly from the OKX V5 REST API without needing account registration or authentication tokens.

Can I use Python requests to access OKX funding rates and open interest?

Yes, you can use Python requests to access OKX funding rates and open interest. The Skill utilizes the requests library to interact with the V5 REST API endpoint and retrieve these derivatives metrics.

What's the best way to retrieve candlestick data for perpetual swaps?

The best way to retrieve candlestick data for perpetual swaps is using the OKX V5 REST API. This Skill provides direct access to real-time derivatives candle information without authentication barriers.