mirrored listing x402 eip155:8453eip155:137eip155:42161

Space-weather alerts — newest bounded NOAA SWPC geomagnetic and solar-flare messages with

Space-weather alerts — newest bounded NOAA SWPC geomagnetic and solar-flare messages with deterministic product-code kinds, complete-message digests, and freshness.

Do you run space-weather.use.x402atlas.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
7
calls / 30d
4
unique payers
2026-09-17
updated

Provider

space-weather.use.x402atlas.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "category": "science",
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "limit": 20
        },
        "type": "http"
      },
      "output": {
        "example": {
          "alerts": [
            {
              "issued_at": "2026-08-04T15:46:00Z",
              "kind": "warning",
              "message": "Space Weather Message Code: WARK04\r\nGeomagnetic K-index of 4 expected",
              "message_original_bytes": 69,
              "message_sha256": "567f522dd8060a91d9772afe64dc8307f9f26182f82ff3614a6de429b77d7adf",
              "message_truncated": false,
              "product_id": "K04W"
            }
          ],
          "operation": "space-weather-alerts",
          "query": {
            "limit": 20
          },
          "schema_version": "noaa-swpc-normalized-v1",
          "source": {
            "name": "NOAA Space Weather Prediction Center",
            "products": [
              "alerts"
            ],
            "retrieved_at": "2026-08-04T15:47:00Z"
          },
          "source_age_seconds": 60,
          "stale": false,
          "warnings": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "limit": {
                  "default": 20,
                  "description": "Maximum newest alerts returned after deterministic sorting",
                  "maximum": 50,
                  "minimum": 1,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "_atlas": {
                  "additionalProperties": false,
                  "description": "Atlas documentation and related-route metadata added after deployment",
                  "properties": {
                    "docs": {
                      "description": "Documentation URL for this bridge",
                      "format": "uri",
                      "maxLength": 512,
                      "type": "string"
                    },
                    "related": {
                      "description": "Bounded related Atlas routes",
                      "items": {
                        "additionalProperties": false,
                        "description": "One related Atlas route",
                        "properties": {
                          "bridge": {
                            "description": "Related bridge name",
                            "maxLength": 64,
                            "type": "string"
                          },
                          "docs": {
                            "description": "Related bridge documentation URL",
                            "format": "uri",
                            "maxLength": 512,
                            "type": "string"
                          },
                          "summary": {
                            "description": "Short capability summary",
                            "maxLength": 256,
                            "type": "string"
                          },
                          "url": {
                            "description": "Related route URL",
                            "format": "uri",
                            "maxLength": 512,
                            "type": "string"
                          }
                        },
                        "required": [
                          "bridge",
                          "url",
                          "docs",
                          "summary"
                        ],
                        "type": "object"
                      },
                      "maxItems": 3,
                      "type": "array"
                    }
                  },
                  "required": [
                    "docs"
                  ],
                  "type": "object"
                },
                "alerts": {
                  "description": "Newest alerts in deterministic order",
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "issued_at": {
                        "description": "Official issue time",
                        "format": "date-time",
                        "type": "string"
                      },
                      "kind": {
                        "description": "Kind from the explicit official product-code map; never prose-inferred severity",
                        "enum": [
                          "watch",
                          "alert",
                          "warning",
                          "summary",
                          "unknown"
                        ],
                        "type": "string"
                      },
                      "message": {
                        "description": "Bounded human-authored source message",
                        "maxLength": 16384,
                        "type": "string"
                      },
                      "message_original_bytes": {
                        "description": "Complete source message byte length",
                        "minimum": 0,
                        "type": "integer"
                      },
                      "message_sha256": {
                        "description": "SHA-256 of complete pre-truncation source bytes",
                        "pattern": "^[0-9a-f]{64}$",
                        "type": "string"
                      },
                      "message_truncated": {
                        "description": "Whether message was cut at a UTF-8 boundary",
                        "type": "boolean"
                      },
                      "product_id": {
                        "description": "Official NOAA product identity",
                        "type": "string"
                      }
                    },
                    "required": [
                      "product_id",
                      "issued_at",
                      "kind",
                      "message",
                      "message_truncated",
                      "message_original_bytes",
                      "message_sha256"
                    ],
                    "type": "object"
                  },
                  "maxItems": 50,
                  "type": "array"
                },
                "operation": {
                  "const": "space-weather-alerts",
                  "description": "Stable route operation",
                  "type": "string"
                },
                "query": {
                  "additionalProperties": false,
                  "description": "Normalized query identity after applying the default limit",
                  "properties": {
                    "limit": {
                      "description": "Applied maximum alert count",
                      "maximum": 50,
                      "minimum": 1,
                      "type": "integer"
                    }
                  },
                  "required": [
                    "limit"
                  ],
                  "type": "object"
                },
                "schema_version": {
                  "const": "noaa-swpc-normalized-v1",
                  "description": "Pinned NOAA SWPC normalization contract",
                  "type": "string"
                },
                "source": {
                  "additionalProperties": false,
                  "description": "Official NOAA SWPC provenance for the served normalized snapshot",
                  "properties": {
                    "name": {
                      "description": "Official source organization",
                      "type": "string"
                    },
                    "products": {
                      "description": "Fixed normalized NOAA SWPC products",
                      "items": {
                        "description": "Product identifier",
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "retrieved_at": {
                      "description": "Time the served normalized snapshot was retrieved",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "products",
                    "retrieved_at"
                  ],
                  "type": "object"
                },
                "source_age_seconds": {
                  "description": "Age in whole seconds of the route's controlling freshness timestamp; retrieval time controls alerts and forecast",
                  "minimum": 0,
                  "type": "integer"
                },
                "stale": {
                  "description": "True only when a validated cached snapshot was used",
                  "type": "boolean"
                },
                "warnings": {
                  "description": "Freshness, missing-component, provenance, and interpretation limitations",
                  "items": {
                    "description": "Actionable warning",
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "operation",
                "schema_version",
                "query",
                "alerts",
                "source",
                "stale",
                "source_age_seconds",
                "warnings"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "tags": [
      "space-weather-alerts",
      "space-weather",
      "geomagnetic",
      "solar-flare",
      "noaa-swpc"
    ]
  }
}

Use it

curl

curl "https://space-weather.use.x402atlas.com/alerts"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://space-weather.use.x402atlas.com/alerts");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://space-weather.use.x402atlas.com/alerts")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1217.json, and this resource appears in /discovery/resources and /discovery/search.