Cardano Wallet Balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
Prerequisites
- -
@indigoprotocol/cardano-mcp server running
MCP Tools
- -
get_balances — Retrieve all balances and native assets for the connected wallet - INLINECODE2 — Retrieve all Cardano addresses for the connected wallet
- INLINECODE3 — Retrieve all UTxOs for the connected wallet
When to use
Use this skill when the user asks about:
- - Wallet balances or ADA amount
- Native tokens or assets in their wallet
- Wallet addresses
- UTxO details or UTXO inspection
Data interpretation
- - Balances are returned in lovelace (1 ADA = 1,000,000 lovelace). Always convert to ADA for display.
- Native assets are identified by
policyId + nameHex. - The
name field provides a human-readable label when available.
Cardano 钱包余额
查询 Cardano 区块链上的钱包余额、地址和 UTxO。
前提条件
- - 运行 @indigoprotocol/cardano-mcp 服务器
MCP 工具
- - getbalances — 检索已连接钱包的所有余额和原生资产
- getaddresses — 检索已连接钱包的所有 Cardano 地址
- get_utxos — 检索已连接钱包的所有 UTxO
使用场景
当用户询问以下内容时使用此技能:
- - 钱包余额或 ADA 数量
- 钱包中的原生代币或资产
- 钱包地址
- UTxO 详情或 UTXO 检查
数据解读
- - 余额以 lovelace 为单位返回(1 ADA = 1,000,000 lovelace)。显示时务必转换为 ADA。
- 原生资产通过 policyId + nameHex 进行标识。
- name 字段在可用时提供人类可读的标签。