← 返回
安全合规 中文

Crypto Wallet

Discover supported cryptocurrencies, generate deposit addresses, and withdraw crypto to external wallets.
查询支持的加密货币,生成充值地址,提现至外部钱包。
d9m1n1c
安全合规 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 697
下载
💾 5
安装
2
版本
#latest

概述

Crypto Wallet

Use this skill when the user needs to deposit cryptocurrency into their wallet or withdraw to an external address.

Configuration

The default API base URL is https://payment-api-dev.aiotnetwork.io. All endpoints are relative to this URL.

To override (e.g. for local development):

export AIOT_API_BASE_URL="http://localhost:8080"

If AIOT_API_BASE_URL is not set, use https://payment-api-dev.aiotnetwork.io as the base for all requests.

Available Tools

  • get_coins — List all supported cryptocurrencies | GET /api/v1/wallet/coins | Requires auth
  • get_coin_networks — List supported blockchain networks for a specific coin | GET /api/v1/wallet/coins/:coin_id/networks | Requires auth
  • get_deposit_address — Generate or retrieve a deposit address for a coin on a specific network | POST /api/v1/wallet/deposit/address | Requires auth
  • get_withdraw_quote — Get a quote for a crypto withdrawal (fees, limits) | POST /api/v1/wallet/withdraw/quote | Requires auth
  • initiate_withdraw — Start a crypto withdrawal to an external address | POST /api/v1/wallet/withdraw | Requires auth
  • get_withdraw_status — Check the status of a crypto withdrawal | GET /api/v1/wallet/withdraw/:id | Requires auth
  • confirm_withdraw — Confirm a pending crypto withdrawal | POST /api/v1/wallet/withdraw/:id/confirm | Requires auth | Requires transaction PIN

Recommended Flows

Deposit Crypto

Generate a deposit address and fund your wallet with crypto

  1. List coins: GET /api/v1/wallet/coins — find the coin you want to deposit
  2. Get networks: GET /api/v1/wallet/coins/:coin_id/networks — choose the blockchain network
  3. Get address: POST /api/v1/wallet/deposit/address with {coin_id, network_id} — returns deposit address
  4. Send crypto to the returned address from your external wallet

Withdraw Crypto

Send crypto from your wallet to an external address

  1. Get quote: POST /api/v1/wallet/withdraw/quote with {coin_id, network_id, amount, address}
  2. Initiate: POST /api/v1/wallet/withdraw with quote details
  3. Confirm: POST /api/v1/wallet/withdraw/:id/confirm (requires transaction PIN)
  4. Track: GET /api/v1/wallet/withdraw/:id — monitor until completed

Rules

  • Always verify the correct network before depositing — sending to the wrong network will lose funds
  • Withdrawal follows a quote-then-confirm pattern — confirmation requires a transaction PIN
  • Deposit addresses are deterministic — the same coin+network always returns the same address

Agent Guidance

Follow these instructions when executing this skill:

  • Always follow the documented flow order. Do not skip steps.
  • If a tool requires authentication, verify the session has a valid bearer token before calling it.
  • If a tool requires a transaction PIN, ask the user for it fresh each time. Never cache or log PINs.
  • Never expose, log, or persist secrets (passwords, tokens, full card numbers, CVVs).
  • If the user requests an operation outside this skill's scope, decline and suggest the appropriate skill.
  • If a step fails, check the error and follow the recovery guidance below before retrying.
  • Always verify the user selected the correct blockchain network before generating a deposit address. Sending to the wrong network will permanently lose funds.
  • Withdrawal follows: get quote → initiate → confirm with transaction PIN. The confirmation step requires a 4-digit transaction PIN. Never skip the quote step.
  • Deposit addresses are deterministic — the same coin + network always returns the same address.

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-01 12:58 安全 安全
  • v1.0.0
    2026-03-31 16:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,710
productivity

Payments & Banking

d9m1n1c
充值钱包、转账、汇款及货币兑换。支持多种支付方式充值和国际汇款。
★ 0 📥 715
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,599