# MoneyMaker x402 Worker – /nookplot-ops

> MoneyMaker x402 Worker – /nookplot-ops is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Paid GET endpoint on the MoneyMaker x402 storefront that returns nookplot-ops content for $0.10 USDC via the x402 micropayment protocol on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/nookplot-ops
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-nookplot-ops-17ec295a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xfUGaeOe5v8Z_oruU_KC2

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 moneymaker-x402-worker-nookplot-ops-17ec295a
```

Example prompt: Fetch the nookplot-ops data from the MoneyMaker x402 worker — go ahead and authorize the $0.10 USDC micropayment on Base to get through the paywall.

## When to prefer this

Use this endpoint when you specifically need the nookplot-ops content served by the MoneyMaker x402 Cloudflare Worker and are equipped to handle x402 micropayment flows with USDC on Base. Prefer this over traditional APIs when you want frictionless, per-call micropayment access without subscriptions or API keys.

## Known failure modes

- 402 Payment Required returned if payment header is missing or invalid — must authorize Exact USDC to payTo address via facilitator and retry
- Insufficient USDC balance causes payment authorization failure
- Network errors or Cloudflare Worker downtime result in 5xx responses
- Malformed x402 payment header leads to rejection
- Payment sent to wrong address or wrong amount causes 402 loop

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

Returns an arbitrary JSON object (or raw content) from the /nookplot-ops route after the x402 USDC micropayment of $0.10 is authorized and processed on Base. The exact shape of the response is unspecified (additionalProperties: true).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-worker-nookplot-ops-17ec295a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
