Loading...
Loading...
Manage Bithumb withdrawals: crypto withdrawal, KRW withdrawal, withdrawal cancellation, withdrawal history, withdrawal fee lookup, and allowed-address management. Requires API credentials. Do NOT use for withdrawal chance / available withdrawal amount — use bithumb-account. 빗썸 코인·원화 출금 실행·취소, 출금 내역 조회, 출금 수수료 확인, 허용 주소 관리를 처리합니다. 출금·코인 전송·원화 출금·출금 취소·출금 내역·허용 주소 관련 요청에 사용하세요. 출금 가능 금액은 bithumb-account를 사용하세요.
npx skill4agent add bithumb-official/bithumb-ai-trade-kit bithumb-withdrawCRITICAL: Crypto withdrawals () are IRREVERSIBLE. A wrong address or network = permanent loss of funds. Always double-check address, network, and amount before executing.withdraw coin
bithumb ...npm install -g @bithumb-official/bithumb-cliexport BITHUMB_ACCESS_KEY=...export BITHUMB_SECRET_KEY=...withdraw coinbithumb-marketbithumb-accountbithumb-tradebithumb-depositbithumb-systemA user question about how much can be withdrawn ("출금 가능 금액") routes to. Thebithumb-accountcommand lives here and is run as a withdrawal pre-flight step (fees, limits, supportedbithumb withdraw chance) — see the checklist below. The two are not in conflict: account answers the question, this skill runs the pre-flight command.net_type
| # | Command | Type | Description |
|---|---|---|---|
| 1 | | READ | Withdrawal availability: balance, fees, limits |
| 2 | | READ | List allowed withdrawal addresses |
| 3 | | READ | Get specific withdrawal details |
| 4 | | READ | Coin withdrawal history |
| 5 | | READ | KRW withdrawal history |
| 6 | | WRITE | Withdraw crypto (IRREVERSIBLE) |
| 7 | | WRITE | Withdraw KRW (2FA required) |
| 8 | | WRITE | Cancel pending crypto withdrawal |
| User intent | Command |
|---|---|
Check if withdrawal is possible & fees / discover | |
| View allowed withdrawal addresses | |
| Look up one withdrawal by identifier (id/txid) | |
| Search/filter withdrawal history (no identifier or several) | |
| View KRW withdrawal history | |
| Withdraw crypto | |
| Withdraw KRW | |
| Cancel pending withdrawal | |
--txid--txids--withdrawal-id(s)--txidschanceaddressesgetlistlist-krwwithdraw coinwithdraw krwwithdraw cancelwithdraw cancelwithdraw coinwithdraw krwwithdraw cancel| # | Command | Purpose |
|---|---|---|
| 0 | | Read-only gate (run first, all writes incl. cancel). Read the effective profile's |
| 1 | | Confirm sufficient balance |
| 2 | | Confirm withdrawal is enabled (blockchain not under maintenance) |
| 3 | | Confirm fee, min amount, daily limit, supported |
| 4 | | Confirm destination is in the allowed list (Bithumb requirement) |
| 5 | | Cross-check withdrawal fee from market side |
| 5b | 🛂 Classify withdrawal type and collect required params | Open references/withdrawal-type-params.md. Confirm whether this is Internal, CODE ID Connect, CODE 개인, CODE 법인, or WHITELIST; collect every required param for that type. |
| 6 | 🤚 Stop. Ask user to confirm: withdrawal type, currency, net_type, amount, address (full string), secondary_address (memo/tag) if applicable, exchange_name if external, and (CODE 개인/법인) receiver_type + all receiver fields | |
| 7 | | Execute |
| 8 | | Verify status |
withdraw coinwithdraw list --currency <c> --limit 1withdraw krwwithdraw list-krwwithdraw cancelwithdraw get --currency <c> --withdrawal-id <id>withdraw coin--exchange-name--exchange-name--receiver-type--secondary-addresswithdraw listlist-krwgetwithdrawal_id--json