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
ASSESSMENT
updated 3h agoEvidence-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.
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-24Payout, 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: 5000 → 30000
POST /api/workflow/invoice-fx · eip155:8453 · USDC: 50000 → 150000
Amounts are on-wire atomic units in the named asset.
WHAT IT DOES
ai-derivedVibe 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
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| 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 |
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.
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 30d 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.
Median across 10 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
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.
COMPLIANCE
14/14 checks pass · grade Alast 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
EMBED THIS BADGE
<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>
[](https://x402-list.com/services/vibe-springs?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>