一键导入
upbit
Upbit exchange CLI — market data, trading, deposits/withdrawals, real-time streams. Trigger: crypto price, trading, Upbit, buy/sell, candle, orderbook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Upbit exchange CLI — market data, trading, deposits/withdrawals, real-time streams. Trigger: crypto price, trading, Upbit, buy/sell, candle, orderbook.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Upbit exchange CLI — market data, trading, deposits/withdrawals, real-time streams. Trigger: crypto price, trading, Upbit, buy/sell, candle, orderbook.
Upbit exchange CLI — market data, trading, deposits/withdrawals, real-time streams. Trigger: crypto price, trading, Upbit, buy/sell, candle, orderbook.
| name | upbit |
| description | Upbit exchange CLI — market data, trading, deposits/withdrawals, real-time streams. Trigger: crypto price, trading, Upbit, buy/sell, candle, orderbook. |
AI-native CLI for Upbit cryptocurrency exchange. All commands output JSON in non-TTY mode.
export UPBIT_ACCESS_KEY=your_key
export UPBIT_SECRET_KEY=your_secret
Market data commands work without authentication.
upbit tickerView current price
| Param | Type | Description |
|---|---|---|
market | array | Market code (e.g. KRW-BTC, KRW-ETH) |
quote | string | View all prices by quote currency (e.g. KRW, BTC, USDT) |
Response: acc_trade_price_24h, acc_trade_volume_24h, change, change_price, change_rate, high_price...
upbit candleView candles
| Param | Type | Description |
|---|---|---|
asc | boolean | Sort oldest first (default) |
count | integer | Number of results |
desc | boolean | Sort newest first |
force | boolean | Skip confirmation prompt |
from | string | Start time (e.g. 2025-01-01, 2025-01-01T09:00:00+09:00) |
interval | string | Candle interval (1s, 1m, 3m, 5m, 10m, 15m, 30m, 60m, 240m, 1d, 1w, 1M, 1y) |
market | string | Market code (e.g. KRW-BTC) |
no-cache | boolean | Skip cache |
Response: candle_acc_trade_price, candle_acc_trade_volume, candle_date_time_kst, candle_date_time_utc, high_price, low_price...
upbit marketList markets
| Param | Type | Description |
|---|---|---|
quote | string | Quote currency filter (KRW, BTC, USDT) |
Response: english_name, korean_name, market
upbit orderbookView orderbook
| Param | Type | Description |
|---|---|---|
market | array | Market code (e.g. KRW-BTC) |
Response: market, orderbook_units, total_ask_size, total_bid_size
upbit tradesView recent trades
| Param | Type | Description |
|---|---|---|
count | integer | Number of results |
market | string | Market code (e.g. KRW-BTC) |
Response: ask_bid, market, trade_price, trade_timestamp, trade_volume
upbit tick-sizeView tick size
| Param | Type | Description |
|---|---|---|
market | array | (req) |
Response: market, quote_currency, tick_size
upbit orderbook-levelsView orderbook level units
| Param | Type | Description |
|---|---|---|
market | array | (req) |
upbit buyPlace buy order
| Param | Type | Description |
|---|---|---|
force | boolean | Skip confirmation prompt |
id | string | Client-specified order identifier |
market | string | Market code to buy (e.g. KRW-BTC) (req) |
price | string | Order price |
smp | string | Self-trade prevention (cancel_maker, cancel_taker, reduce) |
test | boolean | Test order (no actual execution) |
tif | string | Time in Force (ioc, fok, post_only) |
total | string | Order total (market buy) |
volume | string | Order volume |
Response: created_at, executed_volume, market, ord_type, price, remaining_volume...
upbit sellPlace sell order
| Param | Type | Description |
|---|---|---|
force | boolean | Skip confirmation prompt |
id | string | Client-specified order identifier |
market | string | Market code to sell (e.g. KRW-BTC) (req) |
price | string | Order price |
smp | string | Self-trade prevention (cancel_maker, cancel_taker, reduce) |
test | boolean | Test order (no actual execution) |
tif | string | Time in Force (ioc, fok, post_only) |
volume | string | Order volume |
Response: created_at, executed_volume, market, ord_type, price, remaining_volume...
upbit balanceView account balance
| Param | Type | Description |
|---|---|---|
currency | string | Currency code to query (e.g. KRW, BTC) |
Response: avg_buy_price, balance, currency, eval_krw, locked
upbit order listList orders
| Param | Type | Description |
|---|---|---|
closed | boolean | Show closed orders |
count | integer | Number of results |
market | string | Market filter (e.g. KRW-BTC) |
page | integer | Page number |
Response: created_at, executed_volume, market, ord_type, price, remaining_volume...
upbit order showView order details
| Param | Type | Description |
|---|---|---|
id | boolean | Query by identifier (instead of UUID) |
uuid | array | Order/deposit/withdrawal UUID (req) |
Response: created_at, executed_volume, market, ord_type, price, remaining_volume...
upbit order cancelCancel order
| Param | Type | Description |
|---|---|---|
all | boolean | Cancel all pending orders |
force | boolean | Skip confirmation prompt |
market | string | Market filter (use with --all) |
uuid | string | UUID to cancel |
upbit order replaceReplace order (cancel and re-order)
| Param | Type | Description |
|---|---|---|
force | boolean | Skip confirmation prompt |
ord-type | string | Order type (limit, best) |
price | string | New order price |
uuid | string | Order UUID to replace (req) |
volume | string | New order volume |
upbit order chanceView order chance by market
| Param | Type | Description |
|---|---|---|
market | string | Market code for order chance (e.g. KRW-BTC) (req) |
upbit walletView wallet service status
upbit deposit listList deposits
| Param | Type | Description |
|---|---|---|
count | integer | Number of results |
currency | string | Currency code filter (e.g. BTC, KRW) |
page | integer | Page number |
state | string | Deposit state filter (PROCESSING, ACCEPTED, CANCELLED, REJECTED) |
upbit deposit showView deposit details
| Param | Type | Description |
|---|---|---|
uuid | string | Order/deposit/withdrawal UUID (req) |
upbit deposit address createRequest deposit address creation
| Param | Type | Description |
|---|---|---|
currency | string | (req) |
net-type | string | Network type (default: same as currency) |
upbit withdraw listList withdrawals
| Param | Type | Description |
|---|---|---|
count | integer | Number of results |
currency | string | Currency code filter (e.g. BTC, KRW) |
page | integer | Page number |
state | string | Withdrawal state filter (WAITING, PROCESSING, DONE, FAILED, CANCELLED, REJECTED) |
upbit withdraw showView withdrawal details
| Param | Type | Description |
|---|---|---|
uuid | string | Order/deposit/withdrawal UUID (req) |
upbit withdraw requestRequest withdrawal
| Param | Type | Description |
|---|---|---|
amount | string | Withdrawal amount (required) |
currency | string | Currency code to withdraw (e.g. BTC, KRW) (req) |
force | boolean | Skip confirmation prompt |
net-type | string | Network type (default: same as currency) |
secondary-address | string | Secondary address (tag/memo) |
to | string | Recipient address (required for digital assets) |
two-factor | string | 2FA method (kakao, naver, hana) — KRW only |
tx-type | string | Transaction type (default, internal) |
upbit withdraw cancelCancel withdrawal
| Param | Type | Description |
|---|---|---|
force | boolean | Skip confirmation prompt |
uuid | string | UUID to cancel (req) |
upbit watch tickerReal-time ticker stream
| Param | Type | Description |
|---|---|---|
market | array | Market code (e.g. KRW-BTC, KRW-ETH) (req) |
upbit watch orderbookReal-time orderbook stream
| Param | Type | Description |
|---|---|---|
market | array | Market code (e.g. KRW-BTC) (req) |
upbit watch tradeReal-time trade stream
| Param | Type | Description |
|---|---|---|
market | array | (req) |
upbit watch candleReal-time candle stream
| Param | Type | Description |
|---|---|---|
interval | string | Candle unit (1s, 1m, 3m, 5m, 10m, 15m, 30m, 60m, 240m) |
market | array | Market code (e.g. KRW-BTC) (req) |
upbit watch my-orderReal-time my orders stream (auth required)
| Param | Type | Description |
|---|---|---|
market | array |
upbit watch my-assetReal-time my assets stream (auth required)
upbit api-keysList API keys
| Param | Type | Description |
|---|---|---|
all | boolean | Show all including expired |
upbit cacheCache management
| Param | Type | Description |
|---|---|---|
clear | boolean | Clear cache |
force | boolean | Skip confirmation prompt |
upbit updateCheck and install latest version
| Param | Type | Description |
|---|---|---|
check | boolean | Check only, don't download |
-o json/csv/jsonl/table--json field1,field2 for field selectionupbit ticker KRW-BTC -o json # BTC price
upbit candle KRW-BTC -i 1d --from 2025-01-01 -o csv # historical candles
upbit buy KRW-BTC -p 100000000 -V 0.001 --force # limit buy
upbit balance -o json # portfolio with KRW eval
upbit order list -o json # open orders