DnsLive

Water Gauge

Real-time US river/stream conditions from a USGS monitoring site.

$0.00138USDC per call · settled on Base · no subscription, no API key

Overview

Real-time US river/stream conditions from a USGS monitoring site. Pass site = the USGS site number (e.g. 01646500 = Potomac River near Washington DC). Returns the latest readings — streamflow (cubic feet/sec), gage height (ft), and water/air temperature where available — with the site name + coordinates and observation time. Useful for flood monitoring, recreation, and hydrology. Source: USGS National Water Information System (keyless, public domain).

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/water-gauge$0.00138Invoke Water Gauge (Dns) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/water-gauge

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/water-gauge
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs