bithumb-withdraw
Bithumb Withdrawal CLI
Crypto and KRW (원화) withdrawals on Bithumb (빗썸): execution, cancellation, history, fee/availability checks, and allowed-address management.
CRITICAL: Crypto withdrawals (
withdraw coin) are IRREVERSIBLE. A wrong address or network = permanent loss of funds. Always double-check address, network, and amount before executing.
Tool Routing
Writes are CLI-first: prefer the documented bithumb ... CLI over MCP tools (the CLI carries the per-profile read-only gate, account isolation, and terminal reproducibility that writes need). Fall back to MCP only if the CLI is unavailable/fails or the user asks for it; reads may use either path.
Prerequisites
- Install:
npm install -g @bithumb-official/bithumb-cli - Credentials:
export BITHUMB_ACCESS_KEY=...andexport BITHUMB_SECRET_KEY=.... Withdrawal addresses must be pre-registered on Bithumb (forwithdraw coin).
Skill Routing
Market data → bithumb-market; assets / wallet status / available withdrawal amount → bithumb-account; orders → bithumb-trade; deposits → bithumb-deposit; audit/diagnostics → bithumb-system; withdrawals → this skill.