# MoneyMaker x402 Worker — Ontario List Ops

> MoneyMaker x402 Worker — Ontario List 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).

Returns Ontario-related list operations data via a paid x402 GET endpoint on Base, requiring 0.10 USDC payment per call.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/ontario-list-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-ontario-list-ops-507d49e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__471axJNTypSAxKaqF8h0

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-ontario-list-ops-507d49e7
```

Example prompt: Can you pull the Ontario list operations data from MoneyMaker — pay the 0.10 USDC fee needed to access it and return the results in JSON format?

## When to prefer this

Use this endpoint when you specifically need Ontario list operations data and are operating in an x402-enabled agent environment capable of handling USDC micropayments on Base. Prefer this over alternatives when you want low-cost ($0.10) programmatic access to this niche Ontario dataset without OAuth or API key setup — just a Base wallet.

## Known failure modes

- 402 Payment Required — must authorize Exact USDC payment to payTo address via facilitator before retrying
- Payment authorization fails if wallet has insufficient USDC on Base
- Endpoint may return unexpected or undocumented response shape due to open schema
- Network or Cloudflare Worker downtime causing 5xx errors
- Incorrect format parameter ignored server-side, returning default format

## 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 unstructured or structured JSON object containing Ontario list operations data. The exact schema is open (additionalProperties: true), so the response shape may vary. Accessed only after a successful 0.10 USDC Exact payment on Base via the x402 facilitator.

## 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-ontario-list-ops-507d49e7/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)
