# CriptoNous Pantheon Confluence — Crypto Market Intelligence

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

Returns a confluence of whale flow, smart money, sentiment, and oracle signals for a crypto token via pay-per-query on Solana USDC

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/pantheon.confluence
- Price: $1/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-confluence-crypto-market-intelligence-eeac9eee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eeoLQ3YQEqgRhB3AS-pPm

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-confluence-crypto-market-intelligence-eeac9eee
```

Example prompt: Pull the full confluence of whale flow, smart money, and sentiment signals for SOL right now — I want to see what the on-chain oracle data says before I make a move.

## When to prefer this

Choose this endpoint when you need a multi-signal confluence view of crypto market intelligence — combining whale flow, smart money, sentiment, and oracle data in one call — particularly for Solana-ecosystem tokens, and when you are comfortable paying $1 USDC per query via the x402 micropayment protocol.

## Known failure modes

- Payment failure if USDC balance is insufficient — returns 402 Payment Required
- Invalid or unsupported token symbol — may return empty or error response
- Service unavailable on Railway deployment — returns 503 or timeout
- Missing required method or type fields in input — returns 400 Bad Request
- Rate limiting if too many requests are made in quick succession

## 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

Returns a JSON object confirming payment success (paid: true), the SKU identifier (pantheon.confluence), a passId and receiptId for the transaction, an NFA disclaimer flag, and the underlying confluence intelligence data covering whale flow, smart money signals, sentiment, and oracle indicators for the requested token.

## 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.confluence",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

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