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 imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wallet-overview" with this command: npx skills add financedistrict-platform/fd-agent-wallet-skills/financedistrict-platform-fd-agent-wallet-skills-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.