x402 List

x402 Protocol Service Directory

x402scan

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 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.

first settlement 2026-02-11 · $57.39 all-time · settled via coinbase

BASE URL https://www.x402scan.com ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h 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
356ms
avg response
254ms
total checks
2,144

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 to $0.02 (p53 in Data)
price (min)
$0.01
price (max)
$0.02
category percentile (min)
p53 in Data
category percentile (max)
p40 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.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $11.60 30d · 49 buyers
volume 30d
$11.60
buyers 30d
49
settlements 30d
1,115
first settlement
2026-02-11
last settlement
2026-08-13
top buyer share
26% of 30d volume
trend 7d vs 30d
0.88x the 30d daily rate
networks
eip155:8453
volume all-time
$57.39
settlements all-time
3,807
median settlement 30d
$0.01
max settlement 30d
$0.02
settled via
coinbase ($11.60, 1,115 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

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/x402/buyers $0.01 Base USDC header
GET /api/x402/facilitators $0.01 Base USDC header
GET /api/x402/facilitators/stats $0.01 Base USDC header
GET /api/x402/merchants $0.01 Base USDC header
GET /api/x402/origins/blockrun.ai/resources $0.01 Base USDC header
GET /api/x402/registry/origin $0.01 Base USDC header
GET /api/x402/resources $0.01 Base USDC header
GET /api/x402/resources/search $0.02 Base USDC header
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
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. 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). 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
07-20 · uptime 100.0% · 202ms avg07-21 · uptime 100.0% · 175ms avg07-22 · uptime 100.0% · 160ms avg07-23 · uptime 100.0% · 142ms avg07-24 · uptime 100.0% · 226ms avg07-25 · uptime 100.0% · 234ms avg07-26 · uptime 100.0% · 228ms avg07-27 · uptime 100.0% · 239ms avg07-28 · uptime 100.0% · 222ms avg07-29 · uptime 100.0% · 277ms avg07-30 · uptime 100.0% · 301ms avg07-31 · uptime 100.0% · 332ms avg08-01 · uptime 100.0% · 294ms avg08-02 · uptime 100.0% · 225ms avg08-03 · uptime 100.0% · 316ms avg08-04 · uptime 100.0% · 299ms avg08-05 · uptime 100.0% · 365ms avg08-06 · uptime 100.0% · 268ms avg08-07 · uptime 100.0% · 251ms avg08-08 · uptime 100.0% · 277ms avg08-09 · uptime 100.0% · 284ms avg08-10 · uptime 100.0% · 289ms avg08-11 · uptime 100.0% · 210ms avg08-12 · uptime 100.0% · 231ms avg08-13 · uptime 100.0% · 261ms avg07-2008-13
90d UPTIME 100%
RESPONSE TIME
07-20 · 202ms avg07-20 · 202ms avg07-21 · 175ms avg07-21 · 175ms avg07-22 · 160ms avg07-22 · 160ms avg07-23 · 142ms avg07-23 · 142ms avg07-24 · 226ms avg07-24 · 226ms avg07-25 · 234ms avg07-25 · 234ms avg07-26 · 228ms avg07-26 · 228ms avg07-27 · 239ms avg07-27 · 239ms avg07-28 · 222ms avg07-28 · 222ms avg07-29 · 277ms avg07-29 · 277ms avg07-30 · 301ms avg07-30 · 301ms avg07-31 · 332ms avg07-31 · 332ms avg08-01 · 294ms avg08-01 · 294ms avg08-02 · 225ms avg08-02 · 225ms avg08-03 · 316ms avg08-03 · 316ms avg08-04 · 299ms avg08-04 · 299ms avg08-05 · 365ms avg08-05 · 365ms avg08-06 · 268ms avg08-06 · 268ms avg08-07 · 251ms avg08-07 · 251ms avg08-08 · 277ms avg08-08 · 277ms avg08-09 · 284ms avg08-09 · 284ms avg08-10 · 289ms avg08-10 · 289ms avg08-11 · 210ms avg08-11 · 210ms avg08-12 · 231ms avg08-12 · 231ms avg08-13 · 261ms avg08-13 · 261ms avg07-2008-13
AVG RESP 254ms
PRICE (captured 402, USD)
07-20 · $0.0108-13 · $0.01$0.0107-2008-13

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% 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: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% 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)
05-16 · $0.1505-17 · $0.4405-18 · $0.4505-19 · $0.1405-20 · $0.2305-21 · $0.1305-22 · $0.0305-23 · $0.0605-24 · $0.4505-25 · $0.0305-26 · $0.0705-27 · $0.0305-28 · $0.0605-29 · $0.4505-30 · $0.1006-01 · $0.0306-02 · $0.0706-03 · $0.3606-04 · $0.6606-05 · $0.2306-06 · $0.0306-07 · $0.0306-08 · $0.0306-09 · $0.0406-10 · $0.0606-11 · $0.2606-12 · $0.3206-13 · $0.2206-14 · $0.1506-15 · $0.2606-16 · $0.2406-17 · $0.1806-18 · $0.3006-19 · $0.3506-20 · $0.1806-21 · $0.2006-22 · $0.2006-23 · $0.4406-24 · $0.8806-25 · $0.1306-26 · $0.1306-27 · $0.1506-28 · $0.2506-29 · $0.3506-30 · $0.1607-01 · $0.1907-02 · $0.1307-03 · $0.1707-04 · $0.2007-05 · $0.1307-06 · $0.1507-07 · $0.5107-08 · $0.3607-09 · $207-10 · $0.1807-11 · $0.1807-12 · $0.2307-13 · $0.2607-14 · $0.7507-15 · $0.3907-16 · $0.2507-17 · $0.2307-18 · $0.2907-19 · $0.2107-20 · $0.4307-21 · $0.3307-22 · $0.2707-23 · $0.2207-24 · $0.2007-25 · $0.2307-26 · $0.2407-27 · $0.4107-28 · $107-29 · $0.8607-30 · $0.6907-31 · $0.3308-01 · $0.2608-02 · $0.4808-03 · $0.2708-04 · $0.2608-05 · $0.5008-06 · $0.2508-07 · $0.2808-08 · $0.2308-09 · $0.2308-10 · $0.2708-11 · $0.7908-12 · $0.3308-13 · $0.22peak $205-1608-13
DISTINCT BUYERS
05-16 · 3 buyers05-17 · 4 buyers05-18 · 4 buyers05-19 · 3 buyers05-20 · 4 buyers05-21 · 3 buyers05-22 · 1 buyer05-23 · 3 buyers05-24 · 2 buyers05-25 · 1 buyer05-26 · 2 buyers05-27 · 1 buyer05-28 · 2 buyers05-29 · 2 buyers05-30 · 3 buyers06-01 · 1 buyer06-02 · 3 buyers06-03 · 3 buyers06-04 · 4 buyers06-05 · 4 buyers06-06 · 1 buyer06-07 · 1 buyer06-08 · 1 buyer06-09 · 2 buyers06-10 · 1 buyer06-11 · 3 buyers06-12 · 5 buyers06-13 · 4 buyers06-14 · 4 buyers06-15 · 4 buyers06-16 · 4 buyers06-17 · 4 buyers06-18 · 4 buyers06-19 · 3 buyers06-20 · 3 buyers06-21 · 4 buyers06-22 · 4 buyers06-23 · 4 buyers06-24 · 5 buyers06-25 · 2 buyers06-26 · 2 buyers06-27 · 3 buyers06-28 · 8 buyers06-29 · 7 buyers06-30 · 4 buyers07-01 · 5 buyers07-02 · 2 buyers07-03 · 3 buyers07-04 · 3 buyers07-05 · 2 buyers07-06 · 3 buyers07-07 · 5 buyers07-08 · 6 buyers07-09 · 3 buyers07-10 · 3 buyers07-11 · 4 buyers07-12 · 4 buyers07-13 · 6 buyers07-14 · 5 buyers07-15 · 6 buyers07-16 · 5 buyers07-17 · 8 buyers07-18 · 6 buyers07-19 · 4 buyers07-20 · 7 buyers07-21 · 6 buyers07-22 · 5 buyers07-23 · 6 buyers07-24 · 5 buyers07-25 · 4 buyers07-26 · 5 buyers07-27 · 7 buyers07-28 · 11 buyers07-29 · 6 buyers07-30 · 6 buyers07-31 · 5 buyers08-01 · 4 buyers08-02 · 9 buyers08-03 · 5 buyers08-04 · 4 buyers08-05 · 5 buyers08-06 · 4 buyers08-07 · 6 buyers08-08 · 3 buyers08-09 · 3 buyers08-10 · 5 buyers08-11 · 5 buyers08-12 · 8 buyers08-13 · 3 buyerspeak 11 buyers05-1608-13

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 350ms
● OK 301ms
● OK 266ms
● OK 269ms
● OK 141ms
● OK 211ms
● OK 214ms
● OK 309ms
● OK 377ms
● OK 204ms
● OK 215ms
● OK 288ms
● OK 216ms
● OK 220ms
● OK 304ms
● OK 232ms
● OK 276ms
● OK 358ms

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 ]

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/x402scan/update.