← 返回
AI智能 中文

Wallet Overview

Check wallet balances, token holdings, and transaction history across all supported chains. Use when you or the user want to see their balance, check holding...
查看钱包余额、代币持仓及所有支持链的交易记录。当您或用户想查看余额或持仓时使用。
rachidjarray-hk-qa-fdt
AI智能 clawhub v0.1.0 1 版本 99819.2 Key: 无需
★ 0
Stars
📥 552
下载
💾 9
安装
1
版本
#latest

概述

Wallet Overview & Activity

View wallet balances, token holdings, and transaction history across all supported EVM chains and Solana.

Confirm wallet is authenticated

fdx status

If the wallet is not authenticated, refer to the authenticate skill.

Getting Wallet Information

User profile and wallet identity

fdx call getMyInfo

Returns the authenticated user's profile and wallet details.

Wallet balances and holdings

# All chains — full portfolio overview
fdx call getWalletOverview

# Specific chain
fdx call getWalletOverview --chainKey ethereum

# Specific account on a chain
fdx call getWalletOverview --chainKey ethereum --accountAddress 0x1234...abcd

Returns token balances, holdings, and wallet addresses for the specified scope.

Transaction history

# Recent activity across all chains
fdx call getAccountActivity

# Specific chain
fdx call getAccountActivity --chainKey ethereum

# Specific account with pagination
fdx call getAccountActivity --chainKey ethereum --accountAddress 0x1234...abcd --limit 20 --offset 0

Parameters

getWalletOverview

ParameterRequiredDescription
----------------------------------------------------------------------------------------------------
--chainKeyNoFilter by chain (e.g. ethereum, polygon, arbitrum, base, solana)
--accountAddressNoFilter by specific account address

getAccountActivity

ParameterRequiredDescription
------------------------------------------------------------
--chainKeyNoFilter by chain
--accountAddressNoFilter by specific account address
--limitNoNumber of transactions to return
--offsetNoPagination offset

Supported Chains

The Finance District wallet supports all EVM-compatible chains and Solana. Common chain keys include:

Chain KeyNetwork
----------------------------
ethereumEthereum mainnet
polygonPolygon
arbitrumArbitrum One
baseBase
optimismOptimism
avalancheAvalanche C-Chain
bscBNB Smart Chain
solanaSolana

Example Session

# Check auth
fdx status

# See who I am
fdx call getMyInfo

# Check full portfolio
fdx call getWalletOverview

# Drill into Ethereum holdings
fdx call getWalletOverview --chainKey ethereum

# See recent Ethereum transactions
fdx call getAccountActivity --chainKey ethereum --limit 10

Prerequisites

  • Must be authenticated (fdx status to check, see authenticate skill)

Error Handling

  • "Not authenticated" — Run fdx setup first, or see authenticate skill
  • "AUTH_REFRESH_FAILED" — Token expired; run fdx setup to re-authenticate

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 22:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,773
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,232
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,076