x402 List

x402 Protocol Service Directory

Vibe Springs

Data

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.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://vibesprings.net ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h 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
142ms
avg response
103ms
total checks
47
compliance A (11/11)

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

jump to compliance checklist

price $0.002 to $0.05 (p31 in Data)
price (min)
$0.002
price (max)
$0.05
category percentile (min)
p31 in Data
category percentile (max)
p69 in Data
endpoints / prices
10 / 4
model
tiered
stability
100%
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.

traction $26.32 30d · 175 buyers
volume 30d
$26.32
buyers 30d
175
settlements 30d
1,778
last settlement
2026-07-21
top buyer share
65% of 30d volume
trend 7d vs 30d
0.43x the 30d daily rate
networks
eip155:8453

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.

WHAT IT DOES

ai-derived

Vibe Springs provides various environmental and financial data APIs including weather, earthquakes, floods, marine conditions, exchange rates, and risk assessment services.

category
environmental-data
in
query params
auth
none
weatherearthquakesfloodsmarineexchange-ratesrisk-assessmentforecastingalerts

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
GET /api/address-risk $0.005 Base USDC
POST /api/alert $0.01 Base USDC
GET /api/earthquakes $0.002 Base USDC
GET /api/exchange $0.002 Base USDC
GET /api/exchange/convert $0.002 Base USDC
GET /api/flood $0.002 Base USDC
GET /api/forecast $0.002 Base USDC
GET /api/marine $0.002 Base USDC
GET /api/weather $0.002 Base USDC
POST /api/workflow/invoice-fx $0.05 Base USDC
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": "5000",
        "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": "50000",
        "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": "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": "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/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
  },
  {
    "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
  }
]

UPTIME

07-20 · uptime 100.0% · 116ms avg07-21 · uptime 100.0% · 90ms avg07-2007-21
RESPONSE TIME
07-20 · 116ms avg07-20 · 116ms avg07-21 · 90ms avg07-21 · 90ms avg07-2007-21
90d UPTIME 100%
UPTIME 90D 100%
AVG RESP 97ms
TOTAL CHECKS 68

RECENT CHECKS

TIME STATUS RESP
● OK 105ms
● OK 90ms
● OK 111ms
● OK 83ms
● OK 90ms
● OK 125ms
● OK 80ms
● OK 107ms
● OK 99ms
● OK 74ms
● OK 64ms
● OK 72ms
● OK 79ms
● OK 78ms
● OK 80ms
● OK 60ms
● OK 67ms
● OK 92ms

OVER TIME

All charts share the 90d window selected here. 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).

PRICE (captured 402, USD)
07-20 · $0.00207-21 · $0.002$0.00207-2007-21

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% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
04-23 · $0.0104-25 · $0.5904-30 · $0.3305-02 · $0.1605-03 · $0.1805-09 · $0.3205-10 · $0.3205-13 · $0.3205-14 · $0.0105-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.0106-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.4307-19 · $0.4507-20 · $0.5707-21 · $0.40peak $804-2307-21
DISTINCT BUYERS
04-23 · 1 buyer04-25 · 1 buyer04-30 · 1 buyer05-02 · 1 buyer05-03 · 1 buyer05-09 · 1 buyer05-10 · 1 buyer05-13 · 1 buyer05-14 · 1 buyer05-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 · 3 buyerspeak 80 buyers04-2307-21

COMPLIANCE

11/11 checks pass · grade A
  • 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

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 ]