# PEPE Token Purchase - $5 USDC (x420.dev)

> PEPE Token Purchase - $5 USDC (x420.dev) is a paid API for AI agents from pepe.x420.dev, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Buys exactly $5 USDC worth of PEPE meme tokens and delivers them to the caller's wallet via on-chain swap

## Facts

- Endpoint: GET https://pepe.x420.dev/api/puff-5
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pepe-token-purchase-5-usdc-x420-dev-3e4570e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ssXuK2ImZy3lh87dr52jF

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-token-purchase-5-usdc-x420-dev-3e4570e9
```

Example prompt: Buy me $5 worth of PEPE meme tokens right now using USDC — execute the on-chain swap and tell me how many PEPE tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when you want a fixed, predictable $5 USDC purchase of PEPE tokens without needing to specify an amount. Prefer over the custom-amount endpoint when 5 USDC is exactly what you want to spend, and over the $1 endpoint when you want a larger single purchase. Best suited for automated DeFi workflows that need a standardized PEPE buy action.

## Known failure modes

- Insufficient USDC balance — payment of 5 USDC cannot be fulfilled
- Swap slippage too high — PEPE liquidity insufficient at time of call
- On-chain transaction failure — network congestion or gas issues
- Payment protocol (x402) rejection — invalid or missing payment header
- Contract address mismatch or token contract paused

## How this service works

Buy 5 USDC worth of PEPE tokens 0x2CBCb4a8Db7Ebe8E9Be3329A75252E53D0993b07

## Output

Returns a JSON object with a confirmation message, the amount of PEPE tokens received as a string, the USDC amount paid, the send transaction hash (or null), and the swap transaction hash (or null) — confirming the on-chain purchase was executed.

## Response schema (JSON Schema)

```json
{
 "message": "string",
 "tokensReceived": "string",
 "usdcAmountPaid": "string",
 "sendTransactionHash": "string | null",
 "swapTransactionHash": "string | null"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pepe-token-purchase-5-usdc-x420-dev-3e4570e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pepe.x420.dev](https://www.zero.xyz/host/pepe.x420.dev/llms.txt)
