Use this skill to run Upbit 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://raw.githubusercontent.com/holon-run/uxc/main/skills/upbit-openapi-skill/references/upbit-public.openapi.jsonThis skill covers a curated Upbit public surface for:
This skill does not cover:
Upbit uses regional hosts. Pick the right one for the market you need before linking.
Examples:
https://sg-api.upbit.comhttps://id-api.upbit.comhttps://th-api.upbit.comPublic market endpoints in this skill do not require credentials.
Upbit private APIs use provider-specific bearer JWT generation with request-specific claims. Keep this v1 skill public-data-only until a reusable Upbit signer flow exists in uxc.
command -v upbit-openapi-cli uxc link upbit-openapi-cli https://sg-api.upbit.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/upbit-openapi-skill/references/upbit-public.openapi.json
upbit-openapi-cli -hupbit-openapi-cli get:/v1/market/all -hupbit-openapi-cli get:/v1/ticker -hupbit-openapi-cli get:/v1/ticker markets=SGD-BTCupbit-openapi-cli get:/v1/orderbook markets=SGD-BTCget:/v1/market/allget:/v1/tickerget:/v1/candles/minutes/{unit}get:/v1/orderbook--text.ok, kind, protocol, data, error.SGD-BTC and USDT-BTC.upbit-openapi-cli ... is equivalent to uxc --schema-url ... .references/usage-patterns.mdreferences/upbit-public.openapi.json共 1 个版本