bithumb-market
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBithumb CEX Market Data CLI
Bithumb CEX 市场数据CLI
Compliance notice: This skill provides raw market data only. No strategy, recommendation, or optimization logic is embedded. All outputs are objective numerical values; interpretation and trading decisions remain solely with the user.
Public, read-only market data for Bithumb: prices, order books, candles, recent trades, market list, investment caution designation (유의 종목 지정), market alert system (경보제 / 주의 종목), notices, and fees. No API credentials required.
Skill routing: market data → this skill; balance/wallet → ; orders → ; deposits → ; withdrawals → ; audit/diagnostics → .
bithumb-accountbithumb-tradebithumb-depositbithumb-withdrawbithumb-systemRisk-flag intent routing — investment caution designation (유의 종목 지정) vs market alert system (경보제)
Bithumb runs two independent trading-risk regimes. They use different data sources, and a market may appear in one, both, or neither — so calling the wrong API gives wrong risk info. Route by user intent and call only ONE side.
| User intent | Command | Regime |
|---|---|---|
| Plain market list | | — |
| Explicit "거래유의 / 유의 종목" request | | investment caution designation (유의 종목 지정) — exchange-review-based, standing, qualitative |
| "주의 종목 / 경보 / 이상거래 탐지" | | market alert system (경보제) — market-data-based, automatic, quantitative detection |
| Ambiguous (e.g., "유의 상태", "위험한 코인") | Explain the two regimes differ, confirm which the user means, then call only one | — |
Do NOT auto-call both APIs. Exception: only when the user explicitly asks for "둘 다 / 전부 (both / all)".
合规说明:本Skill仅提供原始市场数据,未嵌入任何策略、建议或优化逻辑。所有输出均为客观数值,解读及交易决策完全由用户自行负责。
公开的只读Bithumb市场数据:价格、订单簿、K线、近期交易记录、市场列表、投资注意项目指定(유의 종목 지정)、市场警示系统(경보제 / 주의 종목)、公告及手续费。无需API凭证。
Skill路由:市场数据 → 本Skill;余额/钱包 → ;订单 → ;存款 → ;取款 → ;审计/诊断 → 。
bithumb-accountbithumb-tradebithumb-depositbithumb-withdrawbithumb-system风险标记意图路由——投资注意项目指定(유의 종목 지정)vs 市场警示系统(경보제)
Bithumb设有两个独立的交易风险机制,它们使用不同的数据源,一个市场可能属于其中一个、两个都属于或都不属于——因此调用错误的API会得到错误的风险信息。需根据用户意图路由,且仅调用其中一方。
| 用户意图 | 命令 | 机制 |
|---|---|---|
| 普通市场列表 | | — |
| 明确请求“거래유의 / 유의 종목” | | 投资注意项目指定(유의 종목 지정)——基于交易所审核,长期有效,定性评估 |
| “주의 종목 / 경보 / 이상거래 탐지” | | 市场警示系统(경보제)——基于市场数据,自动定量检测 |
| 模糊请求(如“유의 상태”、“위험한 코인”) | 说明两种机制的差异,确认用户需求后仅调用其中一方 | — |
不要自动调用两个API。例外情况:仅当用户明确要求“둘 다 / 전부 (both / all)”时。
Command Index
命令索引
| # | Command | Description |
|---|---|---|
| 1 | | List all tradeable pairs (KRW and BTC markets) |
| 2 | | Current price ticker: last price, 24h high/low/vol/change |
| 3 | | Order book bids/asks for one or more markets |
| 4 | | Recent public trade history |
| 5 | | Minute candles (1/3/5/10/15/30/60/240 min) |
| 6 | | Daily candles |
| 7 | | Weekly candles |
| 8 | | Monthly candles |
| 9 | | market alert system (경보제) — automatic anomaly detection (주의 종목) |
| 10 | | Exchange notice/announcement list |
| 11 | | Deposit/withdrawal fee info by currency |
| # | 命令 | 描述 |
|---|---|---|
| 1 | | 列出所有可交易对(韩元KRW和BTC市场) |
| 2 | | 当前行情报价:最新价格、24小时最高价/最低价/成交量/涨跌幅 |
| 3 | | 一个或多个市场的订单簿买卖盘 |
| 4 | | 近期公开交易历史 |
| 5 | | 分钟级K线(1/3/5/10/15/30/60/240分钟) |
| 6 | | 日线K线 |
| 7 | | 周线K线 |
| 8 | | 月线K线 |
| 9 | | 市场警示系统(경보제)——自动异常检测(주의 종목) |
| 10 | | 交易所公告列表 |
| 11 | | 按币种分类的存提手续费信息 |
Operation Flow
操作流程
Step 1 — Identify data type and load reference
| User intent | Reference to load |
|---|---|
| Price, candles, order book, recent trades | |
| Market list, warnings, notices, fee info | |
Step 2 — Run immediately. All commands are read-only; no confirmation and no verification needed.
步骤1 — 识别数据类型并加载参考文档
| 用户意图 | 加载的参考文档 |
|---|---|
| 价格、K线、订单簿、近期交易记录 | |
| 市场列表、警示、公告、手续费信息 | |
步骤2 — 立即执行。所有命令均为只读,无需确认或验证。
Edge Cases
边缘情况
- Market code format: , e.g.,
{quote}-{base}(notKRW-BTC).BTC-KRW - Reversed-code auto-correction: if the user inputs a reversed code like , convert it to
BTC-KRWand proceed, informing the user (e.g., "Converted BTC-KRW → KRW-BTC").KRW-BTC - Multiple tickers: pass comma-separated codes to /
ticker(e.g.,orderbook).KRW-BTC,KRW-ETH - Candle units: minute candles support only.
1, 3, 5, 10, 15, 30, 60, 240 - Candle count: min 1, max 200, default 1.
- Candle : KST naive datetime
--to; returns candles before this time. Do NOT include a timezone offset (YYYY-MM-DDTHH:MM:SS,+09:00,Z, etc.) — Bithumb rejects offset-bearing values with HTTP 400 Invalid parameter.+0900✓ /2026-01-01T00:00:00✗ /...+09:00✗...Z - Trades (differs from candles): time-of-day only,
--toorHHmmss(00:00:00–23:59:59). Date is not accepted (HH:mm:ss✗). For past days use2026-01-01T00:00:00(1–7). Omitted: without--days-ago→ current time; with → that day's 00:00:00 base.--days-ago - : converts a non-KRW market's (e.g.,
--converting-price-unit) close to KRW; Bithumb supportsBTC-ETHonly. Result (KRW) appears inconverted_trade_priceonly; KRW markets return--json.null - : use
fee-inoutto get all currencies at once.ALL - investment caution designation (유의 종목 지정): →
markets --is-detailsfield (market_warning/NONE). Exchange-review-based, standing/qualitative; no step, reason, or release time.CAUTION - market alert system (경보제 / 주의 종목): response. Market-data-based, automatic/quantitative; provides
warnings(3 levels:warning_step/CAUTION/WARNING),DANGER(5 reasons), andwarning_typeauto-release time.end_date - 유의 종목 ≠ 경보제: different data sources — a market may be flagged in one, both, or neither. Never auto-call both APIs; call only the side matching user intent, and confirm when ambiguous.
- Notices count: min 1, max 20, default 5.
- Trades pagination: use from the previous response;
--cursorfilters 1–7 days back.--days-ago
- 市场代码格式:,例如
{quote}-{base}(而非KRW-BTC)。BTC-KRW - 反向代码自动修正:如果用户输入反向代码如,将其转换为
BTC-KRW并继续执行,同时告知用户(例如:“已将BTC-KRW转换为KRW-BTC”)。KRW-BTC - 多行情报价:向/
ticker传递逗号分隔的代码(例如orderbook)。KRW-BTC,KRW-ETH - K线单位:分钟级K线仅支持。
1, 3, 5, 10, 15, 30, 60, 240 - K线数量:最小1条,最大200条,默认1条。
- K线参数:韩国标准时间(KST)本地时间格式
--to;返回该时间之前的K线。请勿包含时区偏移(YYYY-MM-DDTHH:MM:SS、+09:00、Z等)——Bithumb会拒绝带偏移的值并返回HTTP 400参数无效。+0900✓ /2026-01-01T00:00:00✗ /...+09:00✗...Z - 交易记录参数(与K线不同):仅支持当日时间,格式为
--to或HHmmss(00:00:00–23:59:59)。不接受日期(HH:mm:ss✗)。如需查询过去几日的数据,请使用2026-01-01T00:00:00(1–7天)。省略该参数:未使用--days-ago时→当前时间;使用时→指定日期的00:00:00基准。--days-ago - 参数:将非KRW市场(如
--converting-price-unit)的收盘价转换为KRW;Bithumb仅支持BTC-ETH。转换结果(KRW)仅在converted_trade_price模式下显示;KRW市场返回--json。null - 命令:使用
fee-inout可一次性获取所有币种的信息。ALL - 投资注意项目指定(유의 종목 지정):→
markets --is-details字段(market_warning/NONE)。基于交易所审核,长期有效/定性评估;无等级、原因或发布时间。CAUTION - 市场警示系统(경보제 / 주의 종목):命令的响应。基于市场数据,自动/定量检测;提供
warnings(3个等级:warning_step/CAUTION/WARNING)、DANGER(5种原因)和warning_type自动解除时间。end_date - 유의 종목 ≠ 경보제:数据源不同——一个市场可能被其中一方标记、双方都标记或都不标记。切勿自动调用两个API;仅调用与用户意图匹配的一方,当意图模糊时需确认。
- 公告数量:最小1条,最大20条,默认5条。
- 交易记录分页:使用上一次响应中的参数;
--cursor可筛选过去1–7天的数据。--days-ago
Global Notes
全局说明
- Install: . No API key required for any command in this skill; all are read-only.
npm install -g @bithumb-official/bithumb-cli - Bithumb supports two quote markets: KRW (원화) and BTC. Spot only — no derivatives.
- Candle data is sorted by time.
- returns the raw Bithumb API response (add to any command).
--json
- 安装:。本Skill中的所有命令均无需API密钥;所有命令均为只读。
npm install -g @bithumb-official/bithumb-cli - Bithumb支持两种计价市场:韩元KRW和BTC。仅支持现货——无衍生品。
- K线数据按时间排序。
- 参数返回原始Bithumb API响应(可添加至任意命令)。
--json