# CRYPTYX AI Market Brief

> CRYPTYX AI Market Brief is a paid API for AI agents from cryptyx.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns an AI-generated intelligence brief summarizing current crypto market conditions across hundreds of metrics and signals

## Facts

- Endpoint: GET https://cryptyx.ai/api/v1/ai/market-brief
- 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/cryptyx-ai-market-brief-8fbc94c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g-xIZSU-39sRcjDaDXfuA

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 cryptyx-ai-market-brief-8fbc94c6
```

Example prompt: Give me CRYPTYX's AI market brief — I want a synthesized intelligence summary of what's happening across crypto markets right now, covering the key signals and metrics.

## When to prefer this

Choose this endpoint when you need a fast, synthesized AI-generated overview of the entire crypto market landscape rather than raw data on a single asset. Ideal for morning briefings, pre-trade context, or when an agent needs to orient itself to current market conditions before deeper analysis.

## Known failure modes

- Payment of $0.01 USDC not provided or rejected — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Market data temporarily unavailable — returns 503 Service Unavailable
- Malformed request structure — returns 400 Bad Request

## How this service works

Single-call LLM grounding bundle — top 10 and bottom 5 composite-ranked assets, all signals triggered today, 30-day factor breadth across 8 classes, plus a ready-to-drop plaintext brief for an agent prompt. Runs across 200+ digital assets — BTC, ETH, SOL, top-cap + long-tail coverage.

## Output

An AI-generated market intelligence brief covering current conditions across hundreds of crypto metrics and signals, distilled into a concise, actionable summary for digital asset operators.

## 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"
    },
    "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/cryptyx-ai-market-brief-8fbc94c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptyx.ai](https://www.zero.xyz/host/cryptyx.ai/llms.txt)
