← Back to marketplace

X402scan - x402 Ecosystem Explorer

external

Explore the x402 ecosystem. View transactions, sellers, origins and resources. Explore the future of agentic commerce.

by X402scan24 endpoints100% uptime405ms avg

Price

from $0.0100

up to $1000.00 per request

Network

base

Category

other

On-chain txns

3

Uptime

100%

Avg latency

405ms

Checks

160

Status

Healthy

Base URL

https://www.x402scan.com

Endpoints (24)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

GET/api/x402/facilitators
base$0.0100

Paginated list of facilitators with stats

GET/api/x402/facilitators
base$0.0100

Paginated list of facilitators with stats

GET/api/x402/facilitators/stats
base$0.0100

Overall high-level facilitator stats

GET/api/x402/facilitators/stats
base$0.0100

Overall high-level facilitator stats

GET/api/x402/merchants
base$0.0100

Paginated list of merchants (top recipients by volume)

GET/api/x402/merchants
base$0.0100

Paginated list of merchants (top recipients by volume)

GET/api/x402/merchants/%7Baddress%7D/stats
base$0.0100

Aggregate stats for a merchant

GET/api/x402/merchants/%7Baddress%7D/stats
base$0.0100

Aggregate stats for a merchant

GET/api/x402/merchants/%7Baddress%7D/transactions
base$0.0100

Paginated transfers where merchant is recipient

GET/api/x402/merchants/%7Baddress%7D/transactions
base$0.0100

Paginated transfers where merchant is recipient

GET/api/x402/origins/%7Bid%7D/resources
base$0.0100

Resources for a specific origin/domain

GET/api/x402/origins/%7Bid%7D/resources
base$0.0100

Resources for a specific origin/domain

GET/api/x402/registry/origin
base$0.0100

List all registered x402 resources for an origin

GET/api/x402/registry/origin
base$0.0100

List all registered x402 resources for an origin

GET/api/x402/resources
base$0.0100

Paginated list of all indexed x402 resources

GET/api/x402/resources
base$0.0100

Paginated list of all indexed x402 resources

GET/api/x402/resources/search
base$0.0200

Full-text search across x402 resources

GET/api/x402/resources/search
base$0.0200

Full-text search across x402 resources

POST/api/x402/send
base$1000.00

Send USDC to an address on Base or Solana

POST/api/x402/send
base$1000.00

Send USDC to an address on Base or Solana

GET/api/x402/wallets/%7Baddress%7D/stats
base$0.0100

Aggregate stats for a wallet (tx count, total amount, unique recipients)

GET/api/x402/wallets/%7Baddress%7D/stats
base$0.0100

Aggregate stats for a wallet (tx count, total amount, unique recipients)

GET/api/x402/wallets/%7Baddress%7D/transactions
base$0.0100

Paginated transfers where wallet is sender

GET/api/x402/wallets/%7Baddress%7D/transactions
base$0.0100

Paginated transfers where wallet is sender

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://www.x402scan.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://www.x402scan.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://www.x402scan.com", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.