Connection check
verified live · 27h ago
wallet-portfolio
Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402.
Tools
2
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
sse
Last checked
27h ago
Tools & capabilities
2 toolsRead from the running server on 27h ago.
wallet_get_balance
chainaddress*
Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio. 1. ethBalance: native ETH balance… Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portfolio. 1. ethBalance: native ETH balance with USD value 2. usdcBalance: USDC balance with USD value 3. chain: which network was queried Example output: {"ethBalance":{"balance":"2.5","valueUsd":7750.00},"usdcBalance":{"balance":"1000.00","valueUsd":1000.00},"chain":"base"} Use this FOR quick pre-trade balance verification when you only care about ETH and USDC. Faster and cheaper than wallet_get_portfolio. Do NOT use for full portfolio with all tokens -- use wallet_get_portfolio instead. Do NOT use for gas prices -- use gas_get_current_price instead.
wallet_get_portfolio
chainaddress*