U

URL Uptime Checker · Check

by URL Uptime Checker

POSTBaseSolana

$0.01

per call · USD Coin on Base

Checks whether a website or web address is currently reachable and reports how fast it responded.

Endpoint

POST https://url-uptime-checker.underscoredone.com/check

3

Calls / 30d

3

Unique payers / 30d

Sep 1

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://url-uptime-checker.underscoredone.com/check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "follow_redirects": true,
    "method": "GET",
    "url": "https://example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://url-uptime-checker.underscoredone.com/check" \
  -H "Content-Type: application/json" \
  -d '{"follow_redirects":true,"method":"GET","url":"https://example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "api_version": "1.0.0",
  "checked_at": "2026-07-23T04:12:09Z",
  "error": "",
  "final_url": "https://example.com/",
  "redirected": false,
  "response_time_ms": 184,
  "status_code": 200,
  "up": true,
  "url": "https://example.com"
}

Payment details

Pay to0xe9740820225b3918b4ddd1292c7ca4ca0e2c2f08
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from URL Uptime Checker & similar services