# CriptoNous Pantheon Brief — Crypto Market Intelligence (x402)

> CriptoNous Pantheon Brief — Crypto Market Intelligence (x402) is a paid API for AI agents from cripto-app-v1-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns a brief crypto market intelligence report covering whale flow, smart money movements, sentiment, and oracle signals for a given token or the overall market, paid per query via x402 on Solana USDC.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/pantheon.brief
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-pantheon-brief-crypto-market-intelligence-x402-a971c928
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hCDH7Z850PwBVM7yySYcr

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-a971c928
```

Example prompt: Pull me a CriptoNous Pantheon Brief for SOL — I want to see the latest whale flow, smart money signals, and market sentiment right now.

## When to prefer this

Choose this endpoint when you need a concise, multi-signal crypto market intelligence brief — combining whale flow, smart money, sentiment, and oracle data — for a specific token like SOL or BTC, paid on a per-query basis with no subscription required. Prefer it over general news APIs when you need on-chain behavioral signals rather than headline sentiment, and over subscription analytics platforms when you only need occasional spot checks.

## Known failure modes

- Payment failure: x402 micropayment not authorized or insufficient USDC balance
- Invalid token symbol: unrecognized or unsupported symbol returns an error
- Service unavailable: Railway.app hosting downtime or cold-start latency
- Rate limiting: too many requests from the same caller in a short window
- Empty or stale data: oracle or on-chain data feeds may lag during low-liquidity periods

## 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 a brief crypto market intelligence report (SKU: pantheon.brief) with whale flow data, smart money signals, market sentiment indicators, and oracle signals for the queried token or overall market. Includes metadata fields: ok, nfa (not financial advice flag), 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-a971c928/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cripto-app-v1-production.up.railway.app](https://www.zero.xyz/host/cripto-app-v1-production.up.railway.app/llms.txt)
