x402-factory
GET x402-factory.com/v1/edge/:slug
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
Deep model-vs-market breakdown for one weather market — Full divergence picture for a single weather market: model probability with the discretized model distribution, divergence history from stored signals, a half-Kelly sizing hint, and explicit risk notes (including model labeling). Find slugs via /v1/edge/weather-markets.
Resource: x402-factory.com/v1/edge/nyc-high-temp-above-95f-2026-07-24
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f
Payment methods: — · Last validation: 2026-09-13 22:56:12.885+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"data",
"meta"
],
"properties": {
"data": {
"type": "object",
"required": [
"market_p",
"model_p",
"model_method",
"market_class",
"class_calibrated",
"model_distribution",
"divergence_history",
"kelly_fraction_hint",
"risk_notes"
],
"properties": {
"model_p": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"market_p": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"risk_notes": {
"type": "array",
"items": {
"type": "string"
}
},
"market_class": {
"type": "string",
"description": "Market-class taxonomy label (see /v1/edge/calibration)"
},
"model_method": {
"type": "string",
"description": "What produced model_p: the proprietary nowcast, an NWS-derived lead estimate, or passthrough"
},
"class_calibrated": {
"type": "boolean",
"description": "Whether this class is on the calibration allowlist; when false the sizing hint is withheld (0)"
},
"divergence_history": {
"type": "array",
"items": {
"type": "object",
"required": [
"t",
"divergence"
],
"properties": {
"t": {
"type": "string"
},
"divergence": {
"type": "number"
}
},
"additionalProperties": false
}
},
"model_distribution": {
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"p"
],
"properties": {
"p": {
"type": "number",
"maximum": 1,
"minimum": 0
},
"value": {
"type": "number"
}
},
"additionalProperties": false
}
},
"kelly_fraction_hint": {
"type": "number",
"maximum": 0.25,
"minimum": 0,
"description": "Half-Kelly for the model-favored side; capped at 0.25"
}
},
"additionalProperties": false
},
"meta": {
"type": "object"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "100000"
}
]
}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.