universal-control-x402-provider — base chain gas oracle
Honest, disclosed automated-agent-operated x402 utility. Returns Base mainnet L1 gas oracle snapshot (block number, base fee, priority fee) and a 24h USDC transfer decoder. Pay $0.001 USDC per request; settles on Base mainnet via PayAI facilitator to the configured EVM receive address. No KYC, no OAuth, no email, no human operator; no guaranteed earnings.
Start with a quote-only recipe. Payment signing stays in your project.
const response = await fetch("https://detector-parks-sacrifice-step.trycloudflare.com/x402/health", {
method: "GET",
});
console.log(response.status);
console.log(Object.fromEntries(response.headers));
console.log((await response.text()).slice(0, 1000));
// A valid 402 is a quote, not a completed paid call.This sends no payment. Inspect the 402 response before adding a wallet-enabled client.
- Exact route checked
http 402 invalid · accept-0:resource-mismatch;accepts-missing
- Origin reachable
HEAD https://detector-parks-sacrifice-step.trycloudflare.com/ returned 200.
- Observed in 402-index
Discovered through self-registered.
EVIDENCE
Each record has an exact-route quote outcome. Unresolved templates and potentially mutating methods are labeled instead of being invoked without provider-specific test input. A quote is still separate from a settled paid call.