x402 List

x402 Protocol Service Directory

x402node

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

Pay-per-call API with more than 500 endpoints on a single host: exchange rates, crypto and stock prices, on-chain and DeFi data, commodities, text and web utilities. x402 payment in USDC on Base and Solana, full catalog at /openapi.json.

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

first settlement 2026-05-03 · $221.34 all-time · settled via coinbase, payAI, dexter

BASE URL https://api.x402node.dev ENDPOINTS 10 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 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
416ms
avg response
220ms
total checks
2,145

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.004 to $0.02 (p30 in Data)
price (min)
$0.004
price (max)
$0.02
category percentile (min)
p30 in Data
category percentile (max)
p40 in Data
endpoints / prices
10 / 4
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
83d
registrar
CloudFlare, Inc.
hosting
custom
domain created
2026-05-19

Identity facts, not a risk score.

traction $91.09945 30d · 212 buyers
volume 30d
$91.09945
buyers 30d
212
settlements 30d
6,366
first settlement
2026-05-03
last settlement
2026-08-13
top buyer share
42% of 30d volume
trend 7d vs 30d
0.28x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$221.34
settlements all-time
15,408
median settlement 30d
$0.01
max settlement 30d
$4.99
settled via
coinbase ($105.77, 5,025 tx), payAI ($44.93, 873 tx), dexter ($31.50, 468 tx)

Attributed pro-quota: this payout address is shared, so volume is the operator-level figure divided by the services sharing it, while buyer and transaction counts stay whole. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with cn402.

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

WHAT IT DOES

ai-derived

Provides blockchain, finance, and web data APIs including DeFi TVL, gas comparisons, currency conversions, and web content extraction.

category
blockchain-finance-api
in
query params
blockchainfinanceforexweb-datadeficryptowallet-labelweb-extract

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 /chain/defi-tvl $0.005 Base/Solana USDC header
GET /chain/gas-compare $0.005 Base/Solana USDC header
GET /chain/wallet-label $0.005 Base/Solana USDC header
GET /finance/convert $0.005 Base/Solana USDC header
GET /finance/crypto $0.004 Base/Solana USDC header
GET /finance/forex $0.008 Base/Solana USDC header
GET /forex/convert/cny/usd/cny-usd $0.004 Base/Solana USDC header
GET /forex/convert/usd/cny/usd-cny $0.004 Base/Solana USDC header
GET /web/extract $0.02 Base/Solana USDC header
GET /web/read $0.02 Base/Solana USDC header
10 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i 'https://api.x402node.dev/chain/defi-tvl'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/chain/defi-tvl",
      "mimeType": "application/json",
      "description": "Total value locked for any DeFi protocol with per-chain breakdown via DefiLlama, by protocol slug such as aave-v3 or uniswap. defi tvl, protocol tvl, total value locked, defillama tvl, protocol metrics"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "protocol": "string"
            }
          }
        },
        "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": [
                    "protocol"
                  ],
                  "properties": {
                    "protocol": {
                      "type": "string",
                      "description": "Protocol slug, e.g. aave-v3, uniswap, lido (required)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/chain/gas-compare",
      "mimeType": "application/json",
      "description": "Live gas price across Base, Ethereum, Arbitrum, Optimism, Polygon and BSC sorted cheapest first - lets agents pick the cheapest chain to execute an operation right now, real-time data that changes constantly and LLMs cannot know. gas comparison, cheapest chain, multi chain gas, gas prices, which chain cheapest, cross chain gas"
    },
    "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"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/chain/wallet-label",
      "mimeType": "application/json",
      "description": "Heuristic on-chain labels for any address - contract vs EOA, activity tier, balance band and transaction count - on EVM chains. wallet label, address classification, eoa or contract, wallet activity, address profile, wallet tag, address label, onchain identity, smart money"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "chain": "string",
              "address": "string"
            }
          }
        },
        "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": [
                    "address"
                  ],
                  "properties": {
                    "chain": {
                      "type": "string",
                      "description": "ethereum, base (default), arbitrum, optimism, polygon"
                    },
                    "address": {
                      "type": "string",
                      "description": "Address to label (required)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/finance/convert",
      "mimeType": "application/json",
      "description": "Convert an amount between currencies at current ECB rate. Returns input amount, target amount, rate, date. Use ?amount=100 and from=USD and to=EUR. Built for AI agents quoting prices in multiple currencies."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": "string",
              "from": "string",
              "amount": "string"
            }
          }
        },
        "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": [
                    "from",
                    "to"
                  ],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "Target format (required)"
                    },
                    "from": {
                      "type": "string",
                      "description": "Source format (required)"
                    },
                    "amount": {
                      "type": "string",
                      "description": "Amount (optional)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "4000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/finance/crypto",
      "mimeType": "application/json",
      "description": "Live crypto prices via CoinGecko. Pass symbol=BTC (or ETH, SOL...) or CoinGecko id=bitcoin; batch up to many with commas (symbols=BTC,ETH,SOL). Returns USD (or any vs) price, 24h change, market cap, 24h volume and last update. Built for AI agents needing crypto price, token price, spot price and market data. 加密货币实时价格行情。"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "id": "string",
              "vs": "string",
              "symbol": "string"
            }
          }
        },
        "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": [
                    "symbol",
                    "id"
                  ],
                  "properties": {
                    "id": {
                      "type": "string",
                      "description": "CoinGecko id(s), e.g. bitcoin or bitcoin,ethereum. Use this for coins not covered by ticker mapping. Alias: ids."
                    },
                    "vs": {
                      "type": "string",
                      "description": "Quote currency, default usd. e.g. usd, eur, jpy. Comma-separated allowed."
                    },
                    "symbol": {
                      "type": "string",
                      "description": "Token ticker(s), e.g. BTC or BTC,ETH,SOL (batch). Common tickers are auto-mapped. Alias: symbols."
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "8000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "8000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/finance/forex",
      "mimeType": "application/json",
      "description": "Real-time forex / exchange rates from the European Central Bank (via Frankfurter). Pass from=USD and to=EUR (or batch to=EUR,GBP,JPY,CNY). Returns rates, inverse rates and last-update date. For AI agents needing exchange rate, currency conversion, fx rate and forex data. 实时外汇汇率,支持批量与反向汇率。"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "to": "string",
              "from": "string"
            }
          }
        },
        "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": [
                    "to"
                  ],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "Target currency or comma-separated list, e.g. EUR or EUR,GBP,JPY,CNY. Alias: symbols."
                    },
                    "from": {
                      "type": "string",
                      "description": "Base currency code (single), e.g. USD. Alias: base. Default USD."
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "4000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/forex/convert/cny/usd/cny-usd",
      "mimeType": "application/json",
      "description": "Convert CNY to USD at live rate. Pass ?amount=100 for value in US Dollar. 人民币兑换美元换算。人民元を米ドルに換算。Convertir yuan a dólar. 위안를 달러로 환전. cny to usd convert."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "amount": "string"
            }
          }
        },
        "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": [
                    "amount"
                  ],
                  "properties": {
                    "amount": {
                      "type": "string",
                      "description": "要换算的金额,如 ?amount=100"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "4000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/forex/convert/usd/cny/usd-cny",
      "mimeType": "application/json",
      "description": "Convert USD to CNY at live rate. Pass ?amount=100 for value in Chinese Yuan. 美元兑换人民币换算。米ドルを人民元に換算。Convertir dólar a yuan. 달러를 위안로 환전. usd to cny convert."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "amount": "string"
            }
          }
        },
        "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": [
                    "amount"
                  ],
                  "properties": {
                    "amount": {
                      "type": "string",
                      "description": "要换算的金额,如 ?amount=100"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/web/extract",
      "mimeType": "application/json",
      "description": "Structured page extraction — clean markdown plus extracted links and headings as structured data, via managed retrieval with JS rendering. For RAG, crawling and content analysis. web extract, structured extraction, links, headings, markdown, rag, crawling, content analysis"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "string"
            }
          }
        },
        "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": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Public page URL to extract, e.g. https://example.com (required)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"
        },
        "payTo": "9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up",
        "amount": "20000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.x402node.dev/web/read",
      "mimeType": "application/json",
      "description": "Read any web page as clean, LLM-ready markdown — managed unlocking with residential IPs, IP rotation, automated CAPTCHA solving and full JavaScript rendering; overcomes blocks. For RAG ingestion, agent browsing and access-controlled pages. web read, fetch page, scrape, markdown, unblock, javascript rendering, rag ingestion, agent browsing"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "string"
            }
          }
        },
        "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": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Public page URL to fetch, e.g. https://example.com (required)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "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/x402node/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% · 197ms avg07-21 · uptime 100.0% · 206ms avg07-22 · uptime 100.0% · 209ms avg07-23 · uptime 100.0% · 193ms avg07-24 · uptime 100.0% · 228ms avg07-25 · uptime 100.0% · 239ms avg07-26 · uptime 100.0% · 243ms avg07-27 · uptime 100.0% · 170ms avg07-28 · uptime 100.0% · 169ms avg07-29 · uptime 100.0% · 214ms avg07-30 · uptime 100.0% · 216ms avg07-31 · uptime 100.0% · 225ms avg08-01 · uptime 100.0% · 251ms avg08-02 · uptime 100.0% · 264ms avg08-03 · uptime 100.0% · 272ms avg08-04 · uptime 100.0% · 247ms avg08-05 · uptime 100.0% · 252ms avg08-06 · uptime 100.0% · 194ms avg08-07 · uptime 100.0% · 192ms avg08-08 · uptime 100.0% · 201ms avg08-09 · uptime 100.0% · 189ms avg08-10 · uptime 100.0% · 189ms avg08-11 · uptime 100.0% · 232ms avg08-12 · uptime 100.0% · 239ms avg08-13 · uptime 100.0% · 279ms avg07-2008-13
30d UPTIME 100%
RESPONSE TIME
07-20 · 197ms avg07-20 · 197ms avg07-21 · 206ms avg07-21 · 206ms avg07-22 · 209ms avg07-22 · 209ms avg07-23 · 193ms avg07-23 · 193ms avg07-24 · 228ms avg07-24 · 228ms avg07-25 · 239ms avg07-25 · 239ms avg07-26 · 243ms avg07-26 · 243ms avg07-27 · 170ms avg07-27 · 170ms avg07-28 · 169ms avg07-28 · 169ms avg07-29 · 214ms avg07-29 · 214ms avg07-30 · 216ms avg07-30 · 216ms avg07-31 · 225ms avg07-31 · 225ms avg08-01 · 251ms avg08-01 · 251ms avg08-02 · 264ms avg08-02 · 264ms avg08-03 · 272ms avg08-03 · 272ms avg08-04 · 247ms avg08-04 · 247ms avg08-05 · 252ms avg08-05 · 252ms avg08-06 · 194ms avg08-06 · 194ms avg08-07 · 192ms avg08-07 · 192ms avg08-08 · 201ms avg08-08 · 201ms avg08-09 · 189ms avg08-09 · 189ms avg08-10 · 189ms avg08-10 · 189ms avg08-11 · 232ms avg08-11 · 232ms avg08-12 · 239ms avg08-12 · 239ms avg08-13 · 279ms avg08-13 · 279ms avg07-2008-13
AVG RESP 220ms
PRICE (captured 402, USD)
07-20 · $0.00508-13 · $0.005$0.00507-2008-13

Median across 10 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)
07-15 · $207-16 · $207-17 · $307-18 · $407-19 · $8007-20 · $507-21 · $507-22 · $407-23 · $1007-24 · $307-25 · $407-26 · $407-27 · $307-28 · $1207-29 · $407-30 · $507-31 · $508-01 · $308-02 · $208-03 · $408-04 · $208-05 · $208-06 · $208-07 · $208-08 · $208-09 · $108-10 · $208-11 · $208-12 · $208-13 · $2peak $8007-1508-13

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 2 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-15 · 45 buyers07-16 · 41 buyers07-17 · 44 buyers07-18 · 30 buyers07-19 · 26 buyers07-20 · 26 buyers07-21 · 28 buyers07-22 · 25 buyers07-23 · 23 buyers07-24 · 21 buyers07-25 · 22 buyers07-26 · 26 buyers07-27 · 21 buyers07-28 · 31 buyers07-29 · 43 buyers07-30 · 48 buyers07-31 · 46 buyers08-01 · 25 buyers08-02 · 22 buyers08-03 · 27 buyers08-04 · 36 buyers08-05 · 25 buyers08-06 · 86 buyers08-07 · 31 buyers08-08 · 22 buyers08-09 · 22 buyers08-10 · 23 buyers08-11 · 24 buyers08-12 · 22 buyers08-13 · 23 buyerspeak 86 buyers07-1508-13

Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.

COMPLIANCE

14/14 checks pass · grade 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 224ms
● OK 225ms
● OK 210ms
● SLOW 364ms
● OK 152ms
● OK 255ms
● SLOW 419ms
● SLOW 378ms
● SLOW 393ms
● OK 262ms
● OK 249ms
● OK 319ms
● OK 212ms
● OK 303ms
● OK 150ms
● OK 286ms
● SLOW 405ms
● SLOW 345ms

EMBED THIS BADGE

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

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