# x402stock Private Stocks Data

> x402stock Private Stocks Data is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Returns real-time price, valuation, supply, and metadata for a private company PreStocks token by symbol

## Facts

- Endpoint: GET https://x402stock.xyz/api/v1/private-stocks/%7Bsymbol%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-private-stocks-data-17218e78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zfIQgsX-jZa_zZPmDhyJG

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 x402stock-private-stocks-data-17218e78
```

Example prompt: What's the current price and implied valuation for ANTHROPIC on PreStocks — and is the token trading at a premium or discount to the mark price?

## When to prefer this

Use this endpoint when you need real-time price and valuation data specifically for private (pre-IPO) companies tokenized on the PreStocks platform via Solana SPVs. Choose this over public-stock endpoints when the target company is not yet listed on a public exchange. Prefer this when you need token premium/discount analysis relative to the underlying mark price.

## Known failure modes

- Unknown symbol returns 404 or empty data
- Symbol must match PreStocks listing exactly (e.g. ANTHROPIC not anthropic)
- Payment failure if USDC balance or x402 setup is missing
- Stale data if PreStocks feed is delayed
- Private company no longer listed returns error

## How this service works

Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.

## Output

Returns a JSON object with the private company's mark price, token price, total supply, implied and mark valuations, token premium percent, Solana contract address, logo URL, company description, data venue (prestocks), and an as_of timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "url": "https://www.prestocks.com/anthropic",
   "name": "Anthropic PreStocks",
   "supply": 9554.916082,
   "symbol": "ANTHROPIC",
   "logo_url": "https://www.prestocks.com/logos/anthropic.png",
   "mark_price": 1023.25,
   "description": "Anthropic is an AI research company developing Claude, a language model built with a strong focus on safety and interpretability. Their approach emphasizes ethical guardrails and transparent behavior to reduce the risk of harmful outputs while enabling sophisticated natural language capabilities.\n\nANTHROPIC is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
   "token_price": 901.4462,
   "mark_valuation": 1676433761736,
   "contract_address": "Pren1FvFX6J3E4kXhJuCiAD5aDmGEb7qJRncwA8Lkhw",
   "implied_valuation": 1476877462885,
   "token_premium_percent": -11.9
  },
  "as_of": "2026-06-06T00:27:50.352Z",
  "venue": "prestocks",
  "source": "x402stock",
  "attribution": "Source: PreStocks (prestocks.com) — Solana tokens backed 1:1 by SPV exposure to the underlying private company"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-private-stocks-data-17218e78/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402stock.xyz](https://www.zero.xyz/host/x402stock.xyz/llms.txt)
