# CriptoNous Pantheon Brief — Crypto Market Intelligence (x402)

> CriptoNous Pantheon Brief — Crypto Market Intelligence (x402) is a paid API for AI agents from app.criptonous.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns a concise crypto market intelligence brief covering whale flows, smart money activity, sentiment, and oracle signals for a given token, paid per-query via x402 on Solana USDC.

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/pantheon.brief
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-pantheon-brief-crypto-market-intelligence-x402-674b6c6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hQt8sws5Mz6I3ER1SR1LR

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 criptonous-pantheon-brief-crypto-market-intelligence-x402-674b6c6d
```

Example prompt: Give me the CriptoNous Pantheon brief for SOL — I want to see the current whale flows, smart money activity, and market sentiment right now.

## When to prefer this

Choose this endpoint when you need a concise, multi-signal crypto market intelligence snapshot (whale flows + smart money + sentiment + oracle) for a specific token, paid on a per-query basis without a subscription. Ideal for agents that only occasionally need market intelligence and want to avoid recurring fees, or for on-demand pre-trade research workflows. Prefer over free alternatives when on-chain whale and smart money signals are required, and over subscription APIs when usage is infrequent.

## Known failure modes

- Payment not received or x402 handshake fails — returns 402 Payment Required
- Invalid or unsupported token symbol — may return empty or error response
- Network latency or Solana RPC issues causing delayed payment confirmation
- Rate limiting if multiple requests are sent in rapid succession
- No symbol provided returns a general brief rather than token-specific intelligence

## How this service works

CriptoNous x402 — pay-per-query crypto market intelligence on Solana USDC: whale flow, smart money, sentiment, oracle signals. NFA — analysis only.

## Output

A JSON object confirming payment and containing the 'pantheon.brief' SKU output: whale flow signals, smart money positioning, market sentiment, and oracle signals for the requested token (or a general brief if no symbol is specified). Includes metadata fields: ok (bool), nfa (always true — not financial advice), sku, paid status, passId, and receiptId.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "symbol": {
       "type": "string",
       "description": "Optional token symbol (e.g. SOL, BTC)."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "nfa": true,
  "sku": "pantheon.brief",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-pantheon-brief-crypto-market-intelligence-x402-674b6c6d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.criptonous.com](https://www.zero.xyz/host/app.criptonous.com/llms.txt)
