Skip to main content
Related workflow

Full steps, failures, and recovery live on the workflow page. This page lists tools and API references.

Wallet Portfolio Assistant

Why agents use it

Lets agents answer "what does this wallet hold?" with one call, instead of crawling chains per-asset.

MCP tools

  • get_wallet_portfolio
  • get_wallet_balance_by_time
  • get_tokens

Example: get_wallet_portfolio

A representative invocation. Drop this into an MCP-capable agent (Claude Desktop, Claude Code, Cursor, Windsurf) after the Tatum MCP server is configured.

get_wallet_portfolio
mcp.tatumio.get_wallet_portfolio({
  address: "0xab5801a7d398351b8be11c439e05c5b3259aec9b",
  chain:   "ethereum-mainnet"
})
// → { native: { balance: "1.23", token: "ETH" }, tokens: [...] }

OpenAPI references

Notes

Canonical recipe

End-to-end procedure: Wallet Portfolio Assistant. Validate address, fetch portfolio, optional FX quote.

Risk

Read-only. No private-key material involved.