# a402test Premium Data Endpoint

> a402test Premium Data Endpoint is a paid API for AI agents from a402test.pages.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns gated premium data upon successful payment of $0.05 USDC via the x402 payment protocol

## Facts

- Endpoint: GET https://a402test.pages.dev/api/premium-data
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/a402test-premium-data-endpoint-675f57e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7bAf2Z2EuYQCRcTQELzfY

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 a402test-premium-data-endpoint-675f57e7
```

Example prompt: Can you fetch the premium data from the a402test endpoint? It costs $0.05 USDC per call and uses the x402 payment protocol.

## When to prefer this

Choose this endpoint when you need to test or demonstrate the x402 pay-per-call protocol with real USDC micropayments, or when integrating agentic payment-gated data retrieval into a workflow that uses Cloudflare Pages-hosted APIs. Best suited for developers validating x402 flows rather than production data consumers.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or missing x402 payment header results in access denied
- Network timeout if the Cloudflare Pages endpoint is unreachable
- Malformed payment token causes rejection before data is returned

## How this service works

Premium access data endpoint gated at $0.05 USDC

## Output

A data payload returned after successful x402 micropayment authorization; exact schema is not publicly documented but represents the premium content unlocked by the $0.05 USDC payment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/a402test-premium-data-endpoint-675f57e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from a402test.pages.dev](https://www.zero.xyz/host/a402test.pages.dev/llms.txt)
