M

Memoryapi · Cron Alerts

by Memoryapi

GETBase

$0.001

per call · USD Coin on Base

Retrieve change alerts for monitored URLs. Returns list of detected changes with timestamps.

Endpoint

GET https://cron.memoryapi.org/x402/cron/alerts

6

Calls / 30d

4

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://cron.memoryapi.org/x402/cron/alerts", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://cron.memoryapi.org/x402/cron/alerts?limit=10&url=https%3A%2F%2Fapi.memoryapi.org%2Fhealth&user_id=my-agent" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "alerts": [
    {
      "changed_at": "2026-05-29T22:00:00Z",
      "url": "https://api.memoryapi.org/health"
    }
  ],
  "count": 1,
  "success": true
}

Payment details

Pay to0x24facafeb49b4e3facf0b3e69604a2f4640c9bf2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Memoryapi & similar services