# BNB Token Purchase - x420.dev (1 USDC)

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

Purchases 1 USDC worth of BNB tokens and delivers them to a specified wallet address on behalf of the caller

## Facts

- Endpoint: GET https://bnb.x420.dev/api/puff
- Price: $1/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-x420-dev-1-usdc-e7822485
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FxvuCC60doz16ajl9CqNh

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-x420-dev-1-usdc-e7822485
```

Example prompt: Buy me 1 USDC worth of BNB tokens right now — go ahead and execute the swap and let me know how many BNB I received and what the transaction hash is.

## When to prefer this

Use this endpoint when you need to acquire a small amount of BNB (Binance Coin) by spending exactly 1 USDC, especially in automated or agent-driven workflows that support x402 micropayment protocol. Prefer the 5 USDC sibling endpoint if you need a larger BNB purchase in a single call.

## Known failure modes

- Payment not received or USDC balance insufficient — transaction fails with error message
- Swap fails due to low liquidity or slippage — swapTransactionHash is null and message contains error
- Network congestion causes timeout — sendTransactionHash returned but swapTransactionHash null
- Invalid wallet address configured — transaction cannot complete
- x402 payment protocol error — 402 response before API call is processed

## How this service works

Buy 1 USDC worth of BNB tokens 0xB61C31F4F336ADC22E5d4C47e1520B34ffeeFb07

## Output

Returns a confirmation message, the amount of BNB tokens received, the USDC amount paid, and optionally the send transaction hash and swap transaction hash on-chain. All fields are strings; transaction hashes may be null if not yet available.

## 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-x420-dev-1-usdc-e7822485/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)
