# HTTPay Blockchain Mad Libs Generator

> HTTPay Blockchain Mad Libs Generator is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Generates a crypto-themed mad libs story with blockchain/DeFi vocabulary and humor

## Facts

- Endpoint: POST https://httpay.xyz/api/blockchain-mad-libs
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-blockchain-mad-libs-generator-f413e34c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1HC6wO74zB-VShVTjm3Ur

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 httpay-blockchain-mad-libs-generator-f413e34c -d '<json body>'
```

Example prompt: Give me a funny crypto-themed mad libs story — one of those fill-in-the-blank narrative things but with blockchain and DeFi vocabulary.

## When to prefer this

Choose this endpoint when you want a lighthearted, randomly generated crypto/blockchain-themed narrative or joke story for entertainment, social content, or testing. It requires no input parameters and costs only $0.002 USDC via x402 on Base — ideal for agents needing a fun crypto content snippet without API keys or subscriptions.

## Known failure modes

- Payment not provided — returns 402 with x402 payment challenge
- Insufficient USDC balance — payment fails and story is not returned
- Network issues with Base blockchain causing payment timeout
- Rate limiting or server errors returning 5xx responses

## How this service works

Crypto-themed mad libs story

## Output

Returns a JSON object containing a crypto-themed mad libs story string, e.g. a humorous narrative incorporating blockchain, DeFi, and Web3 terminology in a playful fill-in-the-blank style.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Crypto-themed mad libs story"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-blockchain-mad-libs-generator-f413e34c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
