mirrored listing x402 eip155:8453

HTTP Latency Check API

HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.

Do you run tools.ipintel.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
updated

Provider

tools.ipintel.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "url": "https://example.com"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "from": {
            "colo": "SOF",
            "country": "BG",
            "network": "cloudflare_worker"
          },
          "latency_ms": 123,
          "method": "HEAD",
          "ok": true,
          "redirect_location": null,
          "service": "http_latency",
          "status_code": 200,
          "timestamp": "2026-06-23T00:00:00.000Z",
          "url": "https://example.com"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "method": {
                  "description": "HTTP method to use. Defaults to HEAD.",
                  "enum": [
                    "HEAD",
                    "GET"
                  ],
                  "type": "string"
                },
                "url": {
                  "description": "HTTP or HTTPS URL to check",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "from": {
                  "additionalProperties": true,
                  "properties": {
                    "colo": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "latency_ms": {
                  "type": "integer"
                },
                "method": {
                  "type": "string"
                },
                "ok": {
                  "type": "boolean"
                },
                "redirect_location": {
                  "type": "null"
                },
                "service": {
                  "type": "string"
                },
                "status_code": {
                  "type": "integer"
                },
                "timestamp": {
                  "type": "string"
                },
                "url": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://tools.ipintel.ai/http-latency"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://tools.ipintel.ai/http-latency");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://tools.ipintel.ai/http-latency")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3007.json, and this resource appears in /discovery/resources and /discovery/search.