# Data Vending — Retail Daily Intelligence Dataset (v1)

> Data Vending — Retail Daily Intelligence Dataset (v1) is a paid API for AI agents from data-vending.869biz.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Downloads a curated daily retail intelligence dataset (flash summary, rising radar, macro forecast, score date) for autonomous AI agents via USDC micropayment on x402 protocol.

## Facts

- Endpoint: GET https://data-vending.869biz.com/v1/datasets/retail.daily_intel.v1/download
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/data-vending-retail-daily-intelligence-dataset-v1-e7cea5be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rjdFd0y77GumWWz9tVzkY

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 data-vending-retail-daily-intelligence-dataset-v1-e7cea5be
```

Example prompt: Pull today's retail daily intelligence dataset — pay via base-usdc using the quote I just got — and give me the flash summary, rising radar signals, and macro forecast.

## When to prefer this

Choose this endpoint when an AI agent needs structured, human-curated retail market intelligence on a per-call basis with no prior signup or API key, and can settle $0.25 USDC payments autonomously via x402 on Solana or Base rails. Ideal for agentic pipelines that need daily retail flash summaries, macro forecasts, and trend radar in clean JSON without managing subscriptions.

## Known failure modes

- Invalid or expired quote_id returns a 402 or 400 error requiring a new quote
- Unsupported rail_id value (not solana-usdc or base-usdc) causes request rejection
- Insufficient USDC balance or failed payment processing results in 402 Payment Required
- Dataset not yet available for the current date returns a 404 or empty result
- Network timeout on payment settlement before data release

## How this service works

HTTP-native dataset vending for autonomous AI agents. No signup, no API key — discover, pay USDC via x402, get clean JSON. Human-designed data with provenance and conservation revenue share.

## Output

Returns a JSON object containing the dataset SKU ('retail.daily_intel.v1'), a flash narrative summary, a score date (e.g. 2026-06-06), a rising radar signal section highlighting emerging retail trends, and a macro forecast. Data is human-designed with provenance metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "rail_id": {
   "type": "string",
   "description": "Payment rail: solana-usdc or base-usdc"
  },
  "quote_id": {
   "type": "string",
   "description": "Quote id from GET .../quote"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "sku": "retail.daily_intel.v1",
  "flash": "...",
  "score_date": "2026-06-06",
  "rising_radar": "...",
  "macro_forecast": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/data-vending-retail-daily-intelligence-dataset-v1-e7cea5be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data-vending.869biz.com](https://www.zero.xyz/host/data-vending.869biz.com/llms.txt)
