# x402scan Merchants Leaderboard

> x402scan Merchants Leaderboard is a paid API for AI agents from x402scan-j55w7ornb-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a paginated, sorted list of top merchants by payment volume, transaction count, or unique buyers on the x402 payment network

## Facts

- Endpoint: GET https://x402scan-j55w7ornb-merit-systems.vercel.app/api/data/merchants
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-13299cb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_toKuFg9649bKj-j9RcoVr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402scan-j55w7ornb-merit-systems-vercel-app-13299cb5
```

Example prompt: Show me the top 20 x402 merchants on Base over the last 30 days, sorted by volume — give me page 1 of the leaderboard.

## When to prefer this

Use this endpoint when you need a ranked overview of the most active merchants on the x402 payment network, especially for leaderboard views, trend analysis by chain, or discovering high-volume payees. Prefer over individual merchant lookups when you need comparative or ranked data across many merchants.

## Known failure modes

- Invalid chain value returns 400 or empty results
- page_size exceeding 100 returns validation error
- Invalid sort_by value returns error or defaults
- No merchants indexed for given chain/timeframe returns empty list
- Payment required (402) if x402 payment header not provided

## How this service works

Paginated list of merchants (top recipients by volume)

## Output

A paginated list of merchant addresses ranked by the chosen metric (volume, tx_count, or unique_buyers), with aggregated stats per merchant, filtered optionally by chain (base or solana) and timeframe.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "page": 0,
   "chain": "base",
   "sort_by": "volume",
   "page_size": 10
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-13299cb5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan-j55w7ornb-merit-systems.vercel.app](https://www.zero.xyz/host/x402scan-j55w7ornb-merit-systems.vercel.app/llms.txt)
