Upbit Open API Skill - Usage Patterns

Link Setup

Choose the right regional host first. Example for Singapore:

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 -h

Read Examples

# List markets
upbit-openapi-cli get:/v1/market/all isDetails=false

# Read ticker
upbit-openapi-cli get:/v1/ticker markets=SGD-BTC

# Read minute candles
upbit-openapi-cli get:/v1/candles/minutes/{unit} unit=60 market=SGD-BTC count=24

# Read order book
upbit-openapi-cli get:/v1/orderbook markets=SGD-BTC

Guardrail Note

Fallback Equivalence