# x402scan Resources API

> x402scan Resources API is a paid API for AI agents from x402scan.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-07-06).

Returns a list of x402-protocol resources (paid API endpoints) registered in the x402 ecosystem explorer

## Facts

- Endpoint: GET https://x402scan.com/api/x402/resources
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-06
- Success rate: 100% of calls made through Zero
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-resources-api-edb9e339
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jTpkBH3pPLmOhmlHs-fsZ

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-resources-api-edb9e339
```

Example prompt: Show me all the resources currently listed in the x402scan ecosystem explorer so I can see what paid API endpoints are available for agents to call.

## When to prefer this

Use this endpoint when you need to discover or enumerate available paid resources/endpoints in the x402 ecosystem. Ideal for agents that need to find what x402-compatible APIs exist, who offers them, and what they cost before deciding which to call.

## Known failure modes

- Invalid or malformed query parameters return 400 error
- No resources found matching filter criteria returns empty list
- Service unavailable or payment processing failure returns 402 or 503
- Rate limiting may occur with too many requests

## How this service works

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

## Output

A list of x402 resources registered in the ecosystem, likely including resource URLs, seller/origin info, pricing, and metadata about each payable endpoint available in the x402 network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-resources-api-edb9e339/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan.com](https://www.zero.xyz/host/x402scan.com/llms.txt)
