x402 List

x402 Protocol Service Directory

x402scan

Data

Paid x402 API from x402scan returning its ecosystem datasets: merchants, resources, buyers, facilitators and origin registry, priced per call in USDC on Base.

Pay from $0.01 to $0.02 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://www.x402scan.com ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 19m 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
340ms
avg response
217ms
total checks
47
compliance A (11/11)

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

jump to compliance checklist

price $0.01 to $0.02 (p62 in Data)
price (min)
$0.01
price (max)
$0.02
category percentile (min)
p62 in Data
category percentile (max)
p48 in Data
endpoints / prices
8 / 2
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 $0.55 30d · 7 buyers
volume 30d
$0.55
buyers 30d
7
settlements 30d
47
last settlement
2026-07-21
top buyer share
31% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
eip155:8453

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 API access to query and search x402 payment data including buyers, facilitators, merchants, and resources.

category
payment-data-api
in
query params
payment-dataquerysearchregistryblockchain

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
GET /api/x402/buyers $0.01 Base USDC
GET /api/x402/facilitators $0.01 Base USDC
GET /api/x402/facilitators/stats $0.01 Base USDC
GET /api/x402/merchants $0.01 Base USDC
GET /api/x402/origins/blockrun.ai/resources $0.01 Base USDC
GET /api/x402/registry/origin $0.01 Base USDC
GET /api/x402/resources $0.01 Base USDC
GET /api/x402/resources/search $0.02 Base USDC
8 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://www.x402scan.com/api/x402/buyers'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/buyers",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Paginated list of buyers (top senders by volume)",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size",
                    "sort_by"
                  ],
                  "properties": {
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "sort_by": {
                      "enum": [
                        "volume",
                        "tx_count",
                        "unique_sellers"
                      ],
                      "type": "string",
                      "default": "volume",
                      "description": "Sort field"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    },
                    "timeframe": {
                      "anyOf": [
                        {
                          "type": "number",
                          "const": 1
                        },
                        {
                          "type": "number",
                          "const": 7
                        },
                        {
                          "type": "number",
                          "const": 14
                        },
                        {
                          "type": "number",
                          "const": 30
                        }
                      ],
                      "description": "Days lookback (1, 7, 14, or 30)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/facilitators",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Paginated list of facilitators with stats",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size"
                  ],
                  "properties": {
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    },
                    "timeframe": {
                      "anyOf": [
                        {
                          "type": "number",
                          "const": 1
                        },
                        {
                          "type": "number",
                          "const": 7
                        },
                        {
                          "type": "number",
                          "const": 14
                        },
                        {
                          "type": "number",
                          "const": 30
                        }
                      ],
                      "description": "Days lookback (1, 7, 14, or 30)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/facilitators/stats",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Overall high-level facilitator stats",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "timeframe": {
                      "anyOf": [
                        {
                          "type": "number",
                          "const": 1
                        },
                        {
                          "type": "number",
                          "const": 7
                        },
                        {
                          "type": "number",
                          "const": 14
                        },
                        {
                          "type": "number",
                          "const": 30
                        }
                      ],
                      "description": "Days lookback (1, 7, 14, or 30)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/merchants",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Paginated list of merchants (top recipients by volume)",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size",
                    "sort_by"
                  ],
                  "properties": {
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "sort_by": {
                      "enum": [
                        "volume",
                        "tx_count",
                        "unique_buyers"
                      ],
                      "type": "string",
                      "default": "volume",
                      "description": "Sort field"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    },
                    "timeframe": {
                      "anyOf": [
                        {
                          "type": "number",
                          "const": 1
                        },
                        {
                          "type": "number",
                          "const": 7
                        },
                        {
                          "type": "number",
                          "const": 14
                        },
                        {
                          "type": "number",
                          "const": 30
                        }
                      ],
                      "description": "Days lookback (1, 7, 14, or 30)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/origins/blockrun.ai/resources",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Resources for a specific origin/domain",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size"
                  ],
                  "properties": {
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/registry/origin",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "List all registered x402 resources for an origin",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size",
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "description": "Origin URL to list registered resources for"
                    },
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/resources",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Paginated list of all indexed x402 resources",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size"
                  ],
                  "properties": {
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "chain": {
                      "enum": [
                        "base",
                        "solana"
                      ],
                      "type": "string",
                      "description": "Filter by chain"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x2EC4545f96A24876764bF2B04D54E66A1351bE71",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://www.x402scan.com/api/x402/resources/search",
      "tags": [
        "X402"
      ],
      "method": "GET",
      "mimeType": "application/json",
      "description": "Full-text search across x402 resources",
      "serviceName": "x402scan"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "page",
                    "page_size",
                    "q"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "minLength": 1,
                      "description": "Search query"
                    },
                    "page": {
                      "type": "integer",
                      "default": 0,
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "description": "Page index (0-based)"
                    },
                    "tags": {
                      "type": "string",
                      "description": "Comma-separated tag IDs to filter by"
                    },
                    "chains": {
                      "type": "string",
                      "description": "Comma-separated chains to filter by (base, solana)"
                    },
                    "page_size": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Items per page (1-100, default 10)"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 202ms avg07-21 · uptime 100.0% · 240ms avg07-2007-21
RESPONSE TIME
07-20 · 202ms avg07-20 · 202ms avg07-21 · 240ms avg07-21 · 240ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 218ms
TOTAL CHECKS 49

RECENT CHECKS

TIME STATUS RESP
● OK 225ms
● OK 262ms
● OK 174ms
● OK 285ms
● OK 221ms
● OK 203ms
● SLOW 328ms
● SLOW 447ms
● OK 241ms
● SLOW 356ms
● OK 165ms
● OK 72ms
● OK 191ms
● OK 265ms
● OK 127ms
● OK 303ms
● OK 200ms
● OK 135ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/x402scan/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.0107-21 · $0.01$0.0107-2007-21

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

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-20 · $0.4307-21 · $0.12peak $0.4307-2007-21
DISTINCT BUYERS
07-20 · 7 buyers07-21 · 4 buyerspeak 7 buyers07-2007-21

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 x402scan is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

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