Canonical recipe
End-to-end procedure: Wallet Portfolio Assistant. Validate address, fetch portfolio, optional FX quote.
Risk
Read-only. No private-key material involved.
Aggregated balances, tokens, and historical positions for any wallet across supported chains.
data , 3 MCP tools
Lets agents answer "what does this wallet hold?" with one call, instead of crawling chains per-asset.
A representative invocation. Drop this into an MCP-capable agent (Claude Desktop, Claude Code, Cursor, Windsurf) after the Tatum MCP server is configured.
mcp.tatumio.get_wallet_portfolio({
address: "0xab5801a7d398351b8be11c439e05c5b3259aec9b",
chain: "ethereum-mainnet"
})
// → { native: { balance: "1.23", token: "ETH" }, tokens: [...] }End-to-end procedure: Wallet Portfolio Assistant. Validate address, fetch portfolio, optional FX quote.
Read-only. No private-key material involved.