P

PayPerByte · Feeds Cctp Attestation Latency

by PayPerByte

POSTBase

$0.01

per call · USD Coin on Base

Measured Circle CCTP v2 attestation latency: Fast/Standard distributions (never blended), first-party burn polling. Bounded observations; percentiles withheld below sample floor. Embedded EIP-712 receipt proves who signed the bytes, not that latency holds. Full: https://x402.payperbyte.io/feeds

Endpoint

POST https://x402.payperbyte.io/feeds/cctp-attestation-latency

1

Calls / 30d

1

Unique payers / 30d

Aug 25

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.payperbyte.io/feeds/cctp-attestation-latency", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "chain": "base",
    "path": "fast"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.payperbyte.io/feeds/cctp-attestation-latency" \
  -H "Content-Type: application/json" \
  -d '{"chain":"base","path":"fast"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "_note": "Excerpt of a real answer (live service, 2026-08-25, post FD HIGH-2 clamp fix); hash/signature elided, other buckets trimmed. Every figure is a BOUNDED observation (burn -> first poll seeing complete), never an exact measurement — min_s is floored at 0 (a bounded observation cannot precede the burn it bounds; an earlier example briefly shipped an unclamped negative value from L2-clock-skew artifacts, fixed 2026-08-25). Percentiles are withheld below an 8-measured-sample floor. Fast and Standard are separate settlement paths and are never blended into one percentile. The embedded EIP-712 receipt (domain chainId 421614 = Arbitrum Sepolia, a frozen signing namespace, not a settlement rail) proves who signed these exact bytes — not that the measured latency will hold for your own transfer.",
  "answer": {
    "coverage": {
      "status": "observed"
    },
    "distributions": {
      "base/fast": {
        "max_s": 7999,
        "measured_samples": 37,
        "min_s": 0,
        "p50_s": 1753,
        "p95_s": 7265,
        "p99_s": 7583,
        "percentiles_reported": true,
        "percentiles_withheld_because": null,
        "samples": 27753
      }
    },
    "observation_count": 27753,
    "query": {
      "chain": "base",
      "path": "fast"
    },
    "ruleset": "cctp-lat-v1"
  },
  "attestation": {
    "domain": {
      "chainId": 421614,
      "name": "BYTE Library",
      "version": "1"
    },
    "payloadHash": "0x…",
    "signature": "0x…",
    "signer": "0x…"
  }
}

Payment details

Pay to0xffff4b8da8c165b556326453446f6940c8afe0db
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from PayPerByte & similar services