Install
openclaw skills install upbit-openapi-skillOperate Upbit public exchange market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.
openclaw skills install upbit-openapi-skillUse 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.
Choose the correct regional host for the market you need.
Use a fixed link command by default:
command -v upbit-openapi-cliuxc 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.jsonupbit-openapi-cli -hInspect operation help before execution:
upbit-openapi-cli get:/v1/market/all -hupbit-openapi-cli get:/v1/ticker -hPrefer narrow market reads first:
upbit-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 <operation> ... is equivalent to uxc <upbit_region_host> --schema-url <upbit_public_openapi_schema> <operation> ....references/usage-patterns.mdreferences/upbit-public.openapi.json