mirrored listing x402 eip155:8453

Cron for AI agents: signed HTTP deliveries on a cron expression

Cron for AI agents: signed HTTP deliveries on a cron expression. BEST-RATE pack: 4000 delivery credits for $2 ($0.0005/delivery) - intro price at the volume rate. Same service, smallest entry $0.02 at https://402cron.com/buy/trial. Ladder: 20/$0.02, 4000/$2, 50000/$25. All packs: https://402cron.com/api/pricing. Credits never expire. HMAC-signed, verified destinations, max 3 attempts then auto-pause. No account, no card, no human.

Do you run 402cron.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
2000000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-12
updated

Provider

402cron.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x8e37022edcf0f21cf3c9f93fee9d4d32519f36f4",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "creditedDeliveries": 4000,
          "deliveriesLeft": 4000,
          "managementToken": "shown once, only to a new client",
          "next": {
            "note": "three steps, each with method and url",
            "steps": "[…]"
          },
          "ok": true,
          "pack": "starter",
          "payment": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "tokenNote": "save this — shown exactly once"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "headers": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://402cron.com/buy/starter"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://402cron.com/buy/starter");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://402cron.com/buy/starter")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7479.json, and this resource appears in /discovery/resources and /discovery/search.