x402 List

x402 Protocol Service Directory

IPIntel.ai x402 Tools

Data

Pay-per-call x402 API package on Base: satellite observation from coordinates using Sentinel/Copernicus imagery, plus DNS, WHOIS, reverse DNS, domain health and availability, IP lookup, email validation and HTTP latency checks. Prices from $0.001 to $0.09 per call.

Pay from $0.001 to $0.09 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://tools.ipintel.ai ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
254ms
avg response
189ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 to $0.09 (p15 in Data)
price (min)
$0.001
price (max)
$0.09
category percentile (min)
p15 in Data
category percentile (max)
p78 in Data
endpoints / prices
10 / 6
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $1.05 30d · 35 buyers
volume 30d
$1.05
buyers 30d
35
settlements 30d
114
last settlement
2026-07-18
top buyer share
80% of 30d volume
trend 7d vs 30d
0.25x the 30d daily rate
networks
eip155:8453

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides various network and domain intelligence APIs including DNS lookup, IP lookup, domain health checks, WHOIS lookup, and satellite observation.

category
network-intelligence
in
body
dnsip-lookupdomain-analysiswhoissatelliteemail-validationhttp-latencybase64

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /base64-decode $0.001 Base USDC
POST /dns-lookup $0.001 Base USDC
POST /domain-availability $0.002 Base USDC
POST /domain-health $0.001 Base USDC
POST /email-validate $0.004 Base USDC
POST /http-latency $0.001 Base USDC
POST /ip-lookup $0.003 Base USDC
POST /reverse-dns $0.001 Base USDC
POST /satellite $0.09 Base USDC
POST /whois-lookup $0.005 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /base64-decode returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://tools.ipintel.ai/base64-decode'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "90000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/satellite",
      "tags": [
        "satellite",
        "earth-observation",
        "remote-sensing",
        "geospatial",
        "osint"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "IPIntel.ai x402 Tools package. Satellite Observation API for satellite imagery from coordinates, radius, mode and date. Supports true color, vegetation, water, thermal and radar modes with cloud-aware fallback. Uses Sentinel/Copernicus data from 2017 to present for earth observation, OSINT, site monitoring and change-over-time analysis.",
      "serviceName": "Satellite Observation API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "lat": 42.6977,
              "lon": 23.3219,
              "mode": "true_color",
              "fallback": true,
              "radius_m": 3000
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "mode": "true_color",
              "tool": "satellite",
              "image": {
                "clean_url": "https://tools.ipintel.ai/results/satellite/example.png"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "lat",
                    "lon"
                  ],
                  "properties": {
                    "lat": {
                      "type": "number",
                      "maximum": 90,
                      "minimum": -90,
                      "description": "Latitude of the observation center."
                    },
                    "lon": {
                      "type": "number",
                      "maximum": 180,
                      "minimum": -180,
                      "description": "Longitude of the observation center."
                    },
                    "mode": {
                      "enum": [
                        "true_color",
                        "vegetation",
                        "water",
                        "thermal",
                        "radar"
                      ],
                      "type": "string",
                      "default": "true_color",
                      "description": "Observation mode."
                    },
                    "fallback": {
                      "type": "boolean",
                      "default": true,
                      "description": "Allow best available scene fallback."
                    },
                    "radius_m": {
                      "type": "integer",
                      "default": 3000,
                      "maximum": 5000,
                      "minimum": 100,
                      "description": "Observation radius in meters."
                    },
                    "max_cloud_cover": {
                      "type": "number",
                      "default": 20,
                      "maximum": 100,
                      "minimum": 0,
                      "description": "Maximum cloud cover for optical modes."
                    }
                  },
                  "additionalProperties": true
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "mode": {
                      "type": "string"
                    },
                    "tool": {
                      "type": "string"
                    },
                    "image": {
                      "type": "object",
                      "properties": {
                        "format": {
                          "type": "string"
                        },
                        "clean_url": {
                          "type": "string"
                        },
                        "annotated_url": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": true
                    },
                    "request": {
                      "type": "object",
                      "properties": {
                        "lat": {
                          "type": "number"
                        },
                        "lon": {
                          "type": "number"
                        },
                        "date": {
                          "type": "string"
                        },
                        "radius_m": {
                          "type": "integer"
                        },
                        "max_cloud_cover": {
                          "type": "integer"
                        },
                        "date_tolerance_days": {
                          "type": "integer"
                        }
                      },
                      "additionalProperties": true
                    },
                    "warnings": {
                      "type": "array",
                      "items": {}
                    },
                    "statistics": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "index": {
                          "type": "string"
                        },
                        "ndwi_mean": {
                          "type": "number"
                        },
                        "mndwi_mean": {
                          "type": "number"
                        },
                        "resolution_m": {
                          "type": "integer"
                        },
                        "sample_count": {
                          "type": "integer"
                        },
                        "no_data_count": {
                          "type": "integer"
                        },
                        "secondary_index": {
                          "type": "string"
                        },
                        "water_coverage_percent": {
                          "type": "number"
                        }
                      },
                      "additionalProperties": true
                    },
                    "attribution": {
                      "type": "string"
                    },
                    "selected_scene": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "datetime": {
                          "type": "string"
                        },
                        "scene_id": {
                          "type": "string"
                        },
                        "cloud_cover": {
                          "type": "integer"
                        },
                        "selection_reason": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": true
                    },
                    "available_scenes": {
                      "type": "object",
                      "properties": {
                        "after": {
                          "type": "array",
                          "items": {}
                        },
                        "before": {
                          "type": "array",
                          "items": {}
                        },
                        "selected": {
                          "type": "object",
                          "properties": {},
                          "additionalProperties": true
                        }
                      },
                      "additionalProperties": true
                    },
                    "fulfillment_status": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/reverse-dns",
      "tags": [
        "reverse-dns",
        "ptr-record",
        "ip-lookup",
        "dns",
        "developer-tools"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "Reverse DNS Lookup API. Look up PTR records for an IP address and receive reverse DNS hostname data in structured JSON. Useful for agents, developers, IP enrichment, network diagnostics, infrastructure investigation, abuse analysis, and security workflows. Paid per call via x402.",
      "serviceName": "Reverse DNS Lookup API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "ip": "8.8.8.8"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ip": "8.8.8.8",
              "ok": true,
              "ptr": "dns.google",
              "has_ptr": true,
              "service": "reverse_dns",
              "timestamp": "2026-06-22T18:15:01+00:00"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "ip"
                  ],
                  "properties": {
                    "ip": {
                      "type": "string",
                      "description": "IPv4 or IPv6 address to reverse-resolve"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ip": {
                      "type": "string"
                    },
                    "ok": {
                      "type": "boolean"
                    },
                    "ptr": {
                      "type": "string"
                    },
                    "has_ptr": {
                      "type": "boolean"
                    },
                    "service": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/domain-health",
      "tags": [
        "domain-health",
        "dns-lookup",
        "spf",
        "dmarc",
        "email-security"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "Domain Health Check API. Check domain DNS, MX, SPF, DMARC, and email configuration health and receive a structured JSON score with issues and recommendations. Useful for agents, developers, email deliverability checks, domain diagnostics, infrastructure investigation, and security workflows. Paid per call via x402.",
      "serviceName": "Domain Health Check API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "domain": "ipintel.ai"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "dns": {
                "a": [
                  "104.21.0.211"
                ],
                "mx": [
                  {
                    "host": "mx1.hostinger.com",
                    "priority": 5
                  }
                ],
                "ns": [
                  "frank.ns.cloudflare.com",
                  "journey.ns.cloudflare.com"
                ],
                "spf": "v=spf1 include:_spf.mail.hostinger.com ~all",
                "aaaa": [
                  "2606:4700:3033::6815:d3"
                ],
                "dmarc": "v=DMARC1; p=none"
              },
              "score": 100,
              "domain": "ipintel.ai",
              "issues": [],
              "status": "good",
              "service": "domain_health",
              "timestamp": "2026-06-22T18:15:01+00:00"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Domain name to analyze"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "dns": {
                      "type": "object",
                      "properties": {
                        "a": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "mx": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "host": {
                                "type": "string"
                              },
                              "priority": {
                                "type": "integer"
                              }
                            },
                            "additionalProperties": true
                          }
                        },
                        "ns": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "spf": {
                          "type": "string"
                        },
                        "aaaa": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "dmarc": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": true
                    },
                    "score": {
                      "type": "integer"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "issues": {
                      "type": "array",
                      "items": {}
                    },
                    "status": {
                      "type": "string"
                    },
                    "service": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "2000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/domain-availability",
      "tags": [
        "domain-availability",
        "domain-search",
        "domain-intelligence",
        "whois",
        "rdap",
        "registrar",
        "dns",
        "startup-naming",
        "brand-check"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "Domain Availability Check API. Check whether a domain name is registered or likely available for registration. Uses RDAP registry data plus DNS fallback signals and returns a machine-readable availability verdict. Useful for AI agents, startup naming, brand checks, registrar pre-checks, domain search workflows, and domain intelligence automation. Paid per call via x402.",
      "serviceName": "Domain Availability Check API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "domain": "example.com"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "tld": "com",
              "domain": "example.com",
              "method": "rdap",
              "status": "registered",
              "service": "domain_availability",
              "signals": {
                "dns_found": true,
                "rdap_found": true,
                "rdap_status": 200,
                "rdap_supported": true,
                "dns_record_count": 7
              },
              "available": false,
              "checked_at": "2026-07-01T10:11:59+00:00",
              "confidence": 0.98,
              "registration": {
                "events": {
                  "expiration": "2026-08-13T04:00:00Z",
                  "registration": "1995-08-14T04:00:00Z"
                },
                "statuses": [
                  "client transfer prohibited"
                ],
                "registrar": "example registrar"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Domain name to check, for example example.com"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "tld": {
                      "type": "string"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "method": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "service": {
                      "type": "string"
                    },
                    "signals": {
                      "type": "object",
                      "properties": {
                        "dns_found": {
                          "type": "boolean"
                        },
                        "rdap_found": {
                          "type": "boolean"
                        },
                        "rdap_status": {
                          "type": "integer"
                        },
                        "rdap_supported": {
                          "type": "boolean"
                        },
                        "dns_record_count": {
                          "type": "integer"
                        }
                      },
                      "additionalProperties": true
                    },
                    "available": {
                      "type": "boolean"
                    },
                    "checked_at": {
                      "type": "string"
                    },
                    "confidence": {
                      "type": "number"
                    },
                    "registration": {
                      "type": "object",
                      "properties": {
                        "events": {
                          "type": "object",
                          "properties": {
                            "expiration": {
                              "type": "string"
                            },
                            "registration": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": true
                        },
                        "statuses": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "registrar": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": true
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/ip-lookup",
      "tags": [
        "ip-lookup",
        "ip-geolocation",
        "asn",
        "isp",
        "reverse-dns",
        "proxy-detection",
        "hosting-detection",
        "fraud-check",
        "security",
        "developer-tools"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "IP Lookup API. Enrich an IPv4 or IPv6 address with geolocation, ASN, ISP, organization, reverse DNS, timezone, and proxy/mobile/hosting indicators. Useful for security, fraud checks, abuse triage, bot detection, traffic enrichment, and infrastructure investigation. Paid per call via x402.",
      "serviceName": "IP Lookup API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "ip": "8.8.8.8"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ip": "8.8.8.8",
              "ok": true,
              "asn": "AS15169",
              "isp": "Google LLC",
              "org": "Google Public DNS",
              "zip": "20149",
              "city": "Ashburn",
              "proxy": false,
              "mobile": false,
              "region": "Virginia",
              "as_name": "GOOGLE",
              "country": "United States",
              "hosting": true,
              "reverse": "dns.google",
              "service": "ip_lookup",
              "latitude": 39.03,
              "timezone": "America/New_York",
              "longitude": -77.5,
              "timestamp": "2026-07-05T16:55:43+00:00",
              "region_code": "VA",
              "country_code": "US",
              "utc_offset_seconds": -14400
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "ip"
                  ],
                  "properties": {
                    "ip": {
                      "type": "string",
                      "description": "IPv4 or IPv6 address to enrich, for example 8.8.8.8"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ip": {
                      "type": "string"
                    },
                    "ok": {
                      "type": "boolean"
                    },
                    "asn": {
                      "type": "string"
                    },
                    "isp": {
                      "type": "string"
                    },
                    "org": {
                      "type": "string"
                    },
                    "zip": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "proxy": {
                      "type": "boolean"
                    },
                    "mobile": {
                      "type": "boolean"
                    },
                    "region": {
                      "type": "string"
                    },
                    "as_name": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "hosting": {
                      "type": "boolean"
                    },
                    "reverse": {
                      "type": "string"
                    },
                    "service": {
                      "type": "string"
                    },
                    "latitude": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "number"
                    },
                    "timestamp": {
                      "type": "string"
                    },
                    "region_code": {
                      "type": "string"
                    },
                    "country_code": {
                      "type": "string"
                    },
                    "utc_offset_seconds": {
                      "type": "integer"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/dns-lookup",
      "tags": [
        "dns-lookup",
        "domain-intelligence",
        "mx-records",
        "txt-records",
        "developer-tools"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.",
      "serviceName": "DNS Lookup API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "types": [
                "A",
                "MX",
                "NS",
                "TXT"
              ],
              "domain": "example.com"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "types": [
                "A",
                "MX",
                "NS",
                "TXT"
              ],
              "domain": "example.com",
              "records": {
                "A": [
                  "93.184.216.34"
                ],
                "MX": [
                  {
                    "host": "mail.example.com",
                    "priority": 10
                  }
                ],
                "NS": [
                  "a.iana-servers.net",
                  "b.iana-servers.net"
                ],
                "TXT": [
                  "v=spf1 -all"
                ]
              },
              "service": "dns_lookup",
              "timestamp": "2026-06-22T18:15:01+00:00"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "types": {
                      "type": "array",
                      "items": {
                        "enum": [
                          "A",
                          "AAAA",
                          "MX",
                          "NS",
                          "TXT",
                          "CAA",
                          "SOA"
                        ],
                        "type": "string"
                      },
                      "description": "Optional DNS record types to return"
                    },
                    "domain": {
                      "type": "string",
                      "description": "Domain name to query, for example example.com"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "types": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "domain": {
                      "type": "string"
                    },
                    "records": {
                      "type": "object",
                      "properties": {
                        "A": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "MX": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "host": {
                                "type": "string"
                              },
                              "priority": {
                                "type": "integer"
                              }
                            },
                            "additionalProperties": true
                          }
                        },
                        "NS": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "TXT": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      },
                      "additionalProperties": true
                    },
                    "service": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/whois-lookup",
      "tags": [
        "whois",
        "domain-lookup",
        "domain-intelligence",
        "registrar",
        "developer-tools"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "WHOIS Lookup API. Retrieve domain registration data including registrar, WHOIS server, creation date, expiration date, updated date, nameservers, domain status, and privacy/redaction signals. Useful for agents, developers, domain intelligence, expiry checks, registrar lookup, ownership investigation, and security workflows. Paid per call via x402.",
      "serviceName": "WHOIS Lookup API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "domain": "example.com"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "domain": "example.com",
              "service": "whois_lookup",
              "statuses": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
              ],
              "registrar": "RESERVED-Internet Assigned Numbers Authority",
              "timestamp": "2026-06-22T20:00:00+00:00",
              "is_redacted": true,
              "nameservers": [
                "a.iana-servers.net",
                "b.iana-servers.net"
              ],
              "raw_excerpt": "Domain Name: EXAMPLE.COM\nRegistrar: RESERVED-Internet Assigned Numbers Authority\n...",
              "updated_date": "2024-08-14T07:01:34Z",
              "whois_server": "whois.iana.org",
              "creation_date": "1995-08-14T04:00:00Z",
              "expiration_date": "2025-08-13T04:00:00Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Domain name to query, for example example.com"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "service": {
                      "type": "string"
                    },
                    "statuses": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "registrar": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "string"
                    },
                    "is_redacted": {
                      "type": "boolean"
                    },
                    "nameservers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "raw_excerpt": {
                      "type": "string"
                    },
                    "updated_date": {
                      "type": "string"
                    },
                    "whois_server": {
                      "type": "string"
                    },
                    "creation_date": {
                      "type": "string"
                    },
                    "expiration_date": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/email-validate",
      "tags": [
        "email-validation",
        "deliverability",
        "lead-verification",
        "contact-data",
        "risk-scoring"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "Email validation for syntax, DNS/MX, disposable domain, role-based address, free provider and provider-typo checks. Returns normalized email, deliverability verdict, risk score, typo suggestion and structured validation flags for agents processing leads, signups and contact data.",
      "serviceName": "Email Validate API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "email": "[email protected]"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "tool": "email-validate",
              "email": "[email protected]",
              "checks": {
                "free_provider": false,
                "provider_typo": {
                  "detected": true,
                  "suggested_email": "[email protected]",
                  "suggested_domain": "gmail.com"
                },
                "mx_records_found": true,
                "disposable_domain": false,
                "role_based_address": false
              },
              "normalized": "[email protected]",
              "risk_score": 35,
              "risk_reasons": [
                "provider_typo_suspected"
              ],
              "syntax_valid": true,
              "deliverability": "risky"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "email"
                  ],
                  "properties": {
                    "email": {
                      "type": "string",
                      "description": "Email address to validate."
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "tool": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "checks": {
                      "type": "object",
                      "properties": {
                        "free_provider": {
                          "type": "boolean"
                        },
                        "provider_typo": {
                          "type": "object",
                          "properties": {
                            "detected": {
                              "type": "boolean"
                            },
                            "suggested_email": {
                              "type": "string"
                            },
                            "suggested_domain": {
                              "type": "string"
                            }
                          },
                          "additionalProperties": true
                        },
                        "mx_records_found": {
                          "type": "boolean"
                        },
                        "disposable_domain": {
                          "type": "boolean"
                        },
                        "role_based_address": {
                          "type": "boolean"
                        }
                      },
                      "additionalProperties": true
                    },
                    "normalized": {
                      "type": "string"
                    },
                    "risk_score": {
                      "type": "integer"
                    },
                    "risk_reasons": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "syntax_valid": {
                      "type": "boolean"
                    },
                    "deliverability": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/http-latency",
      "tags": [
        "http-latency",
        "uptime-check",
        "api-diagnostics",
        "monitoring"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "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.",
      "serviceName": "HTTP Latency Check API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "url": "https://example.com",
              "from": {
                "colo": "SOF",
                "country": "BG",
                "network": "cloudflare_worker"
              },
              "method": "HEAD",
              "service": "http_latency",
              "timestamp": "2026-06-23T00:00:00.000Z",
              "latency_ms": 123,
              "status_code": 200,
              "redirect_location": null
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "HTTP or HTTPS URL to check"
                    },
                    "method": {
                      "enum": [
                        "HEAD",
                        "GET"
                      ],
                      "type": "string",
                      "description": "HTTP method to use. Defaults to HEAD."
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "url": {
                      "type": "string"
                    },
                    "from": {
                      "type": "object",
                      "properties": {
                        "colo": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": true
                    },
                    "method": {
                      "type": "string"
                    },
                    "service": {
                      "type": "string"
                    },
                    "timestamp": {
                      "type": "string"
                    },
                    "latency_ms": {
                      "type": "integer"
                    },
                    "status_code": {
                      "type": "integer"
                    },
                    "redirect_location": {
                      "type": "null"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tools.ipintel.ai/base64-decode",
      "tags": [
        "base64",
        "base64-decode",
        "decoding",
        "url-safe-base64",
        "token-inspection",
        "data-transform",
        "developer-tools",
        "api-testing"
      ],
      "iconUrl": "https://tools.ipintel.ai/favicon.png",
      "mimeType": "application/json",
      "description": "Base64 Decode API. Decode standard or URL-safe Base64 and return UTF-8 text when possible, hex output, validity, and output length. Useful for agents, developers, token inspection, API debugging, decoding workflows, data transformation, and automation tasks. Paid per call via x402.",
      "serviceName": "Base64 Decode API"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "value": "aGVsbG8=",
              "url_safe": false
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "valid": true,
              "decoded": "hello",
              "is_utf8": true,
              "service": "base64_decode",
              "url_safe": false,
              "timestamp": "2026-06-23T00:00:00+00:00",
              "decoded_hex": "68656c6c6f",
              "output_length": 5
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "value"
                  ],
                  "properties": {
                    "value": {
                      "type": "string",
                      "description": "Base64 value to decode"
                    },
                    "url_safe": {
                      "type": "boolean",
                      "description": "Whether the input uses URL-safe Base64"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "valid": {
                      "type": "boolean"
                    },
                    "decoded": {
                      "type": "string"
                    },
                    "is_utf8": {
                      "type": "boolean"
                    },
                    "service": {
                      "type": "string"
                    },
                    "url_safe": {
                      "type": "boolean"
                    },
                    "timestamp": {
                      "type": "string"
                    },
                    "decoded_hex": {
                      "type": "string"
                    },
                    "output_length": {
                      "type": "integer"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 208ms avg07-21 · uptime 100.0% · 197ms avg07-2007-21
RESPONSE TIME
07-20 · 208ms avg07-20 · 208ms avg07-21 · 197ms avg07-21 · 197ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 201ms
TOTAL CHECKS 67

RECENT CHECKS

TIME STATUS RESP
● OK 193ms
● OK 261ms
● OK 200ms
● OK 265ms
● OK 282ms
● OK 200ms
● OK 194ms
● OK 209ms
● OK 258ms
● OK 155ms
● OK 258ms
● OK 300ms
● OK 188ms
● OK 185ms
● OK 205ms
● OK 281ms
● OK 246ms
● OK 229ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/ipintel-ai-x402-tools/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.001507-21 · $0.0015$0.001507-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-21 · $0.0306-22 · $0.0306-23 · $0.0106-24 · $0.0006-25 · $0.0006-26 · $0.0006-27 · $0.0006-28 · $0.0006-29 · $0.0206-30 · $0.0107-01 · $0.0207-02 · $107-03 · $0.9307-04 · $0.1907-05 · $0.3807-06 · $0.0407-07 · $0.0207-08 · $0.0207-09 · $0.0207-11 · $0.0707-12 · $0.0607-13 · $0.0407-14 · $0.0907-15 · $0.0307-16 · $0.0307-17 · $0.0107-18 · $0.03peak $106-2107-18

Shared payout address (2 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 3 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
06-21 · 2 buyers06-22 · 2 buyers06-23 · 3 buyers06-24 · 1 buyer06-25 · 1 buyer06-26 · 1 buyer06-27 · 2 buyers06-28 · 4 buyers06-29 · 19 buyers06-30 · 11 buyers07-01 · 8 buyers07-02 · 12 buyers07-03 · 9 buyers07-04 · 5 buyers07-05 · 6 buyers07-06 · 9 buyers07-07 · 4 buyers07-08 · 5 buyers07-09 · 6 buyers07-11 · 15 buyers07-12 · 15 buyers07-13 · 9 buyers07-14 · 5 buyers07-15 · 8 buyers07-16 · 2 buyers07-17 · 2 buyers07-18 · 2 buyerspeak 19 buyers06-2107-18

Shared payout address (2 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 3 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that IPIntel.ai x402 Tools is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

IPIntel.ai x402 Tools listed on x402-list
status
IPIntel.ai x402 Tools uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/ipintel-ai-x402-tools?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/ipintel-ai-x402-tools.svg" alt="IPIntel.ai x402 Tools listed on x402-list" height="28">
</a>
// Markdown
[![IPIntel.ai x402 Tools on x402-list](https://x402-list.com/badge/ipintel-ai-x402-tools.svg)](https://x402-list.com/services/ipintel-ai-x402-tools?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/ipintel-ai-x402-tools?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/ipintel-ai-x402-tools.svg?data=uptime" alt="IPIntel.ai x402 Tools uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]