The only Upbit CLI designed for both humans and AI agents.
curl -sSL https://kyungw00k.dev/upbit/install.sh | sh
brew install kyungw00k/cli/upbit
Real-time prices, historical candles with SQLite cache, orderbook depth, and trade streams across all KRW/BTC/USDT pairs.
upbit ticker KRW-BTC
upbit candle KRW-BTC -i 1d --from 2025-01-01
Limit & market orders with tick-size auto-correction, percentage sizing (-V 50%), price keywords (-p now), and reserved orders (--watch).
upbit buy KRW-BTC -p now -V 50%
upbit sell KRW-BTC -V 100%
Full-screen Bubble Tea terminal UI — live ticker, orderbook depth chart, trade stream, and ASCII candlestick chart with volume pane. Multi-market Tab switching.
upbit watch candle KRW-BTC -i 1m
upbit watch orderbook KRW-BTC
JSON Schema export for LLM/MCP tool calling. Non-TTY auto-JSON output. AI agent skill installer for Claude Code & agentskills.io.
upbit tool-schema buy
upbit ticker KRW-BTC | jq '.trade_price'
curl -sSL https://kyungw00k.dev/upbit/install-skill.sh | sh
Installs to ~/.agents/skills/upbit/ (agentskills.io)
and .claude/skills/upbit/ (Claude Code).
upbit tool-schema # All 35 commands as JSON Schema
upbit tool-schema buy # With response field descriptions
A Claude Code skill is available for AI agents to use upbit automatically.
/plugin marketplace add kyungw00k/skills
/plugin install cli-tools@kyungw00k-skills
upbit update