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

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

Executes a $5 USDC purchase of BNB tokens, returning the tokens received and transaction hashes for the payment and swap.

## Facts

- Endpoint: GET https://bnb.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/bnb-token-purchase-5-usdc-x420-dev-d318d1c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WndmK7Mc5KOZbthHb9s6M

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 bnb-token-purchase-5-usdc-x420-dev-d318d1c4
```

Example prompt: Buy me $5 worth of BNB tokens right now — use 5 USDC and send the BNB to my wallet 0xB61C31F4F336ADC22E5d4C47e1520B34ffeeFb07.

## When to prefer this

Use this endpoint when an agent needs to purchase exactly $5 USDC worth of BNB tokens in a single on-chain transaction via the x402 pay-per-call protocol. Prefer this over the $1 variant when the user wants a larger minimum purchase in a single call. Ideal for agents automating crypto portfolio rebalancing or acquiring BNB for gas fees on BNB Chain.

## Known failure modes

- Insufficient USDC balance — payment of 5 USDC cannot be completed
- Network congestion causing swap transaction to fail or timeout
- Invalid or unreachable wallet address
- Liquidity pool slippage causing swap to revert
- x402 payment protocol error if payment header is malformed
- Swap transaction hash may be null if the swap is pending or failed post-payment

## How this service works

Buy 5 USDC worth of BNB tokens 0xB61C31F4F336ADC22E5d4C47e1520B34ffeeFb07

## Output

Returns a JSON object with a confirmation message, the amount of BNB tokens received, the USDC amount paid, and transaction hashes for both the payment transfer and the on-chain swap (either or both 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/bnb-token-purchase-5-usdc-x420-dev-d318d1c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bnb.x420.dev](https://www.zero.xyz/host/bnb.x420.dev/llms.txt)
