Operate KuCoin public exchange market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.
Use this skill to run KuCoin public market-data operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
uxc is installed and available in PATH.https://api.kucoin.com.https://raw.githubusercontent.com/holon-run/uxc/main/skills/kucoin-openapi-skill/references/kucoin-public.openapi.jsonThis skill covers a curated KuCoin public market surface for:
This skill does not cover:
Public market endpoints in this skill do not require credentials.
KuCoin private REST auth uses provider-specific headers and signing rules including passphrase handling. Keep this v1 skill public-data-only until a reusable KuCoin signer flow exists in uxc.
Use the fixed link command by default:
command -v kucoin-openapi-cliuxc link kucoin-openapi-cli https://api.kucoin.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/kucoin-openapi-skill/references/kucoin-public.openapi.jsonkucoin-openapi-cli -hInspect operation help before execution:
kucoin-openapi-cli get:/api/v1/symbols -hkucoin-openapi-cli get:/api/v1/market/allTickers -hPrefer narrow symbol reads first:
kucoin-openapi-cli get:/api/v1/market/orderbook/level2_20 symbol=BTC-USDTkucoin-openapi-cli get:/api/v1/market/candles symbol=BTC-USDT type=1hourget:/api/v1/symbolsget:/api/v1/market/allTickersget:/api/v1/market/orderbook/level2_20get:/api/v1/market/candles--text.ok, kind, protocol, data, error.BTC-USDT.kucoin-openapi-cli <operation> ... is equivalent to uxc https://api.kucoin.com --schema-url <kucoin_public_openapi_schema> <operation> ....references/usage-patterns.mdreferences/kucoin-public.openapi.json