# httpay.xyz Crypto Fortune Cookie

> httpay.xyz Crypto Fortune Cookie is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a randomly generated fortune cookie message with a crypto or Web3 theme

## Facts

- Endpoint: POST https://httpay.xyz/api/fortune
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-6b09e53b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FLjVmEp5pucCiExadPeXu

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-xyz-6b09e53b -d '<json body>'
```

Example prompt: Give me a crypto fortune cookie — just a fun random fortune with a blockchain or Web3 twist.

## When to prefer this

Use this endpoint when you want a lightweight, fun, crypto-themed random fortune or aphorism — ideal for entertainment bots, daily digest messages, or adding a whimsical touch to a crypto dashboard or newsletter

## Known failure modes

- Payment failure (402): USDC payment of $0.001 not provided or rejected
- Service unavailable (503): backend down
- Empty or malformed response if generation fails

## How this service works

Crypto fortune cookie

## Output

A short, randomly generated fortune cookie message themed around cryptocurrency, blockchain, or Web3 culture — typically a witty or philosophical one-liner

## Example request

```json
{
 "url": "https://httpay.xyz/api/fortune",
 "method": "GET"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Crypto fortune cookie"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-6b09e53b/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)
