# x420dog Token Purchase - $5 USDC

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

Purchases $5 USDC worth of x420dog tokens (0xe44DE6EaaA85e5C55D1EeF8fBB1785B03dcD3B07) and delivers them to the caller

## Facts

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

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 x420dog-token-purchase-5-usdc-0ab85831
```

Example prompt: Buy me $5 worth of x420dog tokens right now using the x420.dev API.

## When to prefer this

Use this endpoint when an agent needs to acquire exactly $5 USDC worth of x420dog tokens in a single fixed-amount call. Prefer over the custom-amount endpoint when $5 is the desired spend, and over the $1 endpoint when a larger position is needed in one call.

## Known failure modes

- Insufficient USDC balance — payment rejected
- Smart contract swap failure — swap transaction hash null, tokens not received
- Network congestion causing transaction timeout
- Invalid or misconfigured x402 payment header — 402 Payment Required error
- Liquidity pool insufficient for swap — transaction may revert

## How this service works

Buy 5 USDC worth of x420dog tokens 0xe44DE6EaaA85e5C55D1EeF8fBB1785B03dcD3B07

## Output

Returns a confirmation message, the amount of x420dog tokens received, the USDC amount paid, the send transaction hash, and the swap transaction hash (if applicable).

## 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/x420dog-token-purchase-5-usdc-0ab85831/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x420dog.x420.dev](https://www.zero.xyz/host/x420dog.x420.dev/llms.txt)
