upbit-cli

Query Upbit market data and execute trades via a unified CLI.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kyungw00k/upbit --skill upbit-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upbit-cli
Source: https://github.com/kyungw00k/upbit/tree/main/.claude/skills/upbit
Command: npx skills add https://github.com/kyungw00k/upbit --skill upbit-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a command-line interface to access Upbit's market data and trading capabilities, consolidating actions into a single AI-friendly tool.

Core Features & Use Cases

  • Market data retrieval (ticker, candle, orderbook, trades) without heavy setup.
  • Authenticated trading and wallet operations for managing accounts.
  • Real-time WebSocket streams for live market monitoring and asset tracking.

Quick Start

Run the Upbit CLI to fetch the ticker for KRW-BTC and view the result in JSON.

Frequently Asked Questions about upbit-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Upbit market data like ticker and orderbook from the command line?

You can query Upbit market data by running the CLI to fetch public endpoints for ticker, candle, and orderbook data, which outputs deterministic JSON suitable for AI agent consumption.

Can I execute authenticated Upbit trades and check my wallet balance via CLI?

Yes, you can perform authenticated buy and sell orders and check your wallet balance using the CLI, provided you supply the required Upbit API keys to handle the actions gracefully.

Do I need API keys to stream real-time WebSocket orderbook data for Upbit?

No, you do not need API keys for public market data. The CLI supports real-time WebSocket streams for live market monitoring and asset tracking without requiring authentication.

What is the best way to integrate Upbit CLI output into an AI agent workflow?

The best way is to utilize its JSON-first output format. The CLI is designed to expose deterministic JSON results for market data and trades, making it ideal for direct AI agent processing.

Does the Upbit CLI handle API errors gracefully during automated trading?

Yes, the CLI handles errors gracefully during authenticated actions and market data retrieval, ensuring stable trading and wallet operations without crashing the automated workflow.