payment-ready until 2026-08-20
imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
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.
first settlement 2026-06-21 · $1.06 all-time · settled via coinbase
ASSESSMENT
updated 4h agoEvidence-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
- 257ms
- avg response
- 194ms
- total checks
- 2,136
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.09 (p9 in Data)
- price (min)
- $0.001
- price (max)
- $0.09
- category percentile (min)
- p9 in Data
- category percentile (max)
- p73 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.
- domain age
- 295d
- registrar
- NameCheap, Inc.
- hosting
- custom
- domain created
- 2025-10-19
Identity facts, not a risk score.
traction $0.0706666667 30d · 25 buyers
- volume 30d
- $0.0706666667
- buyers 30d
- 25
- settlements 30d
- 51
- first settlement
- 2026-06-21
- last settlement
- 2026-08-13
- top buyer share
- 38% of 30d volume
- trend 7d vs 30d
- 0.55x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $1.06
- settlements all-time
- 371
- median settlement 30d
- $0.002
- max settlement 30d
- $0.025
- settled via
- coinbase ($0.21, 51 tx)
Attributed pro-quota: this payout address is shared, so volume is the operator-level figure divided by the services sharing it, while buyer and transaction counts stay whole. A declared convention, not an individually observed measure, and still a conservative undercount.
Currently sharing this payout address with IPIntel.ai IP Lookup & Risk API, IPIntel.ai Satellite & GeoRisk API.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides various IP and domain intelligence tools including DNS lookup, WHOIS lookup, domain health checks, and satellite observation.
- category
- ip-intelligence
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /base64-decode | $0.001 | Base | USDC | header | |
| POST | /dns-lookup | $0.001 | Base | USDC | header | |
| POST | /domain-availability | $0.002 | Base | USDC | header | |
| POST | /domain-health | $0.001 | Base | USDC | header | |
| POST | /email-validate | $0.004 | Base | USDC | header | |
| POST | /http-latency | $0.001 | Base | USDC | header | |
| POST | /ip-lookup | $0.003 | Base | USDC | header | |
| POST | /reverse-dns | $0.001 | Base | USDC | header | |
| POST | /satellite | $0.09 | Base | USDC | header | |
| POST | /whois-lookup | $0.005 | Base | USDC | header |
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.
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
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. 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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 10 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
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.
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. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-20 · last up 2026-08-13
- 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
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<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>
[](https://x402-list.com/services/ipintel-ai-x402-tools?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>