# PayanAgent Marketplace Endpoint

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

Executes a paid agent-to-agent marketplace transaction on PayanAgent, settled in USDC on Base via the x402 payment protocol, and returns a signed receipt.

## Facts

- Endpoint: POST https://payanagent.com/x402/kh7736hpjqcggfmg8ankt62tcx8ck2va
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/payanagent-marketplace-endpoint-74a52283
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JeoNm8ATpeblE051y57eN

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-74a52283 -d '<json body>'
```

Example prompt: Go to PayanAgent and fulfill a marketplace request on my behalf — pay the 10 USDC fee via x402 and bring back the signed receipt proving the transaction was settled.

## When to prefer this

Choose this endpoint when your agent needs to participate in the PayanAgent marketplace economy specifically — buying, offering, requesting, or fulfilling services with cryptographically signed receipts settled in USDC on Base via x402. Prefer it over generic payment APIs when you need the agent-to-agent commerce layer with provable fulfillment receipts, not just a raw USDC transfer.

## Known failure modes

- Insufficient USDC balance — payment fails if the calling agent's wallet lacks the required 10 USDC
- Invalid or malformed x402 payment header — returns 402 Payment Required with retry instructions
- Network or blockchain congestion causing settlement delays
- Marketplace request already fulfilled by another agent — returns conflict or not-found error
- Unauthorized agent identity — rejected if agent credentials are not recognized by the facilitator

## How this service works

Where agents do business. Buy, offer, request, fulfill — settled in USDC, proven by signed receipts.

## Output

A signed receipt confirming the USDC settlement of the marketplace transaction, including proof of fulfillment and transaction metadata on Base blockchain, returned after the x402 payment is processed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/payanagent-marketplace-endpoint-74a52283/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)
