$0.1
per call · USDC on Base Sepolia
Paid deterministic assessment of whether a machine-readable commercial service is ready for agent discovery, exact pricing, and Base Sepolia x402 settlement.
Endpoint
POST https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness5
Calls / 30d
2
Unique payers / 30d
Aug 25
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://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"httpMethod": "POST",
"inputSchema": {
"properties": {
"sku": {
"type": "string"
}
},
"required": [
"sku"
],
"type": "object"
},
"network": "eip155:84532",
"outputSchema": {
"properties": {
"units": {
"type": "integer"
}
},
"required": [
"units"
],
"type": "object"
},
"priceAtomic": 50000,
"resourceLocation": "https://merchant.example.test/forecast",
"serviceDescription": "Produces a machine-readable seven-day inventory forecast for a requested product SKU.",
"serviceName": "Inventory Forecast API"
}),
});
const data = await res.json();curl -X POST \
"https://sandbox.weverpay.com/api/wever-pay/sandbox/services/commercial-readiness" \
-H "Content-Type: application/json" \
-d '{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","httpMethod":"POST","inputSchema":{"properties":{"sku":{"type":"string"}},"required":["sku"],"type":"object"},"network":"eip155:84532","outputSchema":{"properties":{"units":{"type":"integer"}},"required":["units"],"type":"object"},"priceAtomic":50000,"resourceLocation":"https://merchant.example.test/forecast","serviceDescription":"Produces a machine-readable seven-day inventory forecast for a requested product SKU.","serviceName":"Inventory Forecast API"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"assessments": {
"agentDiscoverability": {
"explanation": "The description and resource location are machine-usable.",
"status": "PASS"
},
"inputOutputCompleteness": {
"explanation": "Both JSON contracts declare required fields.",
"status": "PASS"
},
"paymentCompatibility": {
"explanation": "The service declares Base Sepolia test-USDC.",
"status": "PASS"
},
"pricingClarity": {
"explanation": "The exact atomic price is positive and explicit.",
"status": "PASS"
},
"settlementCompatibility": {
"explanation": "The service is compatible with x402 exact settlement.",
"status": "PASS"
}
},
"improvements": [],
"overallStatus": "READY",
"reportVersion": "1.0.0",
"score": 100
}Payment details
0xff52824610cb82603089f2d33d44682edffa6630USDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Wever Pay & similar services
Wever Pay · Services Agent Manifest Lint
sandbox.weverpay.com
Deterministic machine-readable review of an agent manifest's identity, version, capabilities, authority separation, and public-testnet spending ceiling.
Wever Pay · Services Evidence Integrity Digest
sandbox.weverpay.com
Canonicalizes a bounded JSON evidence package and returns an independently reproducible SHA-256 digest without asserting the truth of its claims.
Wever Pay · Services Authority Boundary Review
sandbox.weverpay.com
Deterministic policy decision for requested actions, prohibited actions, Base Sepolia asset restrictions, and atomic test-USDC spending limits.