# x402scan Origin Resources Lookup

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

Retrieves all resources associated with a specific origin in the x402 ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/origins/%7Bid%7D/resources
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-origin-resources-lookup-6349235c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eLLK99TNTzxYgMd0oQwI-

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-origin-resources-lookup-6349235c
```

Example prompt: Look up all resources registered to the x402scan origin with ID 'abc123' so I can see what payable endpoints they expose.

## When to prefer this

Use this endpoint when you need to discover or enumerate all x402-payable resources (endpoints, content, APIs) registered under a known origin ID in the x402 ecosystem. Ideal when building an agent that needs to explore what a particular seller or service provider offers on x402scan before purchasing access.

## Known failure modes

- Origin ID not found — returns 404 or empty result
- Invalid or malformed origin ID — returns 400 bad request
- Payment not processed — 402 payment required if micropayment not attached
- Origin has no registered resources — returns empty array
- Network timeout or service unavailability

## How this service works

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

## Output

A list of resources (payable API endpoints or content) associated with the specified origin ID on x402scan, including resource URLs, pricing, and metadata about what each resource provides.

## 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-origin-resources-lookup-6349235c/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)
