# AuctionTrace ES Book Pressure Dataset (2025-07-29 to 2026-06-30 v1)

> AuctionTrace ES Book Pressure Dataset (2025-07-29 to 2026-06-30 v1) is a paid API for AI agents from api.auctiontrace.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Returns a paid-access download link to a dataset of 751,598 validated E-mini S&P 500 (ES) order book pressure observations with matched historical evidence and companion analysis code.

## Facts

- Endpoint: GET https://api.auctiontrace.com/api/v1/datasets/auctiontrace-es-book-pressure-20250729-20260630-v1/access
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/auctiontrace-es-book-pressure-dataset-2025-07-29-to-2026-06-30-v1-3e95eb03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6S0WrufZrVZhI41ok7PNk

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 auctiontrace-es-book-pressure-dataset-2025-07-29-to-2026-06-30-v1-3e95eb03
```

Example prompt: I want to purchase and download the AuctionTrace ES Book Pressure dataset — the one with 751,598 validated observations covering July 2025 through June 2026 — and get the download link with its checksum so I can verify the file.

## When to prefer this

Choose this endpoint when you need a large, pre-validated batch dataset of ES futures order book pressure with matched historical baselines and companion analysis code, and you want a one-time $5 purchase rather than a streaming or real-time data subscription. It is best suited for backtesting, academic research, or strategy validation workflows where reproducibility and checksum-verified data integrity matter.

## Known failure modes

- Payment not processed — access denied with 402 response
- Expired artifact URL if the signed link is not used before expires_at
- Invalid or missing method/type in request body causing 400 error
- Dataset temporarily unavailable resulting in 503
- Network timeout on large file download after access is granted

## How this service works

AuctionTrace gives trading agents 751,598 bar-agnostic ES Book Pressure observations, seven documented application paths, matched evidence, and evaluation code for $5 USDC.

## Output

Returns a signed, time-limited download URL (ZIP file) for the ES Book Pressure dataset, along with the dataset ID, a manifest URL, the file size in bytes, a SHA-256 checksum for integrity verification, and an expiry timestamp for the download link.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "artifact": {
   "url": "https://download.example/presigned-artifact",
   "sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
   "byte_size": 1,
   "expires_at": "2026-07-22T00:00:00.000Z",
   "content_type": "application/zip"
  },
  "dataset_id": "auctiontrace-es-book-pressure-20250729-20260630-v1",
  "manifest_url": "https://api.auctiontrace.com/api/v1/datasets/auctiontrace-es-book-pressure-20250729-20260630-v1/manifest"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/auctiontrace-es-book-pressure-dataset-2025-07-29-to-2026-06-30-v1-3e95eb03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.auctiontrace.com](https://www.zero.xyz/host/api.auctiontrace.com/llms.txt)
