# 1inch Wallet Data

> Query portfolio value/P&L, wallet balances, transaction history, NFTs, and token metadata via the 1inch MCP `product_api` tool. Use when the user asks about holdings, balances, history, token search, or NFT inventory.

- Skill: `1inch/1inch-wallet-data` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 1inch/1inch-wallet-data`
- Raw SKILL.md: https://api.skillmd.com/api/skills/1inch/1inch-wallet-data/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: 1inch (https://skillmd.com/u/1inch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/1inch/1inch-wallet-data

---


# Wallet & Data (product_api)

Call the authenticated tool **`product_api`** with the recipes in [references/RECIPES.md](references/RECIPES.md).

## Prefer these intents

| User ask                    | Product       |
| --------------------------- | ------------- |
| Portfolio value / P&L       | Portfolio     |
| Token balances for a wallet | Balance       |
| Find a token by symbol/name | Token search  |
| Token detail / metadata     | Token Details |
| Transaction history         | History       |
| NFTs owned by a wallet      | NFT           |

## Fallback

If a path 404s, read `file://1inch-mcp/guides/api-index` or call `search`, then retry. Do **not** invent version numbers.

## Example prompts

- "What's my portfolio value on Ethereum for 0x…?"
- "List balances for this wallet on Base"
- "Search tokens for USDC on Arbitrum"

