# HTTPay Degen Dice

> HTTPay Degen Dice 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 random humorous or cryptic fortune about what will happen to your crypto portfolio today, framed as a dice roll.

## Facts

- Endpoint: POST https://httpay.xyz/api/degen-dice
- 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-degen-dice-476f867f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zjOWrEew5qKx-68YKH7zo

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-degen-dice-476f867f -d '<json body>'
```

Example prompt: Roll the degen dice and tell me what's going to happen to my crypto portfolio today.

## When to prefer this

Use this endpoint when you want a fun, randomized crypto portfolio fortune or humor-driven content for a degen-themed app or chatbot. Not suitable for real financial advice or deterministic portfolio analysis.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Network error on Base chain payment processing — returns 5xx
- Rate limiting or service unavailability — returns 503

## How this service works

Roll the degen dice — what happens to your portfolio today?

## Output

A JSON object with a 'description' field containing a short, humorous or cryptic fortune about what will happen to your portfolio — phrased as if fate has spoken after rolling dice.

## Example request

```json
{
 "rolls": 1,
 "sides": 6
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Roll the degen dice — what happens to your portfolio today?"
 }
}
```

## More

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