---
name: 402.com.tr
description: 402.com.tr provides a single API skill that returns a complete ERC-20 token portfolio snapshot for a given Base (eip155:8453) wallet address. It reports ETH balance, token count, total USD value, and per-token holdings with live USD prices in one call.
host: 402.com.tr
---

# 402.com.tr

402.com.tr is a narrow, single-purpose host serving agents that need a one-shot portfolio snapshot of a Base chain wallet. It targets use cases where an agent must quickly assess the composition and USD value of a wallet's holdings without requiring streaming data or multi-chain support.

## When to use this host

Use this host when an agent needs a single-shot, read-only portfolio snapshot for a Base (eip155:8453) wallet address. It is not suitable for wallets on any other EVM chain (e.g., Ethereum mainnet, Polygon, Arbitrum). Do not use it for real-time or streaming price feeds, historical portfolio data, transaction history, or any write operations such as transfers or swaps. For multi-chain portfolio coverage, look for hosts that explicitly support additional EVM networks. For streaming price data, use a dedicated price-feed host.

## Capabilities

### Wallet Portfolio Snapshot

Retrieves the full ERC-20 and ETH holdings of a Base wallet address, including aggregate USD value and per-token balances with live pricing.

- **`fetch-wallet-portfolio`** — Returns a complete ERC-20 token portfolio for a Base wallet address, including ETH balance, token count, total USD value, and per-token holdings with live USD prices.

## Skill reference

### `fetch-wallet-portfolio`

**Wallet Portfolio** — Returns a complete ERC-20 token portfolio for a Base wallet address, including ETH balance, token count, total USD value, and per-token holdings with live USD prices.

*Use when:* Use when an agent needs a full snapshot of a Base wallet's token holdings, including ETH balance, number of tokens held, aggregate USD value, and individual token balances with USD valuations.

*Not for:* Do not use for non-Base (eip155:8453) addresses or for streaming/real-time price feeds; this is a single-shot portfolio snapshot. Not suitable for EVM chains other than Base.

**Inputs:**

- `address` (string, required) — Base wallet address to retrieve the portfolio for.

**Returns:** Returns a data object with ETH balance, tokenCount (19), totalUsd (0.16), and a holdings array of 19 ERC-20 tokens each with symbol, contract address, balance, and USD value.

**Example:** `GET https://402.com.tr/api/x402/wallet-portfolio?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`

---
