x402 List

x402 Protocol Service Directory

ip402.xyz

Data PAYMENT-READY imported

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

Paid IP intelligence endpoint returning normalized geolocation and ASN data for a single IPv4 or IPv6 address.

Pay from $0.01 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-06-13 · $7.43 all-time · settled via coinbase

BASE URL https://ip402.xyz ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 3h ago

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

reliability 99.4%
uptime 24h
100%
uptime 7d
97.4%
uptime 30d
99.4%
uptime 90d
99.4%
response p95
3574ms
avg response
1831ms
total checks
2,055

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.

jump to compliance checklist

price $0.01 (p53 in Data)
price (min)
$0.01
category percentile (min)
p53 in Data
endpoints / prices
1 / 1
model
flat
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
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.98 30d · 16 buyers
volume 30d
$0.98
buyers 30d
16
settlements 30d
94
first settlement
2026-06-13
last settlement
2026-08-12
top buyer share
33% of 30d volume
trend 7d vs 30d
0.57x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$7.43
settlements all-time
739
median settlement 30d
$0.01
max settlement 30d
$0.05
settled via
coinbase ($0.98, 94 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

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

WHAT IT DOES

ai-derived

Provides paid IP geolocation and ASN lookup services for IPv4/IPv6 addresses.

category
ip-geolocation
in
query params
auth
none
geolocationip-lookupasn-lookup

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 402 CHANNEL
GET /v1/geo $0.01 Base/Solana USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://ip402.xyz/v1/geo'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xEd617F79201248Df99909fBde4269b6EEAEE39B6",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 30
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
        },
        "payTo": "7Cd8FJ6hCKKTphtj2oDNQrevkMc4CcHCuLNWkw38so6Q",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 30
      }
    ],
    "resource": {
      "url": "https://ip402.xyz/v1/geo",
      "tags": [
        "ip-intelligence",
        "geoip",
        "asn",
        "agents",
        "x402"
      ],
      "iconUrl": "https://ip402.xyz/favicon.svg",
      "mimeType": "application/json",
      "description": "Paid IP intelligence endpoint returning normalized geolocation and ASN data for a single IPv4 or IPv6 address.",
      "serviceName": "ip402.xyz"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "ip": "8.8.8.8",
              "lang": "en"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ip": "8.8.8.8",
              "geo": {
                "country": {
                  "name": "United States",
                  "iso_code": "US"
                },
                "location": {
                  "latitude": 37.751,
                  "longitude": -97.822,
                  "time_zone": "America/Chicago",
                  "accuracy_radius_km": 1000
                },
                "continent": {
                  "code": "NA",
                  "name": "North America"
                }
              },
              "scope": "public",
              "network": {
                "asn": 15169,
                "organization": "Google LLC"
              },
              "ip_version": 4,
              "data_source": {
                "edition": "city+asn",
                "provider": "ip402",
                "build_epoch": 1760000000
              },
              "schema_version": 2,
              "resolution_status": "ok"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "ip"
                  ],
                  "properties": {
                    "ip": {
                      "type": "string",
                      "examples": [
                        "8.8.8.8",
                        "2001:4860:4860::8888"
                      ],
                      "description": "IPv4 or IPv6 address to classify and enrich."
                    },
                    "lang": {
                      "type": "string",
                      "default": "en",
                      "examples": [
                        "en",
                        "zh-CN"
                      ],
                      "description": "Optional response language for localized GeoIP names."
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "schema_version",
                    "ip",
                    "ip_version",
                    "scope",
                    "resolution_status",
                    "data_source",
                    "geo",
                    "network"
                  ],
                  "properties": {
                    "ip": {
                      "type": "string"
                    },
                    "geo": {
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "scope": {
                      "type": "string"
                    },
                    "network": {
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "ip_version": {
                      "type": "integer"
                    },
                    "data_source": {
                      "type": "object"
                    },
                    "schema_version": {
                      "type": "integer"
                    },
                    "resolution_status": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "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/ip402-xyz/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.

UPTIME
08-07 · uptime 47.8% · 2350ms avg07-20 · uptime 100.0% · 1486ms avg07-21 · uptime 100.0% · 1428ms avg07-22 · uptime 100.0% · 1756ms avg07-23 · uptime 100.0% · 1443ms avg07-24 · uptime 100.0% · 1768ms avg07-25 · uptime 100.0% · 1526ms avg07-26 · uptime 100.0% · 1924ms avg07-27 · uptime 100.0% · 1656ms avg07-28 · uptime 100.0% · 1693ms avg07-29 · uptime 100.0% · 1645ms avg07-30 · uptime 100.0% · 1478ms avg07-31 · uptime 100.0% · 1757ms avg08-01 · uptime 100.0% · 1827ms avg08-02 · uptime 100.0% · 1868ms avg08-03 · uptime 100.0% · 1931ms avg08-04 · uptime 100.0% · 1686ms avg08-05 · uptime 100.0% · 1991ms avg08-06 · uptime 100.0% · 1766ms avg08-07 · uptime 47.8% · 2350ms avg08-08 · uptime 98.5% · 3315ms avg08-09 · uptime 100.0% · 1636ms avg08-10 · uptime 100.0% · 2673ms avg08-11 · uptime 100.0% · 2261ms avg08-12 · uptime 100.0% · 1734ms avg08-13 · uptime 100.0% · 1690ms avg07-2008-13
30d UPTIME 99.4%
RESPONSE TIME
07-20 · 1486ms avg07-20 · 1486ms avg07-21 · 1428ms avg07-21 · 1428ms avg07-22 · 1756ms avg07-22 · 1756ms avg07-23 · 1443ms avg07-23 · 1443ms avg07-24 · 1768ms avg07-24 · 1768ms avg07-25 · 1526ms avg07-25 · 1526ms avg07-26 · 1924ms avg07-26 · 1924ms avg07-27 · 1656ms avg07-27 · 1656ms avg07-28 · 1693ms avg07-28 · 1693ms avg07-29 · 1645ms avg07-29 · 1645ms avg07-30 · 1478ms avg07-30 · 1478ms avg07-31 · 1757ms avg07-31 · 1757ms avg08-01 · 1827ms avg08-01 · 1827ms avg08-02 · 1868ms avg08-02 · 1868ms avg08-03 · 1931ms avg08-03 · 1931ms avg08-04 · 1686ms avg08-04 · 1686ms avg08-05 · 1991ms avg08-05 · 1991ms avg08-06 · 1766ms avg08-06 · 1766ms avg08-07 · 2350ms avg08-07 · 2350ms avg08-08 · 3315ms avg08-08 · 3315ms avg08-09 · 1636ms avg08-09 · 1636ms avg08-10 · 2673ms avg08-10 · 2673ms avg08-11 · 2261ms avg08-11 · 2261ms avg08-12 · 1734ms avg08-12 · 1734ms avg08-13 · 1690ms avg08-13 · 1690ms avg07-2008-13
AVG RESP 1830ms
PRICE (captured 402, USD)
07-20 · $0.0108-13 · $0.01$0.0107-2008-13
SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 99.2% compliance: 100% checks08-08 uptime: 99.2% compliance: 100% checks08-09 uptime: 99.2% compliance: 100% checks08-10 uptime: 99.3% compliance: 100% checks08-11 uptime: 99.3% compliance: 100% checks08-12 uptime: 99.3% compliance: 100% checks08-13 uptime: 99.4% compliance: 100% checksuptimecompliance07-2008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

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.

VOLUME (on-chain settlement, USD)
07-15 · $0.1007-16 · $0.0207-17 · $0.0207-18 · $0.0207-19 · $0.0307-20 · $0.0207-21 · $0.0407-22 · $0.0907-23 · $0.0207-24 · $0.0207-25 · $0.0207-26 · $0.1107-27 · $0.0207-28 · $0.0607-29 · $0.0307-30 · $0.0307-31 · $0.0208-01 · $0.0208-02 · $0.0208-03 · $0.0408-04 · $0.0608-05 · $0.0208-08 · $0.0208-09 · $0.0208-10 · $0.0208-11 · $0.0208-12 · $0.05peak $0.1107-1508-12
DISTINCT BUYERS
07-15 · 6 buyers07-16 · 2 buyers07-17 · 2 buyers07-18 · 2 buyers07-19 · 3 buyers07-20 · 2 buyers07-21 · 4 buyers07-22 · 4 buyers07-23 · 2 buyers07-24 · 2 buyers07-25 · 2 buyers07-26 · 4 buyers07-27 · 2 buyers07-28 · 4 buyers07-29 · 3 buyers07-30 · 3 buyers07-31 · 2 buyers08-01 · 2 buyers08-02 · 2 buyers08-03 · 4 buyers08-04 · 3 buyers08-05 · 2 buyers08-08 · 2 buyers08-09 · 2 buyers08-10 · 2 buyers08-11 · 2 buyers08-12 · 3 buyerspeak 6 buyers07-1508-12

COMPLIANCE

14/14 checks pass · grade A

last 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
TIME STATUS RESP CAUSE
● OK 1306ms
● OK 1800ms
● OK 1264ms
● OK 1863ms
● OK 1378ms
● OK 1247ms
● OK 1208ms
● OK 1450ms
● OK 1183ms
● OK 2559ms
● OK 2422ms
● OK 1670ms
● OK 870ms
● OK 2111ms
● SLOW 3149ms
● OK 1536ms
● OK 1662ms
● SLOW 2831ms

EMBED THIS BADGE

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

ip402.xyz listed on x402-list
status
ip402.xyz uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/ip402-xyz?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/ip402-xyz.svg" alt="ip402.xyz listed on x402-list" height="28">
</a>
// Markdown
[![ip402.xyz on x402-list](https://x402-list.com/badge/ip402-xyz.svg)](https://x402-list.com/services/ip402-xyz?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/ip402-xyz?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/ip402-xyz.svg?data=uptime" alt="ip402.xyz 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/ip402-xyz/update.