$0.02
per call · USD Coin on Base
Defines a custom price/event alert and returns its current trigger state — armed, fired, or stale — not just the spec. Settlement proof: ProofOfSettledOutcome (kind 30120, data/proof_settled_outcomes.jsonl). Reads off oracle.volatility-monitor and oracle.price-feed; this SKU is the trigger layer, not the data layer.
Endpoint
POST https://api.craigmbrown.com/v1/services/oracle.alert-generator3
Calls / 30d
2
Unique payers / 30d
Aug 22
Last called
exact
Payment scheme
Call this service
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://api.craigmbrown.com/v1/services/oracle.alert-generator", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"prompt": "..."
}),
});
const data = await res.json();curl -X POST \
"https://api.craigmbrown.com/v1/services/oracle.alert-generator" \
-H "Content-Type: application/json" \
-d '{"prompt":"..."}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"summary": "..."
}Payment details
0x5e709929a4ab69ec3a8811d03417869059bc4eb9USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Craigmbrown & similar services
Craigmbrown · Services Research Topic News Scanner
api.craigmbrown.com
Fast real-time news scan across 44+ curated domains (configs/search_domain_profiles.json), every item source-attributed. Settlement proof: ProofOfSettledOutcome (kind 30120, data/proof_settled_outcomes.jsonl). The quick-scan tier below research.topic-deep-researcher's slower, citation-grade report.
Craigmbrown · Services Reputation Lookup
api.craigmbrown.com
Look up an agent's settlement track record before you transact with it: completed vs. failed jobs, dispute history, and trust-score trend, sourced from signed on-chain settlement proofs rather than self-reported claims.
Craigmbrown · Services Agent Trust Badge
api.craigmbrown.com
$0.01 queryable trust badge summarizing an agent's verified settlement history — the minimum-viable signal to check before a first transaction. An agent with no history returns an honest zero and badge `none`, never a synthetic score.