# x402 Horoscope API (Testnet)

> x402 Horoscope API (Testnet) is a paid API for AI agents from x402-tools.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns an AI-generated daily horoscope reading, payable via x402 micropayment on testnet at $0.01 USDC per call

## Facts

- Endpoint: POST https://x402-tools.vercel.app/api/horoscope/testnet
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-horoscope-api-testnet-0bc7e2bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ggKvicdEWbNRtxZj0W8y

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 x402-horoscope-api-testnet-0bc7e2bc -d '<json body>'
```

Example prompt: Can you grab me a horoscope reading for today using the x402 testnet horoscope service — I want to see what kind of creative astrological insight it generates?

## When to prefer this

Choose this endpoint when you want a fun, AI-generated daily horoscope reading and need to demonstrate or test x402 micropayment flows on testnet. Ideal for developers building x402-enabled apps or agents that consume paid content APIs with USDC on testnet.

## Known failure modes

- Payment not included or invalid x402 token — returns 402 Payment Required
- Testnet payment credentials rejected — payment verification failure
- Service unavailable on Vercel deployment — 500 or timeout
- Malformed request body — 400 Bad Request

## How this service works

Handy tools and services that accept x402 payments

## Output

A JSON object with a 'success' boolean (true on success) and a 'data' string containing a freshly generated horoscope reading, e.g. 'You may feel a surge of creative energy today...'

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": "You may feel a surge of creative energy today...",
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-horoscope-api-testnet-0bc7e2bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-tools.vercel.app](https://www.zero.xyz/host/x402-tools.vercel.app/llms.txt)
