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 holdings, view portfolio, see what tokens they have, look up recent transactions, check activity, or get their wallet address. Covers "what's in my wallet?", "show my balance", "what's my address?", "show recent transactions".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wallet-overview" with this command: npx skills add rachidjarray-hk-qa-fdt/wallet-overview

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Polymarket Aionmarket Trader

Place Polymarket trades through Aionmarket. Use when the user wants to search prediction markets, register wallet credentials, verify a wallet, or submit a P...

Registry SourceRecently Updated
Web3

Power Automate Build

Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, a...

Registry SourceRecently Updated
Web3

Gasless Crosschain Executor

local-key swap planning and execution skill. Cross-chain (1inch Fusion+, gasless), same-chain gasless (1inch Fusion), and same-chain paid (1inch Aggregation...

Registry SourceRecently Updated
00Profile unavailable
Web3

Simmer Wallet Setup

Self-custody wallet setup for Simmer agents. Choose OWS (recommended — encrypted local vault, multi-chain, policy controls) or external raw key (existing set...

Registry SourceRecently Updated
00Profile unavailable