# PennyRail Market Intelligence – Top x402 Sellers

> PennyRail Market Intelligence – Top x402 Sellers is a paid API for AI agents from pennyrail.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns trending top sellers and market intelligence data for x402 micropayment-gated APIs

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/intel/market.x402-trending--top-x402-sellers
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-market-intelligence-top-x402-sellers-65564cc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jGMY6k8_YHbsyECGB4R8

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 pennyrail-market-intelligence-top-x402-sellers-65564cc6 -d '<json body>'
```

Example prompt: Can you pull up the current trending top sellers on the x402 API market and show me which endpoints are performing best right now?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time rankings of top x402 micropayment API sellers and trending market data. Prefer this over generic API directories when you specifically want intelligence about the x402 protocol ecosystem — it is purpose-built for the x402 payment-gated API marketplace rather than traditional REST APIs or SaaS products.

## Known failure modes

- Empty or null input object may return empty results or validation error
- Service unavailable if Vercel deployment is down or cold-starting
- Payment of $0.005 USDC required via x402 protocol — missing or failed payment returns 402 Payment Required
- Market data may be stale or unavailable if upstream data sources are offline
- Malformed response if additionalProperties schema returns unexpected structure

## How this service works

Machine-readable settlement service

## Output

Returns a structured object containing ranked lists of top-performing and trending x402 protocol API sellers, including seller identifiers, popularity metrics, and market positioning data within the x402 micropayment ecosystem.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pennyrail-market-intelligence-top-x402-sellers-65564cc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pennyrail.vercel.app](https://www.zero.xyz/host/pennyrail.vercel.app/llms.txt)
