# MoneyMaker x402 Worker – Idle Miner ASO Hooks

> MoneyMaker x402 Worker – Idle Miner ASO Hooks is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $3/call, status unknown (last checked 2026-09-13).

Returns idle miner app-store optimization (ASO) hook data via a paid x402 USDC micropayment endpoint on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/idle-miner-aso-hooks
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-idle-miner-aso-hooks-2eb1e4db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPAe3_7ZWDOOI6DebpnV9

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-idle-miner-aso-hooks-2eb1e4db
```

Example prompt: Can you grab the idle miner ASO hooks from the MoneyMaker x402 storefront — go ahead and authorize the $3 USDC payment on Base to get the data back in JSON format.

## When to prefer this

Choose this endpoint when you specifically need idle miner ASO hook data and are operating in a context where x402 micropayments on Base (USDC) are supported. It is purpose-built for the idle miner genre within the MoneyMaker x402 storefront ecosystem. Prefer it over generic ASO tools when you want pay-per-call pricing with no subscription and on-chain payment settlement.

## Known failure modes

- 402 Payment Required if USDC payment is not pre-authorized — agent must authorize Exact USDC to the payTo address via the facilitator and retry
- Payment authorization mismatch (wrong amount or wrong address) causes continued 402 rejection
- Worker timeout or Cloudflare error (5xx) if the upstream data source is unavailable
- Invalid format parameter may be silently ignored by server
- Insufficient USDC balance in the paying wallet causes payment failure

## 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

A JSON object (or raw response) containing idle miner app-store optimization hook data — likely including keyword hooks, copy angles, or store-listing intelligence specific to the idle miner game genre. The exact schema is open-ended (additionalProperties: true), so the agent should parse all returned fields.

## 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-idle-miner-aso-hooks-2eb1e4db/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)
