# x402scan Origins Resources Listing

> x402scan Origins Resources Listing 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-15).

Returns a paginated list of x402 resources associated with a specific origin/domain (enrichx402.com)

## Facts

- Endpoint: GET https://x402scan-j55w7ornb-merit-systems.vercel.app/api/data/origins/enrichx402-com/resources
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-17e3e011
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FTTlAPzyifUd98cn-3fyu

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-17e3e011
```

Example prompt: Show me all the x402 resources registered under the enrichx402.com origin — give me the first page with 10 results on Base chain.

## When to prefer this

Use this endpoint when you need to enumerate or browse the specific x402-monetized resources/endpoints published under the enrichx402.com domain. Ideal for discovery workflows, auditing what APIs a particular origin has registered in the x402 ecosystem, or building indexes of paid API resources on Base or Solana chains.

## Known failure modes

- Invalid chain enum value returns 400 bad request
- Page index out of range returns empty results or 404
- Origin slug not found returns empty list or 404
- Payment not included or insufficient returns 402 Payment Required
- Rate limiting or server errors return 5xx

## How this service works

Resources for a specific origin/domain

## Output

A paginated list of x402 resources associated with the enrichx402.com origin, including resource metadata such as URLs, payment requirements, and chain information. Supports filtering by chain (base or solana) and pagination via page index and page size.

## Example request

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-17e3e011/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)
