{
  "x402Version": 2,
  "id": 340,
  "slug": "340",
  "resource": "https://api.kadec0.xyz/v1/usgs-quakes",
  "description": "Real-time earthquake feed. Recent seismic events from USGS with magnitude, location, depth, and tsunami flag, filterable by magnitude, time, and radius.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "minmagnitude": "4.5",
            "starttime": "2026-06-18"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "depthKm": 10,
                "latitude": 34.74,
                "longitude": 24.1,
                "magnitude": 5.2,
                "place": "10 km S of Kastri, Greece",
                "tsunami": 0,
                "type": "earthquake"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "endtime": {
                    "description": "ISO date/time",
                    "type": "string"
                  },
                  "latitude": {
                    "description": "radius search center lat (needs longitude+maxradiuskm)",
                    "type": "string"
                  },
                  "limit": {
                    "default": "50",
                    "type": "string"
                  },
                  "longitude": {
                    "type": "string"
                  },
                  "maxradiuskm": {
                    "type": "string"
                  },
                  "minmagnitude": {
                    "default": "2.5",
                    "type": "string"
                  },
                  "starttime": {
                    "description": "ISO date/time (default: 24h ago)",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.kadec0.xyz",
  "lastUpdated": "2026-09-08T16:54:48.084Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-08T16:54:47.817Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.kadec0.xyz",
    "manifest_name": "api.kadec0.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}