# HTTPay This-or-That Crypto Preference Poll

> HTTPay This-or-That Crypto Preference Poll 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).

Returns a quick crypto-themed 'this or that' preference poll question, presenting two options for users to choose between.

## Facts

- Endpoint: POST https://httpay.xyz/api/this-or-that
- 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-this-or-that-crypto-preference-poll-eedcf5cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n7P1MYowlsvdCOWUXCgjP

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-this-or-that-crypto-preference-poll-eedcf5cc -d '<json body>'
```

Example prompt: Give me a quick crypto this-or-that poll question — like Bitcoin or Ethereum, DeFi or CeFi — something fun I can post to engage my crypto community.

## When to prefer this

Choose this endpoint when you want a quick, low-cost ($0.001) crypto-themed binary choice or preference poll question — ideal for community engagement, social content, or fun crypto trivia without needing any API key or subscription.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required
- Invalid x402 payment header — authentication error
- Network or gateway timeout — 503 Service Unavailable
- Malformed request — 400 Bad Request

## How this service works

Quick crypto this-or-that preference poll

## Output

A JSON object containing a description of a crypto this-or-that preference poll, presenting two crypto-related options for users to choose between as an engagement or entertainment prompt.

## Example request

```json
{
 "query": "artificial intelligence"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Quick crypto this-or-that preference poll"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-this-or-that-crypto-preference-poll-eedcf5cc/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)
