# httpay.xyz x402 Services Directory

> httpay.xyz x402 Services Directory is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a curated directory of all known x402-enabled services, including pricing, categories, and availability status.

## Facts

- Endpoint: POST https://httpay.xyz/api/x402-services
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-18652f15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2sdark0bZABVsiQpQQYrp

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 httpay-xyz-18652f15 -d '<json body>'
```

Example prompt: Can you show me all the x402-enabled services available right now — I want to see what APIs I can call with micropayments, including their categories and pricing?

## When to prefer this

Use this endpoint when an AI agent needs to discover what x402-compatible APIs exist, explore micropayment-enabled services by category, or check the current pricing and status of known x402 services. Prefer this over manual web searches when building agentic workflows that need to dynamically discover callable pay-per-use APIs.

## Known failure modes

- No services returned if directory is empty or all services are offline
- Payment failure if $0.01 USDC is not provided via x402 header
- Stale data if directory has not been recently updated
- 500 error if backend catalog service is unavailable

## How this service works

Complete directory of all known x402-enabled services with pricing, categories, and status. Curated by httpay.xyz.

## Output

A structured directory of known x402-enabled services, each entry including service name, description, pricing in USDC, category tags, and current availability status. Curated and maintained by httpay.xyz.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "pricing": {
   "median": "$0.01/request"
  },
  "services": [
   {
    "name": "CoinGecko x402",
    "price": "$0.01/req",
    "status": "active",
    "category": "Market Data"
   }
  ],
  "totalServices": 8
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-18652f15/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
