# PEPE/USD Live Price Feed

> PEPE/USD Live Price Feed is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current real-time PEPE (Pepe meme coin) to USD price with source and timestamp

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/pepe/usd/pepe-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pepe-usd-live-price-feed-b0bbbe1c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E1M4XPS_bQrUPS3XprMRp

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 pepe-usd-live-price-feed-b0bbbe1c
```

Example prompt: What's the current price of PEPE in USD right now?

## When to prefer this

Use this endpoint when you need a single real-time PEPE/USD spot price with minimal setup — no parameters required, just a GET request. Prefer this over general market data aggregators when you need a lightweight, pay-per-call micropayment model via x402 and only need PEPE pricing specifically.

## Known failure modes

- Price feed unavailable or stale — upstream data source outage
- Payment failure — 402 response if x402 payment not provided or insufficient
- Rate limiting — too many requests without proper payment tokens
- Invalid pair routing — unlikely given zero-param endpoint but possible if URL is malformed

## How this service works

Live PEPE to USD price (Pepe / US Dollar). Zero-param: GET returns current price. 佩佩币美元实时价格行情。ペペ/米ドル 価格。Precio Pepe dólar. 페페 달러 시세. pepe usd, pepe-usd, PEPE price. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the base currency (PEPE), quote currency (USD), the pair identifier (pepe-usd), the current numeric price in USD, the data source, and the as_of timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pepe-usd-live-price-feed-b0bbbe1c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
