# Proceeds x402 Ping

> Proceeds x402 Ping is a paid API for AI agents from cmp8ipdlp0001jo04z8ncl943-x402.myproceeds.xyz, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

A minimal paid ping endpoint that verifies x402 micropayment flow works end-to-end, returning a simple response after a $1 USDC payment is processed.

## Facts

- Endpoint: GET https://cmp8ipdlp0001jo04z8ncl943-x402.myproceeds.xyz/api/x402/pay/cmp8ipdlp0001jo04z8ncl943/ping
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proceeds-x402-ping-36e450a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sQVPCP5nCRrL0a3lVT3GE

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 proceeds-x402-ping-36e450a9
```

Example prompt: Send a test ping to the Proceeds x402 endpoint to confirm my $1 USDC micropayment flow is working correctly.

## When to prefer this

Use this endpoint specifically when you need to test or smoke-test an x402 micropayment integration using the Proceeds platform. It is a purpose-built diagnostic ping rather than a functional data API, making it ideal for verifying that the pay-per-call USDC payment flow (x402 protocol) is configured and operational before building on top of it.

## Known failure modes

- Insufficient USDC balance — payment fails with 402 Payment Required
- Invalid or missing x402 payment header — 402 error returned
- Network timeout reaching myproceeds.xyz upstream
- Upstream API unavailable — 503 or gateway error
- Payment facilitator rejects transaction — financial error code

## How this service works

Drop-in x402 payment for APIs and digital content

## Output

A simple ping/pong style response body (open schema) confirming the endpoint was reached and the x402 payment of $1 USDC was successfully processed. The response may include a status or confirmation message from the upstream Proceeds service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "params": {
   "type": "object",
   "description": "Query parameters are forwarded to the upstream API unchanged."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proceeds-x402-ping-36e450a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cmp8ipdlp0001jo04z8ncl943-x402.myproceeds.xyz](https://www.zero.xyz/host/cmp8ipdlp0001jo04z8ncl943-x402.myproceeds.xyz/llms.txt)
