bithumb-deposit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBithumb Deposit CLI
Bithumb存款CLI
Deposit address management, deposit history, and KRW (원화) deposit requests on Bithumb exchange. Requires API credentials.
在Bithumb交易所进行存款地址管理、存款历史查询以及韩元(원화)存款请求。需要API凭证。
Tool Routing
工具路由
Writes are CLI-first: when both the Bithumb CLI and MCP tools exist, use the CLI for writes (it carries per-profile read-only enforcement, account isolation, and reproducibility that MCP lacks); fall back to MCP only if the CLI is unavailable/fails or the user asks. Reads: either path is fine.
bithumb ...写入操作优先使用CLI:当Bithumb CLI和MCP工具同时存在时,使用 CLI执行写入操作(它具备MCP所没有的按配置文件只读限制、账户隔离和可复现性);仅当CLI不可用/失败或用户要求时,才退而使用MCP。读取操作:两种方式均可。
bithumb ...Prerequisites
前置条件
Install the CLI () and set credentials (, ).
npm install -g @bithumb-official/bithumb-cliBITHUMB_ACCESS_KEYBITHUMB_SECRET_KEY安装CLI()并设置凭证(、)。
npm install -g @bithumb-official/bithumb-cliBITHUMB_ACCESS_KEYBITHUMB_SECRET_KEYSkill Routing
技能路由
Market data → ; account assets / wallet status / deposit availability → ; orders → ; withdrawals → ; audit logs / diagnostics → . Deposits (this skill).
bithumb-marketbithumb-accountbithumb-tradebithumb-withdrawbithumb-system市场数据 → ;账户资产/钱包状态/存款可用状态 → ;订单 → ;提现 → ;审计日志/诊断 → 。存款(本技能)。
bithumb-marketbithumb-accountbithumb-tradebithumb-withdrawbithumb-systemCommand Index
命令索引
| # | Command | Type | Description |
|---|---|---|---|
| 1 | | READ | Get all deposit addresses |
| 2 | | READ | Get deposit address for specific currency + network |
| 3 | | WRITE | Generate new deposit address |
| 4 | | READ | Get a single deposit by deposit ID or txid |
| 5 | | READ | List coin deposit history |
| 6 | | READ | List KRW deposit history |
| 7 | | WRITE | Request KRW deposit (2FA required) |
See deposit-commands.md for per-command parameters, examples, and input-format details.
| 序号 | 命令 | 类型 | 描述 |
|---|---|---|---|
| 1 | | 读取 | 获取所有存款地址 |
| 2 | | 读取 | 获取特定币种+网络的存款地址 |
| 3 | | 写入 | 生成新的存款地址 |
| 4 | | 读取 | 通过存款ID或txid查询单笔存款记录 |
| 5 | | 读取 | 列出加密货币存款历史 |
| 6 | | 读取 | 列出韩元存款历史 |
| 7 | | 写入 | 请求韩元存款(需2FA验证) |
如需查看各命令的参数、示例和输入格式详情,请参阅deposit-commands.md。
Operation Flow
操作流程
🛑 Mandatory Pre-flight Checklist —
/deposit krwdeposit generate-addressBefore any write operation in this skill, run all of the following in order. Do not skip steps even if the user says "just do it". Stop and ask for explicit user confirmation between step 2 and step 3.
# Command Purpose 0 bithumb config show --jsonRead-only gate (run first, both writes). Read the effective profile's . Ifread_only, stop here — do not run steps 1–3. List write-capable profiles and ask the user to re-run withtrue(never bypass read-only — do not auto-select a profile, switch profiles, or disable--profile <name>yourself; see gate). Once-per-session: skip if already checked. See read-only-gate.md.read_only1 For : discover the validgenerate-addressfirst (net_typeorbithumb deposit addresses). Forbithumb withdraw chance --currency <c>: confirm the exact KRW amountkrwAvoid wrong-network address generation / wrong amount 2 🤚 Stop. Ask user to confirm: for — currency + net_type; forgenerate-address— amount, and that Kakao 2FA will be triggeredkrwExplicit approval 3 :generate-address/bithumb deposit generate-address --currency <c> --net-type <n>:krwbithumb deposit krw --amount <a> --two-factor-type kakaoExecute 4 :generate-address(confirm new address) /bithumb deposit address --currency <c> --net-type <n>:krw(check status)bithumb deposit list-krwVerify after write
🛑 强制预检清单 —
/deposit krwdeposit generate-address在执行本技能中的任何写入操作之前,请按顺序完成以下所有步骤。即使用户说“直接操作”,也请勿跳过步骤。在步骤2和步骤3之间,请暂停并请求用户明确确认。
序号 命令 目的 0 bithumb config show --json只读限制检查(所有写入操作均需首先执行)。读取当前生效配置文件的 属性。如果值为read_only,在此停止——请勿执行步骤1-3。列出支持写入操作的配置文件,并请用户使用true重新运行(切勿绕过只读限制——请勿自动选择配置文件、切换配置文件或自行禁用--profile <名称>;请参阅相关限制说明)。每个会话仅需执行一次:如果已检查过可跳过。详情请参阅read-only-gate.md。read_only1 对于 :首先查询有效的generate-address(net_type或bithumb deposit addresses)。对于bithumb withdraw chance --currency <币种>:确认准确的韩元金额krw避免生成错误网络的地址/输入错误金额 2 🤚 暂停,请求用户确认:对于 ——币种+net_type;对于generate-address——金额,以及确认将触发Kakao 2FA验证krw获取明确批准 3 :generate-address/bithumb deposit generate-address --currency <币种> --net-type <网络类型>:krwbithumb deposit krw --amount <金额> --two-factor-type kakao执行操作 4 :generate-address(确认新地址) /bithumb deposit address --currency <币种> --net-type <网络类型>:krw(检查状态)bithumb deposit list-krw写入操作后验证
Step 1 — Identify deposit action (route to a command)
步骤1 — 确定存款操作(路由至对应命令)
| User intent | Command |
|---|---|
| First time / multi-network coin (USDT, USDC, XRP, etc.) — discover available net_types | |
| View all deposit addresses | |
| Get address for specific coin + network | |
| Generate new deposit address (WRITE) | run the Pre-flight Checklist above |
| Look up one deposit by txid / deposit ID (single identifier) | |
| Look up / search deposits by multiple or no identifiers | |
| Request KRW deposit (WRITE) | run the Pre-flight Checklist above |
Identifier rule (txid first): deposits use txid as the primary identifier. A bare numeric ID is ambiguous (KRW txid and deposit_id are both numeric), so query first → if empty, retry the same value with (or ask) before concluding "not found". Special-char/space/comma txids must use single , not . Details in deposit-commands.md.
--txids--deposit-idsgetlistRead commands (, , , , ) run immediately — no gate.
addressesaddressgetlistlist-krw| 用户意图 | 命令 |
|---|---|
| 首次操作/多网络币种(USDT、USDC、XRP等) — 查询可用的net_types | 在调用任何地址相关命令之前,使用 |
| 查看所有存款地址 | |
| 获取特定币种+网络的地址 | |
| 生成新存款地址(写入操作) | 执行上述预检清单 |
| 通过txid/存款ID查询单笔存款记录(单个标识符) | |
| 通过多个或无标识符查询/搜索存款记录 | |
| 请求韩元存款(写入操作) | 执行上述预检清单 |
标识符规则(优先使用txid):存款记录以txid作为主要标识符。纯数字ID存在歧义(韩元txid和deposit_id均为数字),因此请首先使用查询→如果无结果,再使用重试相同值(或询问用户),之后再判定“未找到”。包含特殊字符/空格/逗号的txid必须使用单个命令,而非命令。详情请参阅deposit-commands.md。
--txids--deposit-idsgetlist读取命令(、、、、)可立即执行——无需检查限制。
addressesaddressgetlistlist-krwEdge Cases (safety-critical)
边缘情况(安全关键)
🌐 Multi-network coins (USDT, USDC, XRP, etc.): The samemay have multiplecurrencyvalues. Before any deposit address call, discover the real values withnet_typeorbithumb deposit addresses. Using a wrongbithumb withdraw chance --currency <c>results in permanent loss of funds. Never guess — always discover first.net_type
- Secondary address (memo/tag): XRP, EOS, ATOM, and similar coins require a . Always display it when present. Step 4 verify: confirm
secondary_addressis shown for these currencies — if missing, do NOT proceed with the deposit.secondary_address - XRP net_type: may not be valid in all environments. Run
--net-type XRPfirst and use the actual registeredbithumb deposit addresses— do not assumenet_type.XRP - KRW deposit 2FA: requires Kakao authentication; the user must complete 2FA on their phone.
deposit krw - Block confirmations: Crypto deposits require blockchain confirmations. Check (in
bithumb account wallet-status) for block sync status before deposits.bithumb-account - Deposit states: KRW — /
PROCESSING/ACCEPTED. Coin states differ (UPPERCASE, e.g.CANCELLED); see deposit-commands.md.DEPOSIT_PROCESSING
🌐 多网络币种(USDT、USDC、XRP等):同一可能对应多个currency值。在调用任何存款地址相关命令之前,请使用net_type或bithumb deposit addresses查询实际可用值。使用错误的bithumb withdraw chance --currency <币种>会导致资金永久损失。切勿猜测——务必先查询。net_type
- 二级地址(memo/tag):XRP、EOS、ATOM等类似币种需要。当存在该地址时,请始终显示它。步骤4验证:确认这些币种的
secondary_address已显示——如果缺失,请勿继续存款操作。secondary_address - XRP的net_type:在部分环境中可能无效。请先运行
--net-type XRP,并使用实际注册的bithumb deposit addresses——请勿默认使用net_type。XRP - 韩元存款2FA验证:需要Kakao认证;用户必须在手机上完成2FA验证。
deposit krw - 区块确认:加密货币存款需要区块链确认。存款前请通过(在
bithumb account wallet-status中)检查区块同步状态。bithumb-account - 存款状态:韩元——/
PROCESSING/ACCEPTED。加密货币的状态有所不同(大写形式,例如CANCELLED);详情请参阅deposit-commands.md。DEPOSIT_PROCESSING
Global Notes
全局注意事项
- When you query deposits (/
deposit list/list-krw) and present the result to the user, always include each entry'sget— they need it to look up the deposit later.deposit_id - All commands require valid API credentials.
- Bithumb has no demo mode — all deposit operations are real (real funds).
- returns raw Bithumb API response (any command).
--json
- 当您查询存款记录(/
deposit list/list-krw)并向用户展示结果时,请务必包含每条记录的get——用户后续查询存款时需要用到它。deposit_id - 所有命令均需要有效的API凭证。
- Bithumb无演示模式——所有存款操作均为真实操作(涉及真实资金)。
- 参数可返回Bithumb API的原始响应(适用于所有命令)。
--json