# CoinStats Portfolio Snapshot — Historical Coin Balances

> CoinStats Portfolio Snapshot — Historical Coin Balances is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns historical coin balances over time for a shared CoinStats portfolio using a sharetoken from a Degen-plan user

## Facts

- Endpoint: GET https://x402.coinstats.app/portfolio/snapshot/items
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-9a41705c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KFIwxURr5bmSaqcQ6HScA

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-9a41705c
```

Example prompt: Pull the historical coin balance snapshot for my shared CoinStats portfolio — I'm on the Degen plan and want to see how my holdings in each coin have changed over time.

## When to prefer this

Use this endpoint when you need to see how coin holdings in a specific shared CoinStats portfolio have evolved over time — particularly useful for auditing, tax reporting, performance tracking, or visualizing balance changes. Prefer this over the portfolio value chart endpoint when you need per-coin balance data rather than aggregate USD value.

## Known failure modes

- Missing or invalid sharetoken header returns authentication error
- Non-Degen-plan sharetoken returns authorization/plan error
- Expired or revoked sharetoken returns 401 or 403
- No historical snapshot data available for the portfolio returns empty list
- Payment not processed (x402 payment required) returns 402

## How this service works

CoinStats portfolio snapshot — historical coin balances over time for a shared portfolio. Provide sharetoken header from a Degen-plan CoinStats user

## Output

A list of portfolio snapshot items showing historical coin balances over time for the shared portfolio — includes coin identifiers, amounts held, and timestamps reflecting how holdings changed across the tracked period.

## 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-9a41705c/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)
