W

Wever Pay · Services Commercial Readiness

by Wever Pay

POSTBase Sepolia

$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-readiness

5

Calls / 30d

2

Unique payers / 30d

Aug 25

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://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
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

Pay to0xff52824610cb82603089f2d33d44682edffa6630
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

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

Get featured →

More from Wever Pay & similar services