# Lady Fortuna LX402 Fortune API

> Lady Fortuna LX402 Fortune API is a paid API for AI agents from ladyfortunalx402.vercel.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a random fortune message, accessed via a micropayment on Base mainnet using the x402 protocol.

## Facts

- Endpoint: GET https://ladyfortunalx402.vercel.app/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/lady-fortuna-lx402-fortune-api-bca7f903
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FM6tokFLAuKEo_dTtQbTI

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 lady-fortuna-lx402-fortune-api-bca7f903
```

Example prompt: Get me a random fortune from Lady Fortuna — go ahead and pay the small USDC fee on Base to unlock it.

## When to prefer this

Use this endpoint when a user wants a fun, random fortune or lucky message and is comfortable with a tiny USDC micropayment via the x402 protocol on Base mainnet. Ideal for entertainment, novelty, or demonstrating x402 pay-per-call API patterns.

## Known failure modes

- Payment not authorized or insufficient USDC balance — x402 payment rejected
- Network issues reaching Base mainnet — timeout or connectivity error
- Invalid or missing x402 payment header — 402 Payment Required response
- Server error on Vercel deployment — 500 Internal Server Error

## How this service works

Get a random fortune via x402 payment on Base mainnet.

## Output

A random fortune message or quote returned after a successful x402 micropayment of $0.001 USDC on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lady-fortuna-lx402-fortune-api-bca7f903/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ladyfortunalx402.vercel.app](https://www.zero.xyz/host/ladyfortunalx402.vercel.app/llms.txt)
