C

cloudPulsePoint · Check Perf

by cloudPulsePoint

POSTBase

$0.03

per call · USD Coin on Base

Load the full page and measure time-to-first-byte, total load time, and downloaded size (capped at 5 MB). Use to gauge front-end performance before crawling, embedding, or depending on a page.

Endpoint

POST https://x402.cloudpulsepoint.com/agent/check/perf

25

Calls / 30d

1

Unique payers / 30d

Sep 10

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

Example response

{
  "check": "perf",
  "network": "eip155:8453",
  "result": {
    "contentSize": 51200,
    "error": null,
    "loadTimeMs": 318,
    "status": "UP",
    "ttfbMs": 92,
    "url": "https://example.com/",
    "warning": null
  }
}

Payment details

Pay to0x05a877ef93e7818828d199e2df0028bca3c75bf0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from cloudPulsePoint & similar services