# X420Bot Token Purchase - $5 USDC

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

Purchases exactly $5 USDC worth of X420Bot tokens (0x02b4C075034DCf750B89D3A4137e97c538975b07) on behalf of the caller

## Facts

- Endpoint: GET https://x420bot.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/x420bot-token-purchase-5-usdc-a360151f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xwg-Kg3nHoKa3cybO0IhX

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 x420bot-token-purchase-5-usdc-a360151f
```

Example prompt: Buy $5 worth of X420Bot tokens for me using USDC — the token contract is 0x02b4C075034DCf750B89D3A4137e97c538975b07.

## When to prefer this

Use this endpoint when you want to purchase a fixed $5 USDC amount of X420Bot tokens without needing to specify a custom amount. Prefer the sibling custom-amount endpoint if you need a different spend value, or the $1 endpoint for smaller purchases.

## Known failure modes

- Insufficient USDC balance — payment of $5 fails
- x402 payment not accepted — wrong payment header or wallet
- Swap fails on-chain — liquidity or slippage issue, swap transaction hash null
- Token contract unreachable — contract address issue or network outage
- Network congestion — transaction pending or dropped

## How this service works

Buy 5 USDC worth of X420Bot tokens 0x02b4C075034DCf750B89D3A4137e97c538975b07

## Output

Returns a JSON object with a message confirming the purchase, the amount of X420Bot tokens received, the USDC amount paid, a send transaction hash, and a swap transaction hash (both hashes may be null if not yet confirmed).

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