{
  "x402Version": 2,
  "id": 14018,
  "slug": "14018",
  "resource": "https://riskpulse.theaslangroupllc.com/api/risk/quake-check",
  "description": "Earthquake activity check, deterministic. Answers \"any recent earthquakes near this location\", \"how seismically active is this area right now\". Queries the USGS FDSN event catalog near a lat/lon within a radius (or the global M5+ feed when no point is given) over the last N days and returns each event (magnitude, place, time, depth, PAGER alert, significance) plus a code-computed summary: count, max/avg magnitude, risk level. No LLM, no key, public domain.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 604900
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "985iFjbnGQ3dJcwXnfRCMSrH4Jnc3kW1N6msR64B5KX1",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:480",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x79A02482A880bCe3F13E09da970dC34dB4cD24D1",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:143",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:196",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:999",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k",
      "payTo": "62A253YPATFNJCPRKID3FKD77MYJFNTVRYRP4B4JWG36EGLPY7UXFWGI7I",
      "asset": "31566704",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "xrpl:0",
      "payTo": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
      "asset": "XRP",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "xrpl:0",
      "payTo": "rMnHeutYALco8RYFVcmuU4BCgSzBpPEh32",
      "asset": "524C555344000000000000000000000000000000",
      "amount": "0.01",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:56",
      "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
      "asset": "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
      "amount": "10000000000000000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "days": {
              "description": "lookback window in days (default 30, max 365)",
              "example": "30",
              "required": false,
              "type": "number"
            },
            "lat": {
              "description": "latitude of the point of interest (omit both lat and lon for the global feed)",
              "example": "35.68",
              "required": false,
              "type": "number"
            },
            "limit": {
              "description": "max events returned (default 20, max 100)",
              "example": "20",
              "required": false,
              "type": "number"
            },
            "lon": {
              "description": "longitude of the point of interest",
              "example": "139.69",
              "required": false,
              "type": "number"
            },
            "min_magnitude": {
              "description": "minimum magnitude (default 4.0 with a point, 5.0 global)",
              "example": "4.5",
              "required": false,
              "type": "number"
            },
            "radius_km": {
              "description": "search radius around the point in km (default 500, max 5000)",
              "example": "500",
              "required": false,
              "type": "number"
            }
          },
          "type": "http"
        },
        "output": {
          "example": {
            "deterministic": true,
            "events": [
              {
                "alert": null,
                "depth_km": 10,
                "magnitude": 5.8,
                "place": "Izu Islands, Japan region",
                "time_utc": "2026-07-12T03:41:00.000Z"
              }
            ],
            "query": {
              "days": 30,
              "lat": 35.68,
              "lon": 139.69,
              "min_magnitude": 4,
              "radius_km": 500
            },
            "summary": {
              "event_count": 14,
              "max_magnitude": 5.8,
              "risk_level": "moderate"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_gxy6qn5p"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "riskpulse.theaslangroupllc.com",
  "lastUpdated": "2026-08-14T04:31:40.905Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T18:59:53.95Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "riskpulse.theaslangroupllc.com",
    "manifest_name": "riskpulse.theaslangroupllc.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}