What is an x402 API benchmark?
An x402 API benchmark compares paid API endpoints that use HTTP 402 payment flows, including observed price, activity, visible GMV, confidence, and comparable market context.
PricePilot402 public market intelligence
Compare tracked x402 data API endpoints by active count, price range, source confidence, and paid benchmark route.
Latest generation timestamp: 2026-07-03T12:00:30.240Z
Use this comparison page to see the public sample. Use the paid API to turn the sample into route-specific benchmark JSON.
This public comparison page shows active endpoints, price range, relevant categories, source confidence, and the route that best matches this market slice.
The public page shows market summaries. The paid API returns structured benchmark fields an agent can use directly.
Use this API when deciding whether to list, price, buy, or benchmark an x402 endpoint.
Compare a market slice, choose a benchmark category, evaluate Base USDC x402 activity, and prepare a paid route call.
The data is useful because it narrows a broad public market into a specific benchmark route and example input.
Paid responses include comparable endpoint clusters, price dispersion, payer density, GMV estimates, opportunity flags, and source trail.
Use the route-specific API block to open the buyer CTA or request a 402 challenge when the route is GET.
The paid category benchmark compares all tracked endpoints in this category and returns price percentiles, payer density, GMV range, seller concentration, and decision notes.
Full Phase 1 remains locked. These blocks show only route-specific docs and capped provisional availability.
Compare paid MCP tool endpoint prices by category
Price: $0.0200
Network: eip155:8453
Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Availability: available through capped provisional x402 metadata
Example input
{
"category": "data",
"network": "eip155:8453"
}
OpenAPI | x402 metadata | Buyer example
Unpaid 402 probe
curl -i "https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/category?pp_ref=dist_view_ab8f597d-309a-4868-b658-d5ebc2ea5272" \
-H "content-type: application/json" \
--data '{"category":"data","network":"eip155:8453"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/category?pp_ref=dist_view_ab8f597d-309a-4868-b658-d5ebc2ea5272", {
"method": "POST",
"headers": {
"content-type": "application/json"
},
"body": JSON.stringify({
"category": "data",
"network": "eip155:8453"
})
});
console.log(response.status);
if (response.status === 402) {
console.log(response.headers.get("PAYMENT-REQUIRED"));
}
Paid retry placeholder
curl -i "https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/category?pp_ref=dist_view_ab8f597d-309a-4868-b658-d5ebc2ea5272" \
-H "content-type: application/json" \
-H "PAYMENT-SIGNATURE: <x402 payment proof>" \
--data '{"category":"data","network":"eip155:8453"}'
const response = await fetch("https://pricepilot402.pricepilot402-arya.workers.dev/v1/benchmark/category?pp_ref=dist_view_ab8f597d-309a-4868-b658-d5ebc2ea5272", {
"method": "POST",
"headers": {
"content-type": "application/json",
"PAYMENT-SIGNATURE": "<x402 payment proof>"
},
"body": JSON.stringify({
"category": "data",
"network": "eip155:8453"
})
});
console.log(response.status);
if (response.status === 402) {
console.log(response.headers.get("PAYMENT-REQUIRED"));
}
48 tracked comparison rows
observed public price range
derived from public observations
latest source timestamp
| Category | Endpoints | Active | Median Price | Estimated GMV |
|---|---|---|---|---|
| Data | 48 | 48 | $0.0100 | $0.8900 |
An x402 API benchmark compares paid API endpoints that use HTTP 402 payment flows, including observed price, activity, visible GMV, confidence, and comparable market context.
The paid API returns structured JSON for agents and scripts, including comparable endpoint clusters, price dispersion, payer density, visible GMV estimates, opportunity flags, confidence, and source trail where supported.
Public marketplace listings usually show one seller or endpoint at a time. PricePilot402 connects listings into category, endpoint, and market benchmarks so buyers can compare price and activity across similar x402 APIs.
Yes. Agents can read the public pages, inspect OpenAPI and x402 metadata, request a 402 challenge, pay with an x402-compatible Base USDC flow, and retry the same route for JSON benchmark output.
The provisional live routes use Base mainnet USDC through x402 metadata. Full Phase 1 remains locked while capped provisional routes stay under the configured price and usage limits.