Vibe Springs · Infra Discover

by Vibe Springs

GETBase

$0.02

per call · USD Coin on Base

Agent service discovery and search endpoint. Search and filter available x402 API endpoints by category, maximum query price, or keyword matches.

Endpoint

GET https://vibesprings.net/api/infra/discover

3

Calls / 30d

3

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://vibesprings.net/api/infra/discover", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://vibesprings.net/api/infra/discover?category=data%2Fweather&max_price=0.01&q=weather" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "category": null,
  "checked_at": "2026-06-26T20:00:00.000Z",
  "max_price": 0.01,
  "processingTime": "85ms",
  "query": "weather",
  "services": [
    {
      "category": "data/weather",
      "description": "...",
      "endpoint": "https://vibesprings.net/api/weather",
      "name": "Historical Weather",
      "price_usdc": 0.002
    }
  ],
  "total_found": 2
}

Payment details

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Vibe Springs & similar services