Unnamed service
GET 402utils.com/v1/x402-quote
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Enriched quote for an x402 endpoint: probes it unpaid (never pays, SSRF-checked), decodes {price, asset, network, payTo}, then compares the USD price against the live Bazaar market for its category → {marketContext:{category, medianForCategory, cheaperThanMarket}}. Not just how much, but whether it's fair. Market context is best-effort; the decoded quote returns even if the Bazaar read fails. Neutral — our own endpoints are never featured.
Resource: 402utils.com/v1/x402-quote
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291
Payment methods: — · Last validation: 2026-09-14 10:59:18.512+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Public http(s) URL of the x402 endpoint to quote (required)."
}
},
"description": "Query string only."
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"isX402",
"status"
],
"properties": {
"asset": {
"type": "string"
},
"payTo": {
"type": "string"
},
"price": {
"type": "string",
"description": "Chosen accept's amount in atomic units of the asset."
},
"isX402": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"network": {
"type": "string"
},
"priceUsd": {
"type": "number",
"description": "USD price when the asset is a recognised USD stablecoin."
},
"resource": {
"type": "string"
},
"discovery": {
"type": "object",
"description": "Bazaar/discovery extension, passed through verbatim when present."
},
"description": {
"type": "string"
},
"marketContext": {
"type": "object",
"required": [
"category",
"sampleSize"
],
"properties": {
"category": {
"type": "string",
"description": "Derived category keyword the market is sampled for."
},
"sampleSize": {
"type": "integer",
"description": "USD-priced Bazaar resources matched for the category."
},
"cheaperThanMarket": {
"type": "boolean",
"description": "True when this endpoint's USD price is below the category median."
},
"medianForCategory": {
"type": "number",
"description": "Median USD price across the matched category (omitted if <3 matches)."
}
}
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.