# LNPay Market x402 Protected Resource Agent Endpoint

> LNPay Market x402 Protected Resource Agent Endpoint is a paid API for AI agents from market.lnpay.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Provides access to a pay-per-call protected resource via the x402 HTTP payment protocol, charging $0.01 USDC per request

## Facts

- Endpoint: POST https://market.lnpay.ai/x402/agent
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-lnpay-ai-963a6fce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4UubrZgRUOmxopDTQzaD

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 market-lnpay-ai-963a6fce -d '<json body>'
```

Example prompt: Call the LNPay Market protected resource endpoint using my x402 USDC wallet — it costs $0.01 per call and I need whatever data it returns for my agent workflow.

## When to prefer this

Choose this endpoint when your AI agent needs to access a pay-per-call protected resource on the LNPay agentic marketplace and supports the x402 HTTP payment protocol with USDC. Ideal for agents with built-in micropayment capabilities needing low-cost ($0.01) per-call access to gated resources without subscription overhead.

## Known failure modes

- Payment not included or malformed x402 header — returns 402 Payment Required
- Insufficient USDC balance — payment fails, resource not unlocked
- Invalid or expired payment token — authentication rejected
- Network timeout — no response from protected resource
- Rate limiting — too many requests in short window

## How this service works

Access to protected resource

## Output

Returns the response body of the protected resource after successful x402 micropayment verification; exact content depends on the underlying resource but typically includes structured data or a confirmation payload accessible only after the $0.01 USDC payment clears.

## Example request

```json
{
 "query": "artificial intelligence",
 "method": "GET",
 "endpoint": "https://market.lnpay.ai/x402/agent"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-lnpay-ai-963a6fce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.lnpay.ai](https://www.zero.xyz/host/market.lnpay.ai/llms.txt)
