x402 List

x402 Protocol Service Directory

Vibe Springs

Data PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

Pay-per-call data API serving many endpoints on one host: weather and forecasts, earthquakes, flood and marine conditions, fiat exchange rates and conversion, on-chain address risk, plus alert and invoice workflows. No accounts or API keys, USDC micropayments on Base.

Pay from $0.002 to $0.15 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-02-23 · $97.48 all-time · settled via coinbase

BASE URL https://vibesprings.net ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
266ms
avg response
122ms
total checks
2,136

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.002 to $0.15 (p21 in Data)
price (min)
$0.002
price (max)
$0.15
category percentile (min)
p21 in Data
category percentile (max)
p84 in Data
endpoints / prices
10 / 4
model
tiered
stability
0%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $62.176 30d · 54 buyers · top buyer 92%
volume 30d
$62.176
buyers 30d
54
settlements 30d
512
first settlement
2026-02-23
last settlement
2026-08-13
top buyer share
92% of 30d volume
trend 7d vs 30d
0.03x the 30d daily rate
networks
eip155:8453
volume all-time
$97.48
settlements all-time
2,625
median settlement 30d
$0.002
max settlement 30d
$25.00
settled via
coinbase ($62.18, 512 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

CHANGES

1 event, detecting since 2026-07-24

Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.

changes price changed 18d ago (1 since 2026-07-24)

price changed · 18d ago

GET /api/address-risk · eip155:8453 · USDC: 500030000

POST /api/workflow/invoice-fx · eip155:8453 · USDC: 50000150000

Amounts are on-wire atomic units in the named asset.

see all changes for this service

WHAT IT DOES

ai-derived

Vibe Springs provides weather-related data services including historical weather, forecasts, and risk assessments for various natural events.

category
weather-data
in
query params
auth
none
weatherforecastrisk-assessmentnatural-disastersdata-processing

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/address-risk $0.03 Base USDC header
POST /api/alert $0.01 Base USDC header
GET /api/earthquakes $0.002 Base USDC header
GET /api/exchange $0.002 Base USDC header
GET /api/exchange/convert $0.002 Base USDC header
GET /api/flood $0.002 Base USDC header
GET /api/forecast $0.002 Base USDC header
GET /api/marine $0.002 Base USDC header
GET /api/weather $0.002 Base USDC header
POST /api/workflow/invoice-fx $0.15 Base USDC header
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/address-risk returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://vibesprings.net/api/address-risk'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/exchange/convert",
      "tags": [
        "currency",
        "conversion",
        "forex",
        "exchange-rates",
        "finance"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Fiat currency converter and international pricing calculator. Perform instant conversions for any base amount between 30+ fiat currencies with official real-time ECB rates. Returns the exact converted sum, forward exchange rate, and the inverse exchange rate for clear cross-currency financial auditing.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": "JPY",
              "from": "GBP",
              "amount": "1500"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "to": "JPY",
              "date": "2025-01-15",
              "from": "GBP",
              "rate": 188.5,
              "amount": 1500,
              "source": "ECB",
              "inverseRate": 0.005305,
              "convertedAmount": 282750
            }
          }
        },
        "tags": [
          "currency",
          "conversion",
          "forex",
          "exchange-rates",
          "finance",
          "calculator",
          "international-billing"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "from",
                    "to"
                  ],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "Target currency ISO code to convert into (e.g. JPY, CHF)"
                    },
                    "from": {
                      "type": "string",
                      "description": "Source base currency ISO code (e.g. USD, EUR, GBP)"
                    },
                    "amount": {
                      "type": "string",
                      "description": "Base amount to convert (numeric string, default: 1)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/earthquakes",
      "tags": [
        "earthquakes",
        "seismic",
        "natural-disasters",
        "geointelligence",
        "tectonic"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Global seismic event monitoring and earthquake intelligence database. Search and filter recent earthquakes within a specified radius from any coordinate center. Returns Richter magnitude scale ratings, hypocenter depth, geographic distance, and exact occurrence timestamps for emergency response, disaster tracking, and tectonic research.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "days": 14,
              "min_mag": 3,
              "location": "Tokyo",
              "radius_km": 300
            }
          },
          "output": {
            "type": "json",
            "example": {
              "events": [
                {
                  "time": "2026-05-23T04:15:30Z",
                  "place": "Chiba, Japan",
                  "depth_km": 35.4,
                  "magnitude": 4.2,
                  "distance_km": 120.5
                }
              ],
              "total_events": 12,
              "search_center": "Tokyo, Japan"
            }
          }
        },
        "tags": [
          "earthquakes",
          "seismic",
          "natural-disasters",
          "geointelligence",
          "tectonic",
          "emergency-response"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "location"
                  ],
                  "properties": {
                    "days": {
                      "type": "number",
                      "description": "Days back in time to search, ranging from 1 to 30 days (default: 7)"
                    },
                    "min_mag": {
                      "type": "number",
                      "description": "Minimum earthquake magnitude threshold on the Richter scale (default: 2.5)"
                    },
                    "location": {
                      "type": "string",
                      "description": "Center location name or coordinate pair (e.g. 'Tokyo', 'San Francisco', '35.6762,139.6503')"
                    },
                    "radius_km": {
                      "type": "number",
                      "description": "Search radius in kilometers around the center location (default: 500)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/address-risk",
      "tags": [
        "security",
        "fraud-detection",
        "risk-scoring",
        "wallet-analysis",
        "smart-contract"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "On-chain address risk scoring and intelligence. Analyzes any Ethereum, Base, or Sepolia address across 6 security signals: balance profile, transaction history depth, contract detection, bytecode analysis (self-destruct patterns, delegate calls), proxy detection (EIP-1967), and known-risky address matching. Returns a 0-100 risk score, severity-ranked flags, and full profile data in a single call.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
              "network": "ethereum"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "flags": [
                {
                  "code": "ESTABLISHED",
                  "label": "Established Account",
                  "detail": "Address has 1247 outgoing transactions. Well-established on-chain history.",
                  "severity": "info"
                },
                {
                  "code": "HIGH_VALUE",
                  "label": "High-Value Wallet",
                  "detail": "Wallet holds 352.1842 ETH. Whale-tier balance.",
                  "severity": "info"
                }
              ],
              "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
              "network": "ethereum",
              "profile": {
                "type": "eoa",
                "hasCode": false,
                "isProxy": false,
                "codeSize": 0,
                "balanceEth": "352.184200000000000000",
                "transactionCount": 1247,
                "implementationAddress": null
              },
              "metadata": {
                "queriedAt": "2026-06-07T18:00:00.000Z",
                "processingTime": "142ms",
                "signalsAnalyzed": 6
              },
              "riskLevel": "minimal",
              "riskScore": 0
            }
          }
        },
        "tags": [
          "security",
          "fraud-detection",
          "risk-scoring",
          "wallet-analysis",
          "smart-contract",
          "blockchain",
          "ethereum",
          "compliance",
          "aml",
          "address-screening"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "description": "The Ethereum address to analyze (0x-prefixed, 42 characters). Supports EOAs and smart contracts."
                    },
                    "network": {
                      "type": "string",
                      "description": "Target network: ethereum, base, or sepolia (default: ethereum)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "security"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/forecast",
      "tags": [
        "weather",
        "weather-forecast",
        "meteorological",
        "uv-index",
        "rain-prediction"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "High-fidelity weather forecast up to 16 days. Returns detailed daily projections including maximum/minimum temperatures, precipitation probability percentage, total rainfall, wind speeds, maximum UV index, and weather condition codes for any city or location globally. Ideal for logistics, travel, agriculture, and outdoor activity planning.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "days": 7,
              "location": "Tokyo"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "forecast": [
                {
                  "date": "2026-05-24",
                  "condition": "Clear sky",
                  "temp_max_c": 22.4,
                  "temp_min_c": 15.1,
                  "uv_index_max": 6.5,
                  "wind_max_kmh": 12,
                  "precipitation_mm": 0,
                  "precipitation_probability_pct": 10
                }
              ],
              "latitude": 35.6895,
              "location": "Tokyo, Japan",
              "timezone": "Asia/Tokyo",
              "longitude": 139.6917,
              "forecast_days": 7
            }
          }
        },
        "tags": [
          "weather",
          "weather-forecast",
          "meteorological",
          "uv-index",
          "rain-prediction",
          "environmental-data",
          "geointelligence"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "location"
                  ],
                  "properties": {
                    "days": {
                      "type": "number",
                      "description": "Forecast window length in days, ranging from 1 to 16 days (default is 7)"
                    },
                    "location": {
                      "type": "string",
                      "description": "City name, region, or latitude/longitude coordinates (e.g. 'Tokyo', 'Paris', '35.6762,139.6503')"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/alert",
      "tags": [
        "alerting",
        "email",
        "notifications",
        "heartbeat",
        "operators"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Paid AI agent notification and alert routing engine. Securely dispatches email logs, heartbeat indicators, or critical notifications from autonomous agents to human operators. Automatically sanitizes sensitive PII (credit cards, keys, credentials) and forces plain-text to eliminate email phishing and security vulnerabilities.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST",
            "queryParams": {
              "to": "[email protected]",
              "body": "Agent portfolio rebalance complete.",
              "subject": "Agent Alert"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "status": "success",
              "message": "Notification email scrubbed and dispatched successfully.",
              "recipient": "[email protected]",
              "processingTime": "185ms"
            }
          }
        },
        "tags": [
          "alerting",
          "email",
          "notifications",
          "heartbeat",
          "operators",
          "monitoring",
          "security"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "to",
                    "subject",
                    "body"
                  ],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "Sanitized recipient email address of the human operator"
                    },
                    "body": {
                      "type": "string",
                      "description": "Body content of the notification (maximum 2000 characters)"
                    },
                    "subject": {
                      "type": "string",
                      "description": "Subject line of the alert email (maximum 120 characters)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "communication"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "150000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/workflow/invoice-fx",
      "tags": [
        "invoice",
        "currency-conversion",
        "pdf",
        "workflow",
        "finance"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/pdf",
      "description": "Multi-currency financial invoice and foreign exchange (Forex) settlement workflow. Accepts dynamic multi-currency line items, auto-converts all amounts into a chosen target settlement currency using real-time ECB exchange feeds, calculates running line-item and grand totals, and generates a publication-grade PDF transaction invoice. Enables AI agents or merchants to pay once and orchestrate both currency conversions and accounting document exports in a single seamless workflow transaction.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "to": {
                "name": "Global Ltd",
                "email": "[email protected]"
              },
              "from": {
                "name": "Acme Corp",
                "email": "[email protected]"
              },
              "items": [
                {
                  "currency": "USD",
                  "quantity": 10,
                  "unitPrice": 150,
                  "description": "Consulting"
                }
              ],
              "invoiceNumber": "INV-2025-001",
              "targetCurrency": "EUR"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "message": "application/pdf binary — professional invoice document with all currency items automatically converted to target currency"
            }
          }
        },
        "tags": [
          "invoice",
          "currency-conversion",
          "pdf",
          "workflow",
          "finance",
          "billing",
          "multi-currency",
          "forex-settlement",
          "accounting"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "from",
                    "to",
                    "targetCurrency",
                    "items"
                  ],
                  "properties": {
                    "to": {
                      "type": "object",
                      "description": "Billing recipient information object: { name, address?, email? }"
                    },
                    "from": {
                      "type": "object",
                      "description": "Billing sender information object: { name, address?, email? }"
                    },
                    "items": {
                      "type": "array",
                      "description": "Array of line items to convert and list: [{ description, quantity, unitPrice, currency }]"
                    },
                    "notes": {
                      "type": "string",
                      "description": "Optional notes, payment instructions, or terms for the invoice"
                    },
                    "dueDate": {
                      "type": "string",
                      "description": "Optional payment due date in YYYY-MM-DD format"
                    },
                    "invoiceNumber": {
                      "type": "string",
                      "description": "Optional invoice identifier string (e.g. 'INV-2026-9921')"
                    },
                    "targetCurrency": {
                      "type": "string",
                      "description": "ISO code for the final settlement target currency (e.g. EUR, GBP, USD, JPY)"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "tools"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/weather",
      "tags": [
        "weather",
        "historical-weather",
        "climate-data",
        "precipitation",
        "temperature-history"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Historical weather and climate database. Access daily temperature highs, lows, total precipitation (rain/snow), wind speeds, and cloud conditions for any coordinates or city worldwide. Essential for geointelligence, climate modeling, historical records, and agricultural planning.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "end_date": "2024-01-07",
              "location": "London",
              "start_date": "2024-01-01"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "days": [
                {
                  "date": "2024-01-01",
                  "condition": "Partly cloudy",
                  "temp_max_c": 8.5,
                  "temp_min_c": 4.2,
                  "wind_max_kmh": 15.4,
                  "precipitation_mm": 1.2
                }
              ],
              "period": {
                "end": "2024-01-07",
                "start": "2024-01-01"
              },
              "summary": {
                "avg_temp_c": 6.35,
                "days_with_rain": 3,
                "total_precipitation_mm": 5.4
              },
              "latitude": 51.5074,
              "location": "London, Greater London, United Kingdom",
              "timezone": "Europe/London",
              "longitude": -0.1278,
              "processingTime": "120ms"
            }
          }
        },
        "tags": [
          "weather",
          "historical-weather",
          "climate-data",
          "precipitation",
          "temperature-history",
          "geointelligence",
          "environmental-data"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "location",
                    "start_date",
                    "end_date"
                  ],
                  "properties": {
                    "end_date": {
                      "type": "string",
                      "description": "End date for historical query in YYYY-MM-DD format (maximum range: 90 days)"
                    },
                    "location": {
                      "type": "string",
                      "description": "City name, region, country, or geocode coordinates (e.g. 'London', 'Paris', '40.7128,-74.0060')"
                    },
                    "start_date": {
                      "type": "string",
                      "description": "Start date for historical query in YYYY-MM-DD format (must be in the past)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/marine",
      "tags": [
        "marine",
        "ocean",
        "waves",
        "coastal",
        "geointelligence"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Marine meteorological and oceanographic conditions database. Access high-resolution daily projections for wave heights (max, wind waves, swells), wave directions, ocean wave periods, and dominant sea surface swells for coastal or open ocean locations. Critical for shipping route optimization, marine construction, surfing forecasting, and coastal geointelligence.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "days": 3,
              "location": "Sydney"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "forecast": [
                {
                  "date": "2026-05-24",
                  "wave_height_max_m": 1.8,
                  "wave_period_max_s": 8.5,
                  "wave_direction_deg": 145,
                  "wind_wave_height_max_m": 0.8,
                  "swell_wave_height_max_m": 1.2
                }
              ],
              "latitude": -33.8,
              "location": "Sydney, Australia",
              "timezone": "Australia/Sydney",
              "longitude": 151.2,
              "forecast_days": 3
            }
          }
        },
        "tags": [
          "marine",
          "ocean",
          "waves",
          "coastal",
          "geointelligence",
          "oceanography",
          "swells",
          "marine-weather"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "location"
                  ],
                  "properties": {
                    "days": {
                      "type": "number",
                      "description": "Forecast length in days, ranging from 1 to 7 days (default is 3)"
                    },
                    "location": {
                      "type": "string",
                      "description": "Coastal city name or open ocean coordinates (e.g. 'Sydney', 'Malibu', '-33.8688,151.2093')"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/exchange",
      "tags": [
        "currency",
        "forex",
        "exchange-rates",
        "finance",
        "banking"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Foreign exchange (Forex) rate database sourced from the European Central Bank (ECB). Access real-time spot rates, historical currency matrices, and cross-rate charts for over 30 global fiat currencies (including USD, EUR, GBP, JPY, CAD, CHF, AUD). Ideal for international billing, accounting ledger reconciliations, and currency pricing calculators.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": "EUR,GBP,JPY",
              "base": "USD",
              "date": "latest"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "base": "USD",
              "date": "2025-01-01",
              "rates": {
                "EUR": 0.92,
                "GBP": 0.78,
                "JPY": 145.2
              },
              "source": "European Central Bank"
            }
          }
        },
        "tags": [
          "currency",
          "forex",
          "exchange-rates",
          "finance",
          "banking",
          "international-payments"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "Comma-separated target currency ISO codes (e.g. 'GBP,JPY,EUR'). Omit to retrieve all available fiat rates."
                    },
                    "base": {
                      "type": "string",
                      "description": "Base currency ISO code (e.g. USD, EUR, GBP)"
                    },
                    "date": {
                      "type": "string",
                      "description": "Historical date in YYYY-MM-DD format, or 'latest' for real-time rates"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x38C063312719220c676E988f0DEE14B4ec0e44C8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://vibesprings.net/api/flood",
      "tags": [
        "flood",
        "river-discharge",
        "natural-disasters",
        "geointelligence",
        "hydrology"
      ],
      "iconUrl": "https://vibesprings.net/logo.png",
      "mimeType": "application/json",
      "description": "Hydrological risk and flood forecasting database. Access real-time and projected river discharge rates in cubic meters per second (m³/s) for any location worldwide. Includes hydrological safety thresholds, risk index projections, and climate trend intelligence for maritime logistics, insurance modeling, and disaster prevention.",
      "serviceName": "Vibe Springs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "days": 7,
              "location": "Amsterdam"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "forecast": [
                {
                  "date": "2026-05-24",
                  "safety_status": "normal",
                  "river_discharge_m3_s": 14.5
                }
              ],
              "latitude": 52.373,
              "location": "Amsterdam, North Holland, Netherlands",
              "longitude": 4.893,
              "forecast_days": 7
            }
          }
        },
        "tags": [
          "flood",
          "river-discharge",
          "natural-disasters",
          "geointelligence",
          "hydrology",
          "climate-risk"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "location"
                  ],
                  "properties": {
                    "days": {
                      "type": "number",
                      "description": "Forecast projection window in days, ranging from 1 to 16 days (default: 7)"
                    },
                    "location": {
                      "type": "string",
                      "description": "City name, region, or river coordinate pair (e.g. 'Amsterdam', 'Venice', '52.3702,4.8952')"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "category": "data-provider"
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/vibe-springs/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-20 · uptime 100.0% · 116ms avg07-21 · uptime 100.0% · 84ms avg07-22 · uptime 100.0% · 108ms avg07-23 · uptime 100.0% · 84ms avg07-24 · uptime 100.0% · 79ms avg07-25 · uptime 100.0% · 118ms avg07-26 · uptime 100.0% · 117ms avg07-27 · uptime 100.0% · 119ms avg07-28 · uptime 100.0% · 84ms avg07-29 · uptime 100.0% · 142ms avg07-30 · uptime 100.0% · 140ms avg07-31 · uptime 100.0% · 112ms avg08-01 · uptime 100.0% · 109ms avg08-02 · uptime 100.0% · 114ms avg08-03 · uptime 100.0% · 95ms avg08-04 · uptime 100.0% · 91ms avg08-05 · uptime 100.0% · 112ms avg08-06 · uptime 100.0% · 145ms avg08-07 · uptime 100.0% · 157ms avg08-08 · uptime 100.0% · 204ms avg08-09 · uptime 100.0% · 131ms avg08-10 · uptime 100.0% · 162ms avg08-11 · uptime 100.0% · 103ms avg08-12 · uptime 100.0% · 151ms avg08-13 · uptime 100.0% · 227ms avg07-2008-13
90d UPTIME 100%
RESPONSE TIME
07-20 · 116ms avg07-20 · 116ms avg07-21 · 84ms avg07-21 · 84ms avg07-22 · 108ms avg07-22 · 108ms avg07-23 · 84ms avg07-23 · 84ms avg07-24 · 79ms avg07-24 · 79ms avg07-25 · 118ms avg07-25 · 118ms avg07-26 · 117ms avg07-26 · 117ms avg07-27 · 119ms avg07-27 · 119ms avg07-28 · 84ms avg07-28 · 84ms avg07-29 · 142ms avg07-29 · 142ms avg07-30 · 140ms avg07-30 · 140ms avg07-31 · 112ms avg07-31 · 112ms avg08-01 · 109ms avg08-01 · 109ms avg08-02 · 114ms avg08-02 · 114ms avg08-03 · 95ms avg08-03 · 95ms avg08-04 · 91ms avg08-04 · 91ms avg08-05 · 112ms avg08-05 · 112ms avg08-06 · 145ms avg08-06 · 145ms avg08-07 · 157ms avg08-07 · 157ms avg08-08 · 204ms avg08-08 · 204ms avg08-09 · 131ms avg08-09 · 131ms avg08-10 · 162ms avg08-10 · 162ms avg08-11 · 103ms avg08-11 · 103ms avg08-12 · 151ms avg08-12 · 151ms avg08-13 · 227ms avg08-13 · 227ms avg07-2008-13
AVG RESP 123ms
PRICE (captured 402, USD)
07-20 · $0.00207-26 · $0.00208-13 · $0.002$0.00207-2008-13

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
05-16 · $0.0105-17 · $0.2705-18 · $0.0005-19 · $0.0005-20 · $0.0105-21 · $0.0605-22 · $0.1505-23 · $0.2505-25 · $0.0105-27 · $0.0505-28 · $0.0505-29 · $0.0605-31 · $0.0006-01 · $0.0906-02 · $0.0106-03 · $0.0006-09 · $0.2706-10 · $0.0106-12 · $0.0106-13 · $0.0206-15 · $0.0006-16 · $0.0106-17 · $0.0506-18 · $0.1506-19 · $0.0206-20 · $0.1006-21 · $0.0106-22 · $0.6406-23 · $0.0206-24 · $0.1006-25 · $0.7106-26 · $0.1306-27 · $806-28 · $0.2906-29 · $106-30 · $0.7207-01 · $607-02 · $0.4507-03 · $0.6807-04 · $0.9207-05 · $0.2207-06 · $0.1007-07 · $0.2307-08 · $0.4907-09 · $0.2407-10 · $0.0707-11 · $0.0507-12 · $207-13 · $0.0907-14 · $0.0507-15 · $0.7207-16 · $0.0507-17 · $0.0707-18 · $0.4407-19 · $0.4507-20 · $0.5707-21 · $0.4107-22 · $0.2207-25 · $0.1907-26 · $0.3407-27 · $207-28 · $0.2607-29 · $0.1007-30 · $0.2007-31 · $0.0908-01 · $0.0808-02 · $0.0708-03 · $5508-04 · $0.1108-05 · $0.0408-06 · $0.0308-07 · $0.0308-08 · $0.0408-09 · $0.0208-10 · $0.1508-11 · $0.0208-12 · $0.1108-13 · $0.02peak $5505-1608-13
DISTINCT BUYERS
05-16 · 1 buyer05-17 · 2 buyers05-18 · 1 buyer05-19 · 1 buyer05-20 · 2 buyers05-21 · 2 buyers05-22 · 1 buyer05-23 · 1 buyer05-25 · 1 buyer05-27 · 1 buyer05-28 · 2 buyers05-29 · 2 buyers05-31 · 1 buyer06-01 · 3 buyers06-02 · 1 buyer06-03 · 1 buyer06-09 · 5 buyers06-10 · 1 buyer06-12 · 1 buyer06-13 · 1 buyer06-15 · 1 buyer06-16 · 1 buyer06-17 · 2 buyers06-18 · 8 buyers06-19 · 6 buyers06-20 · 14 buyers06-21 · 3 buyers06-22 · 13 buyers06-23 · 8 buyers06-24 · 19 buyers06-25 · 33 buyers06-26 · 39 buyers06-27 · 37 buyers06-28 · 52 buyers06-29 · 56 buyers06-30 · 80 buyers07-01 · 51 buyers07-02 · 65 buyers07-03 · 45 buyers07-04 · 36 buyers07-05 · 60 buyers07-06 · 38 buyers07-07 · 35 buyers07-08 · 39 buyers07-09 · 18 buyers07-10 · 8 buyers07-11 · 19 buyers07-12 · 19 buyers07-13 · 13 buyers07-14 · 6 buyers07-15 · 11 buyers07-16 · 6 buyers07-17 · 3 buyers07-18 · 2 buyers07-19 · 2 buyers07-20 · 3 buyers07-21 · 5 buyers07-22 · 2 buyers07-25 · 4 buyers07-26 · 4 buyers07-27 · 6 buyers07-28 · 2 buyers07-29 · 4 buyers07-30 · 3 buyers07-31 · 4 buyers08-01 · 5 buyers08-02 · 3 buyers08-03 · 6 buyers08-04 · 4 buyers08-05 · 4 buyers08-06 · 5 buyers08-07 · 5 buyers08-08 · 2 buyers08-09 · 1 buyer08-10 · 5 buyers08-11 · 1 buyer08-12 · 4 buyers08-13 · 4 buyerspeak 80 buyers05-1608-13

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-26 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● SLOW 405ms
● SLOW 250ms
● SLOW 187ms
● OK 173ms
● SLOW 230ms
● OK 105ms
● SLOW 254ms
● OK 169ms
● SLOW 248ms
● OK 155ms
● OK 145ms
● SLOW 267ms
● SLOW 187ms
● OK 151ms
● OK 140ms
● SLOW 384ms
● OK 181ms
● OK 172ms

EMBED THIS BADGE

Show that Vibe Springs is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Vibe Springs listed on x402-list
status
Vibe Springs uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/vibe-springs?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/vibe-springs.svg" alt="Vibe Springs listed on x402-list" height="28">
</a>
// Markdown
[![Vibe Springs on x402-list](https://x402-list.com/badge/vibe-springs.svg)](https://x402-list.com/services/vibe-springs?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/vibe-springs?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/vibe-springs.svg?data=uptime" alt="Vibe Springs uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/vibe-springs/update.