# Japan APAC Regulatory Watch — Probe Dataset

> Japan APAC Regulatory Watch — Probe Dataset is a paid API for AI agents from data-vending.869biz.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Downloads a probe-tier sample of Japan/APAC regulatory watch compliance data as clean JSON, paid via x402 USDC micropayment with no signup required.

## Facts

- Endpoint: GET https://data-vending.869biz.com/v1/datasets/compliance.jp_apac_regwatch.probe.v1/download
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/japan-apac-regulatory-watch-probe-dataset-c600efb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jFQvg3p2oPXUqJMYf_WlL

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 japan-apac-regulatory-watch-probe-dataset-c600efb7
```

Example prompt: Pull me the latest Japan APAC regulatory watch probe dataset — pay with Base USDC using the quote I just got, and give me the compliance items as clean JSON.

## When to prefer this

Choose this endpoint when an AI agent needs a no-signup, micropayment-gated sample of Japan/APAC regulatory compliance data delivered as structured JSON via x402 protocol. Ideal for compliance monitoring pipelines, regulatory intelligence agents, or any workflow needing fresh APAC regulatory watch data without a subscription or API key.

## Known failure modes

- Invalid or expired quote_id returns 402 or 4xx payment error
- Unsupported rail_id value (not 'solana-usdc' or 'base-usdc') causes rejection
- Payment not confirmed on-chain leads to access denial
- Dataset temporarily unavailable returns 503
- Stale quote used after expiry window fails payment verification

## 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 ('compliance.jp_apac_regwatch.probe.v1'), tier ('probe'), an array of up to 5 regulatory watch items each with a title and source count, the as-of date, item limit, and an optional upgrade_to field pointing to a fuller tier if available.

## 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": "compliance.jp_apac_regwatch.probe.v1",
  "tier": "probe",
  "items": [
   {
    "title": "string",
    "source_count": 1
   }
  ],
  "as_of_date": "2026-06-06",
  "item_limit": 5,
  "upgrade_to": null
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/japan-apac-regulatory-watch-probe-dataset-c600efb7/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)
