# dog.x420.dev DOG Token Purchase

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

Purchases 1 USDC worth of DOG tokens (contract 0xC6BCf27D02B724ad9869f138b1A41024648E4b07) on behalf of the caller, returning token amount received and transaction hashes

## Facts

- Endpoint: POST https://dog.x420.dev/api/puff
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dog-x420-dev-02740ac1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r8n3Z-JDMppQuH-tNNy70

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 dog-x420-dev-02740ac1 -d '<json body>'
```

Example prompt: Buy me 1 USDC worth of DOG tokens — use the on-chain swap at contract 0xC6BCf27D02B724ad9869f138b1A41024648E4b07 and tell me how many tokens I received and the transaction hash.

## When to prefer this

Use this endpoint when an agent needs to autonomously purchase exactly 1 USDC worth of DOG tokens on-chain via an x402 micropayment flow, and wants back the token amount received plus on-chain transaction hashes for both the payment and the swap.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Smart contract swap failure — swap transaction hash is null and tokens not received
- Network congestion causing transaction timeout
- Invalid or unreachable contract address
- x402 payment protocol failure — USDC transfer rejected

## How this service works

Buy 1 USDC worth of DOG tokens 0xC6BCf27D02B724ad9869f138b1A41024648E4b07

## Output

Returns a message confirming the purchase, the number of DOG tokens received, the USDC amount paid, the send transaction hash, and the swap transaction hash (or null if unavailable).

## 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/dog-x420-dev-02740ac1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dog.x420.dev](https://www.zero.xyz/host/dog.x420.dev/llms.txt)
