# Pre-IPO & Private Company Token Prices

> Pre-IPO & Private Company Token Prices is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Returns current tokenized asset prices for pre-IPO and private companies (SpaceX, OpenAI, and other unicorns) sourced via CoinGecko.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/preipo
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-69ba86fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SGVJpXu2oZsk0fAmiEP-f

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 market-memoryapi-org-69ba86fb
```

Example prompt: What are the current tokenized token prices for pre-IPO companies like SpaceX and OpenAI right now?

## When to prefer this

Use this endpoint when you need current tokenized market prices for pre-IPO or private companies like SpaceX or OpenAI that are trading as tokenized assets. Prefer this over traditional stock APIs when the target companies are private (not yet listed on public exchanges) and you need CoinGecko-sourced token pricing rather than OTC or secondary market estimates.

## Known failure modes

- No data available for a specific private company token
- CoinGecko upstream API timeout or unavailability returns 503
- Token not yet listed or delisted returns empty result
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

Pre-IPO and private company token prices — SpaceX, OpenAI, and other unicorns trading as tokenized assets via CoinGecko.

## Output

Returns a list of pre-IPO and private company tokenized asset prices including company names, token prices, and related market data sourced from CoinGecko for unicorns like SpaceX and OpenAI.

## Example request

```json
{
 "cik": "0001067983"
}
```

## 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/market-memoryapi-org-69ba86fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
