# x402.shizu.me Crypto Morning Brief

> x402.shizu.me Crypto Morning Brief is a paid API for AI agents from x402.shizu.me, paid per call via x402, $0.046/call, status unknown (last checked 2026-09-14).

Returns an LLM-written crypto market briefing fusing live headlines, perpetual funding rates, Fear & Greed index, trending coins, and prediction-market odds in one call

## Facts

- Endpoint: GET https://x402.shizu.me/brief
- Price: $0.046/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-shizu-me-crypto-morning-brief-97dfbd21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RM3JHLexA-4xB48VgloDT

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-shizu-me-crypto-morning-brief-97dfbd21
```

Example prompt: Give me a quick crypto market briefing right now — I want the Fear & Greed score, top perpetual funding rates, trending coins, and an LLM-written summary of what's happening in the market today.

## When to prefer this

Use this endpoint when you need a single no-parameter call that delivers a complete, human-readable crypto market snapshot fusing multiple live data sources (news, sentiment, funding, trending) into one synthesized briefing. Prefer this over assembling individual feeds manually when the goal is a morning briefing or market pulse summary rather than raw data for technical analysis.

## Known failure modes

- Upstream data feed unavailable — briefing may be stale or partial
- LLM generation failure — brief field may be null or empty
- Payment not processed (x402) — 402 Payment Required response
- Rate-limited or quota exceeded — HTTP 429

## How this service works

One call, the whole market: an LLM-written crypto briefing fusing live headlines, perp funding, Fear & Greed, trending coins, and prediction-market odds — all from this server's own live feeds. Query: none required. Returns {as_of, brief, data: {sentiment, top_funding, trending}}. The morning-briefing loop, done for you.

## Output

Returns a JSON object with an as_of timestamp, a natural-language LLM-written crypto briefing paragraph, and structured data including sentiment (Fear & Greed index), top perpetual funding rates (per coin), and trending coins list.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "sentiment": 28
  },
  "as_of": "2026-07-13T09:00:00Z",
  "brief": "Markets are risk-off (Fear, 28). BTC funding slightly positive..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-shizu-me-crypto-morning-brief-97dfbd21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.shizu.me](https://www.zero.xyz/host/x402.shizu.me/llms.txt)
