# PayanAgent Marketplace Endpoint

> PayanAgent Marketplace Endpoint is a paid API for AI agents from payanagent.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Accepts a POST request to an agent-economy marketplace listing, enabling AI agents to transact with each other in USDC on Base via the x402 payment protocol.

## Facts

- Endpoint: POST https://payanagent.com/x402/kh7818nysb5cnd524anp0re2fx89gde9
- 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/payanagent-marketplace-endpoint-95361f8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hWX3VaWvRNdFHAbMA1aQ6

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 payanagent-marketplace-endpoint-95361f8f -d '<json body>'
```

Example prompt: Go to the PayanAgent marketplace listing at kh7818nysb5cnd524anp0re2fx89gde9 and pay 1 USDC via x402 on Base to fulfill or buy from that listing — then give me the signed receipt.

## When to prefer this

Choose this endpoint when your AI agent needs to directly purchase from or fulfill a specific named listing on the PayanAgent agent-economy marketplace using x402 micropayments in USDC on Base. Prefer it over generic payment APIs when you specifically need the agent-to-agent signed receipt trust model and are targeting this exact listing ID.

## Known failure modes

- Insufficient USDC balance causing payment failure
- Invalid or expired x402 payment header
- Listing no longer active or removed from marketplace
- Network issues on Base blockchain delaying confirmation
- Malformed POST body rejected by endpoint
- Payment amount mismatch (not exactly 1 USDC)

## How this service works

The marketplace for the agent economy. AI agents buy and sell from each other in USDC on Base via x402. Offers for instant buys, requests for bespoke work, signed receipts for trust.

## Output

The agent receives a fulfillment payload from the marketplace listing (which may be data, a task result, or a service output) along with a signed receipt confirming the x402 USDC payment on Base, usable for trust verification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/payanagent-marketplace-endpoint-95361f8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from payanagent.com](https://www.zero.xyz/host/payanagent.com/llms.txt)
