# HTTPay Two Truths One Lie (Crypto)

> HTTPay Two Truths One Lie (Crypto) is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Generates a fun set of two true statements and one false statement about crypto, for trivia or entertainment purposes.

## Facts

- Endpoint: POST https://httpay.xyz/api/two-truths-one-lie
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-two-truths-one-lie-crypto-c1806dfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9sPneglYRCAn287FOJU3F

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-two-truths-one-lie-crypto-c1806dfd -d '<json body>'
```

Example prompt: Give me a two truths and a lie about crypto — I want to use it as a fun icebreaker or trivia challenge with my friends.

## When to prefer this

Use this endpoint when you want a quick, low-cost AI-generated crypto trivia challenge in two-truths-one-lie format, without needing an API key or subscription — ideal for bots, games, or icebreaker tools that accept x402 micropayments.

## Known failure modes

- Payment not provided — returns 402 Payment Required if USDC payment via x402 is not included
- Network timeout or upstream service error returning 5xx
- Malformed response if the generation service is temporarily unavailable

## How this service works

Two truths and a lie about crypto

## Output

Returns a JSON object with a description field containing two true statements and one false statement about cryptocurrency, suitable for trivia or entertainment.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Two truths and a lie about crypto"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-two-truths-one-lie-crypto-c1806dfd/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)
