# CoinStats Portfolio Transactions

> CoinStats Portfolio Transactions 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-15).

Retrieves transaction history for a shared CoinStats portfolio, including buys, sells, swaps, and transfers.

## Facts

- Endpoint: GET https://x402.coinstats.app/portfolio/transactions
- Price: $0.001/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-fced8006
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZMRWST5GERvqbrjtafTLv

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-fced8006
```

Example prompt: Pull the full transaction history for my CoinStats shared portfolio — I need to see all my buys, sells, and swaps. My sharetoken is from my Degen-plan account.

## When to prefer this

Use this endpoint when you need detailed transaction-level history (buys, sells, swaps, transfers) for a CoinStats portfolio, as opposed to current balances or chart data. Best suited for auditing trades, tax reporting, or activity analysis on a shared CoinStats Degen-plan portfolio.

## Known failure modes

- Missing or invalid sharetoken header returns 401/403 unauthorized
- Non-Degen plan sharetoken returns access denied
- No transactions found returns empty list
- Rate limiting or payment failure returns 402 Payment Required
- Network or upstream CoinStats API errors return 500

## How this service works

CoinStats shared portfolio transaction history — all buys, sells, transfers with timestamps and prices. Requires sharetoken header

## Output

Returns a list of portfolio transactions including token transfers, swaps, buys, and sells associated with the shared CoinStats portfolio identified by the provided sharetoken header.

## 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-fced8006/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)
