# CoinStats Single Wallet Portfolio Value Chart

> CoinStats Single Wallet Portfolio Value Chart is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Returns historical USD portfolio value and PnL data for a single crypto wallet address as a chart time series

## Facts

- Endpoint: GET https://x402.coinstats.app/wallet/chart
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-1af54dea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__42SwGyW4H_IyaY4N2L_C

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 x402-coinstats-app-1af54dea
```

Example prompt: Can you pull up the historical USD value chart and PnL for my Ethereum wallet 0xAbc123...def456 over the past month using CoinStats?

## When to prefer this

Use this endpoint when you need historical portfolio value and PnL specifically for a single wallet address. Prefer this over the multi-wallet chart endpoint when analyzing one wallet in isolation. Ideal for tracking performance of a specific address without needing a CoinStats shared portfolio token.

## Known failure modes

- Invalid or unrecognized wallet address returns empty or error response
- Unsupported blockchain for wallet lookup
- Payment of 0.004 USDC via x402 not completed results in 402 Payment Required
- Rate limiting or quota exceeded
- Wallet has no transaction history or balance returns empty chart
- Invalid time period parameter

## How this service works

CoinStats portfolio value chart for a single wallet — historical USD value with PnL

## Output

Returns a time-series chart dataset of the wallet's total portfolio value in USD over the requested period, including profit and loss (PnL) metrics at each data point, showing how the wallet's holdings have appreciated or depreciated over time.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-1af54dea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinstats.app](https://www.zero.xyz/host/x402.coinstats.app/llms.txt)
