kucoin-openapi-skill

Retrieve KuCoin public market data including tickers, order books, and candlesticks via UXC CLI.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill kucoin-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kucoin-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/kucoin-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill kucoin-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies interacting with KuCoin's public market data APIs, allowing users to easily retrieve information like symbols, tickers, order books, and candlestick data without needing to understand the intricacies of the API endpoints.

Core Features & Use Cases

  • Market Data Access: Retrieve essential public market information from KuCoin.
  • Simplified Workflow: Uses uxc for a consistent command-line interface, abstracting away protocol details.
  • Use Case: Quickly check the current price and trading volume for a specific cryptocurrency pair on KuCoin.

Quick Start

Use the kucoin-openapi-cli to get a list of all available trading symbols on KuCoin.

Frequently Asked Questions about kucoin-openapi-skill

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

FAQPage Schema
How do I retrieve KuCoin market data and tickers programmatically?

You can retrieve KuCoin market data and tickers programmatically by using a curated OpenAPI schema with the UXC CLI, which abstracts away protocol details and provides a consistent command-line interface.

Can I get order book snapshots and historical candlestick data from KuCoin's public API?

Yes, you can get order book snapshots and historical candlestick data from KuCoin's public API. This Skill provides programmatic access to retrieve these endpoints alongside trading symbols and all tickers.

What do I need to access KuCoin market data using this OpenAPI schema?

To access KuCoin market data using this OpenAPI schema, you need the UXC CLI installed and network access to the KuCoin API endpoint to execute the provided scripts and references.

How does the UXC CLI simplify crypto trading data retrieval from KuCoin?

The UXC CLI simplifies crypto trading data retrieval from KuCoin by providing a consistent command-line interface that abstracts away API protocol intricacies, allowing direct discovery of trading symbols and tickers.

Are there limitations to accessing KuCoin crypto market data with this approach?

A limitation of this approach is that it only provides access to KuCoin's public market data endpoints, meaning it does not support private trading actions, account management, or executing live orders.

What is the best way to discover available trading symbols on KuCoin?

The best way to discover available trading symbols on KuCoin is to use the kucoin-openapi-cli, which retrieves a full list of active trading pairs through the public market data API.