SERVICE / DETAILother

x402-factory

GET x402-factory.com/v1/climate-events/probability

SONAR SCORE0.790
LIVE PRICE0.050000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

25 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY1209msrecent response window
PRICE DRIFT0.0%advertised vs observed

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.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Probability of a specific weather event in a window, for any point or city — Our model's probability that a condition (temp above/below a threshold, precip amount, wind, any precip, named-storm landfall) occurs in a window up to 31 days out, with the method labeled. For temperature events, window_stat picks the binding statistic: max (default) binds the window maximum, min binds the window…

Resource: x402-factory.com/v1/climate-events/probability

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f

Payment methods: · Last validation: 2026-09-14 09:49:34.618+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "condition",
          "window_start",
          "window_end"
        ],
        "properties": {
          "lat": {
            "type": "number",
            "maximum": 90,
            "minimum": -90
          },
          "lon": {
            "type": "number",
            "maximum": 180,
            "minimum": -180
          },
          "city": {
            "type": "string",
            "maxLength": 40,
            "minLength": 2,
            "description": "Major US city name as an alternative to lat/lon"
          },
          "condition": {
            "enum": [
              "temp_above",
              "temp_below",
              "precip_above",
              "wind_above",
              "any_precip",
              "named_storm_landfall"
            ],
            "type": "string"
          },
          "threshold": {
            "type": "number",
            "description": "Metric units: °C for temp, mm for precip, kph for wind"
          },
          "window_end": {
            "type": "string",
            "format": "date-time",
            "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
          },
          "window_stat": {
            "enum": [
              "max",
              "min"
            ],
            "type": "string",
            "default": "max",
            "description": "Binding statistic for temperature events: max (default) or min; exact semantics in docs"
          },
          "window_start": {
            "type": "string",
            "format": "date-time",
            "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "data",
          "meta"
        ],
        "properties": {
          "data": {
            "type": "object",
            "required": [
              "probability",
              "method"
            ],
            "properties": {
              "method": {
                "type": "string",
                "description": "What produced the number: \"runway-oracle-v4\" (calibrated model), \"nws-blend (…)\", \"nws-gridpoint (…)\" with any derivation disclosed, \"climatology (…)\", or \"stub\""
              },
              "probability": {
                "type": "number",
                "maximum": 1,
                "minimum": 0
              },
              "window_stat": {
                "type": "string",
                "description": "Echoed binding statistic for temperature events (max | min)"
              },
              "comparable_market": {
                "type": "object",
                "required": [
                  "slug",
                  "market_p"
                ],
                "properties": {
                  "slug": {
                    "type": "string"
                  },
                  "market_p": {
                    "type": "number",
                    "maximum": 1,
                    "minimum": 0
                  }
                },
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          },
          "meta": {
            "type": "object"
          }
        }
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 120
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "50000"
    }
  ]
}
METADATA PROVENANCE

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.