upbit

Automate Upbit market data access and trading via a unified CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upbit users need a unified CLI to access market data, execute trades, manage wallets, and stream real-time information without juggling multiple tools.

Core Features & Use Cases

  • Real-time market data, historical candles with SQLite cache, and real-time streams for orderbook and trades.
  • Authenticated trading commands with flexible order types, percentage sizing, and price keywords, plus wallet overview.
  • AI-ready integration: non-TTY JSON output and tool/schema compatibility for automated workflows.

Quick Start

Ask the AI to fetch the current price for a given market using the upbit ticker command.

Frequently Asked Questions about upbit

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

FAQPage Schema
How do I access Upbit market data and orderbook from the command line?

You can access Upbit market data and orderbooks by running CLI commands that fetch real-time tickers, stream trades, and query historical candles with a local SQLite cache. The tool outputs non-TTY JSON, making it suitable for both direct terminal use and automated scripts.

Can I execute crypto trades and manage wallet operations through a CLI?

Yes, you can execute crypto trades and manage wallet operations through authenticated CLI commands. It supports flexible order types, percentage-based position sizing, price keywords, and provides a comprehensive wallet overview for managing your Upbit account balances.

How do I get historical candle data for crypto markets without repeated API calls?

You retrieve historical candle data for crypto markets by using the CLI's built-in SQLite cache, which stores previously fetched candle records locally. This caching mechanism prevents redundant API calls to Upbit and speeds up subsequent historical data queries for backtesting or analysis.

Does the Upbit CLI work with AI agents for automated trading workflows?

Yes, the Upbit CLI works with AI agents by providing non-TTY JSON output and tool schema compatibility designed for automated workflows. This AI-ready integration allows agents to parse market data and execute trading commands programmatically without human intervention.

What is the best way to integrate Upbit order management into an automated workflow?

The best way to integrate Upbit order management into an automated workflow is using the CLI's non-TTY JSON output alongside its flexible order types and percentage sizing features. This allows your scripts or AI agents to programmatically submit and manage orders with structured, machine-readable responses.

Do I need API keys to fetch real-time crypto ticker prices?

No, you do not need API keys to fetch real-time crypto ticker prices, as accessing public market data like tickers, orderbooks, and historical candles is typically unauthenticated. However, executing trades, managing orders, and viewing wallet balances require authenticated Upbit API credentials.