# x402stock Archive

> x402stock Archive is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves archived historical market and economic data records via pay-per-request USDC payment on the x402stock platform

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/archive
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-archive-5b07dd48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V8P2kF8YO1uAJP2Y5GYQ0

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-archive-5b07dd48
```

Example prompt: Pull the archived historical market data from x402stock's archive endpoint — I need to look back at past records for US equities and macro indicators.

## When to prefer this

Choose this endpoint when you need to retrieve historical or archived records from x402stock's data catalog — particularly when you want past snapshots of market, economic, or financial data rather than live/current quotes. Best for research, backtesting context, or comparison against current values. Prefer other x402stock endpoints for real-time prices or live filings.

## Known failure modes

- Invalid or missing properties parameter returns empty or error response
- Payment failure via x402/MPP prevents data retrieval
- Requested archive data not available for the specified properties filter
- Rate limiting or access denial if payment is not processed correctly
- Archive endpoint may return incomplete data if the requested historical range is not supported

## How this service works

Use to discover the point-in-time archive: immutable daily snapshots of ephemeral market state (Hyperliquid perps/spot, JLP pool, pre-IPO marks, market regime, squeeze scores), captured once per UTC day and never overwritten or backfilled. Lists every feed and entity with date coverage; read days via /archive/{feed} and series via /archive/{feed}/range. From x402stock

## Output

Returns archived historical records from the x402stock data platform, potentially including past prices, economic indicator snapshots, or other stored financial and macro data depending on the properties filter supplied. Delivered as JSON after a $0.02 USDC per-call payment via x402 protocol.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-archive-5b07dd48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
