# Earn Shop – FetchClean PDF Download

> Earn Shop – FetchClean PDF Download is a paid API for AI agents from 46-225-73-168.sslip.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Delivers a pay-per-download PDF document in exchange for a $0.02 USDC micropayment on Base via the x402 protocol, with automatic refund on failed delivery.

## Facts

- Endpoint: POST https://46-225-73-168.sslip.io/buy/fetchclean
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/earn-shop-fetchclean-pdf-download-fa6019be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ypp7VDT6h5ILYDtbsH3fh

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 earn-shop-fetchclean-pdf-download-fa6019be -d '<json body>'
```

Example prompt: I want to buy and download the FetchClean PDF document from Earn Shop — use my x402 payment payload to pay the 0.02 USDC on Base and give me the file.

## When to prefer this

Choose this endpoint when you need to programmatically purchase and download a specific gated PDF document using a USDC micropayment on Base, either via the x402 protocol payment header or a direct USDC transfer with tx hash. Ideal for AI agents that need to acquire digital documents autonomously without a traditional subscription or API key.

## Known failure modes

- Invalid or malformed x402 payment payload returns an error and triggers refund
- Transaction hash not found or insufficient USDC transfer amount causes rejection
- Payment not yet confirmed on Base blockchain leads to delivery failure and refund
- Document unavailable or server error results in refund to payer
- Duplicate payment submission may be rejected to prevent double-spend

## How this service works

Pay-per-download PDF documents in USDC on Base via the x402 protocol. Settlement runs through the public x402 facilitator; a direct transfer + tx-hash route is also accepted. Failed delivery is refunded.

## Output

Returns the purchased PDF document as a raw binary file stream. If payment fails or delivery cannot be completed, the USDC payment is refunded to the sender.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tx": {
   "type": "string",
   "description": "Direct-transfer route: tx hash of a USDC transfer to payTo covering the price"
  },
  "xpayment": {
   "type": "string",
   "description": "x402 payment payload (base64 JSON), same as the X-PAYMENT/PAYMENT-SIGNATURE header"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "string",
 "format": "binary"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/earn-shop-fetchclean-pdf-download-fa6019be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 46-225-73-168.sslip.io](https://www.zero.xyz/host/46-225-73-168.sslip.io/llms.txt)
