# CoinStats Shared Portfolio Coins Holdings

> CoinStats Shared Portfolio Coins Holdings is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns all coin holdings in a shared CoinStats portfolio with current value, PnL, and performance metrics

## Facts

- Endpoint: GET https://x402.coinstats.app/portfolio/coins
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-48dce885
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s1_Nq0kwKQuVQgccI-c38

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-48dce885
```

Example prompt: Pull up all the coin holdings from my shared CoinStats portfolio — I want to see what's currently in it along with the current value and profit/loss for each position. Use my sharetoken abc123xyz.

## When to prefer this

Use this endpoint when you need a full snapshot of all coin holdings in a specific shared CoinStats portfolio, including value and PnL per asset. Prefer this over general market data endpoints when the goal is portfolio-level analysis for a specific user's holdings rather than broad market data.

## Known failure modes

- Missing or invalid sharetoken header returns 401 Unauthorized
- Expired or revoked sharetoken returns 403 Forbidden
- Portfolio not found returns 404 Not Found
- CoinStats API downtime returns 503 Service Unavailable
- Rate limiting may return 429 Too Many Requests
- Payment not processed returns 402 Payment Required

## How this service works

CoinStats shared portfolio holdings — all coins with current value, PnL, performance metrics. Requires sharetoken header

## Output

A list of all cryptocurrency coin holdings in the shared portfolio, including each coin's name, symbol, quantity, current market value, cost basis, profit/loss (PnL), and performance percentage metrics.

## 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-48dce885/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)
