# Button Money Portfolio Analyzer

> Button Money Portfolio Analyzer is a paid API for AI agents from buttonmoney.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

AI-powered analysis of a crypto wallet portfolio including risk assessment and holdings breakdown

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/agent/analyze-portfolio
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/button-money-portfolio-analyzer-b16bfddd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JwgUUijPkOwcCqbsVSVQ0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability button-money-portfolio-analyzer-b16bfddd -d '<json body>'
```

Example prompt: Can you run an AI-powered portfolio analysis on my wallet 0x1234abcd...5678 and tell me the risk assessment and what assets I'm holding?

## When to prefer this

Use this endpoint when you need a holistic, AI-summarized risk assessment of an entire wallet's portfolio rather than per-token security scans. Ideal for getting a quick overview of portfolio health, diversification, and risk level from a single wallet address.

## Known failure modes

- Invalid or malformed wallet address returns a validation error
- Empty or zero-balance wallet may return minimal or no analysis
- Unsupported chain/address format may result in an error
- Network timeout if on-chain data retrieval is slow
- Payment failure (402) if USDC payment not processed correctly

## How this service works

AI-powered portfolio analysis with risk assessment

## Output

Returns an AI-generated portfolio analysis for the given wallet address, including risk assessment scores, breakdown of holdings, and actionable insights about portfolio composition and risk exposure.

## Example request

```json
{
 "walletAddress": "0x1234567890123456789012345678901234567890"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "walletAddress"
 ],
 "properties": {
  "walletAddress": {
   "type": "string",
   "description": "Wallet address to analyze"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-portfolio-analyzer-b16bfddd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buttonmoney.vercel.app](https://www.zero.xyz/host/buttonmoney.vercel.app/llms.txt)
