# CriptoNous Pantheon War Council — Crypto Market Intelligence Signal

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

Returns a composite crypto market intelligence report (whale flow, smart money, sentiment, oracle signals) for a given token symbol, paid per query via x402/USDC.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/pantheon.war_council
- Price: $6/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-war-council-crypto-market-intelligence-signal-ffeef14d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FgnJwLJl5UEiZTkisrXro

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-war-council-crypto-market-intelligence-signal-ffeef14d
```

Example prompt: Pull the CriptoNous war council intelligence report for SOL — I want to see the whale flow, smart money signals, and current sentiment.

## When to prefer this

Choose this endpoint when you need a multi-dimensional on-chain intelligence snapshot — combining whale flow, smart money, sentiment, and oracle signals — for a specific crypto token in a single pay-per-query call. Prefer this over generic price APIs when you need behavioral and positional market intelligence, not just spot price. Best suited for pre-trade research, token due diligence, or monitoring smart money behavior on Solana-ecosystem tokens.

## Known failure modes

- Payment failure: x402 USDC payment not completed or insufficient balance — endpoint returns 402 Payment Required
- Invalid symbol: unrecognized or unsupported token symbol may return empty or null signal data
- Service unavailability: Railway-hosted app may be intermittently unavailable, returning 5xx errors
- Rate or quota limits: repeated calls in rapid succession may be throttled
- No data available: if the requested token has no on-chain signal data, response may be sparse or empty

## 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.war_council' intelligence payload — including whale flow data, smart money signals, market sentiment indicators, and oracle signals for the requested token symbol. Also includes metadata fields: ok, nfa flag (always true), 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.war_council",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-pantheon-war-council-crypto-market-intelligence-signal-ffeef14d/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)
