What problem does it solve? Accessing Upbit's regional public exchange APIs requires picking the correct regional host, knowing the right endpoints, and handling quote-first market codes. This Skill packages a curated OpenAPI schema and link-first workflow so you can run market discovery, ticker, candle, and order book reads through UXC without memorizing endpoint details. ## Core Features & Use Cases - Market Discovery: List all available markets on a chosen regional Upbit host via get:/v1/market/all. - Market Data Reads: Fetch tickers, minute candles, and order book snapshots for quote-first market codes like SGD-BTC. - Region-Aware Setup: Fixed uxc link command binds a CLI alias to the correct regional host with the curated schema URL. - Use Case: You want the last 24 hourly candles for SGD-BTC. After linking once, run upbit-openapi-cli get:/v1/candles/minutes/{unit} unit=60 market=SGD-BTC count=24 and parse the JSON envelope. ## Quick Start Use the upbit-openapi-skill to link the Singapore Upbit host and fetch the current ticker for SGD-BTC.