bithumb-withdraw

Installation
SKILL.md

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

  1. Install: npm install -g @bithumb-official/bithumb-cli
  2. Credentials: export BITHUMB_ACCESS_KEY=... and export BITHUMB_SECRET_KEY=.... Withdrawal addresses must be pre-registered on Bithumb (for withdraw 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.

Installs
109
GitHub Stars
6
First Seen
Jun 9, 2026
bithumb-withdraw — bithumb-official/bithumb-ai-trade-kit