Deep model-vs-market breakdown for one weather market — Full divergence picture
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
582 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402-factory.com/v1/edge/:slug
| Category | Image and media |
|---|---|
| Provider host | x402-factory.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 582 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"slug": "nyc-high-temp-above-95f-2026-07-24"
},
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"slug": {
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"additionalProperties": false,
"properties": {
"divergence_history": {
"items": {
"additionalProperties": false,
"properties": {
"divergence": {
"type": "number"
},
"t": {
"type": "string"
}
},
"required": [
"t",
"divergence"
],
"type": "object"
},
"type": "array"
},
"kelly_fraction_hint": {
"description": "Half-Kelly for the model-favored side; capped at 0.25",
"maximum": 0.25,
"minimum": 0,
"type": "number"
},
"market_p": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"model_distribution": {
"items": {
"additionalProperties": false,
"properties": {
"p": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"value": {
"type": "number"
}
},
"required": [
"value",
"p"
],
"type": "object"
},
"type": "array"
},
"model_p": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"risk_notes": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"market_p",
"model_p",
"model_distribution",
"divergence_history",
"kelly_fraction_hint",
"risk_notes"
],
"type": "object"
},
"meta": {
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}