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.
ASSESSMENT
updated 43m 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
- 333ms
- avg response
- 203ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
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.70 30d · 7 buyers
- volume 30d
- $0.70
- buyers 30d
- 7
- settlements 30d
- 62
- last settlement
- 2026-07-21
- top buyer share
- 29% 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-derivedProvides API access to query and search x402 payment data including buyers, facilitators, merchants, and resources.
- category
- payment-data-api
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| 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 |
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.
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
RECENT CHECKS
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).
Median across 8 endpoints. Use the selector to isolate one.
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
<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>
[](https://x402-list.com/services/x402scan?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>