# PipRail x402 Live Demo

> PipRail x402 Live Demo is a paid API for AI agents from piprail.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a demo response after a $0.01 USDC micropayment on Base via the x402 protocol, demonstrating pay-per-call HTTP monetization.

## Facts

- Endpoint: GET https://piprail.com/x402/demo
- 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/piprail-x402-live-demo-e22724df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4olSBk-xuB7WwJrHpiBCe

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 piprail-x402-live-demo-e22724df
```

Example prompt: Show me the PipRail x402 live demo — pay the $0.01 USDC fee on Base to unlock it and show me what comes back.

## When to prefer this

Use this endpoint when you want to test or demonstrate the x402 pay-per-call protocol with a real $0.01 USDC micropayment on Base. Ideal for verifying x402 client implementations, showcasing HTTP monetization to developers, or confirming that a payment-gated API flow works end-to-end.

## Known failure modes

- Payment not included or invalid — server returns HTTP 402 with payment requirements
- Insufficient USDC balance on Base — payment fails before request completes
- Wrong network used (not Base) — payment rejected
- Malformed x402 payment header — request rejected with 400 or 402

## How this service works

Accept x402 crypto payments on 29 chains — or hand your AI agent a wallet to pay on its own. One line, USDC/USDT/native straight to your wallet. No backend, no fee, MIT.

## Output

After the $0.01 USDC payment on Base is processed via x402, the endpoint returns a demo payload demonstrating a successfully unlocked pay-per-call HTTP response.

## Example request

```json
{
 "properties": "demo"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "paid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/piprail-x402-live-demo-e22724df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from piprail.com](https://www.zero.xyz/host/piprail.com/llms.txt)
