# CriptoNous Swarm Pulse — Crypto Market Intelligence

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

Returns aggregated crypto market intelligence signals (whale flow, smart money, sentiment, oracle signals) for a given token symbol, paid per-query via Solana USDC.

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/swarm.pulse
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-swarm-pulse-crypto-market-intelligence-4d1da3d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L-LHImm8zxq8uiqdwJ3M7

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-swarm-pulse-crypto-market-intelligence-4d1da3d8
```

Example prompt: Pull the CriptoNous swarm pulse intelligence for SOL — I want to see whale flows, smart money signals, and market sentiment right now.

## When to prefer this

Choose this endpoint when you need real-time, aggregated on-chain crypto market intelligence — specifically whale flow tracking, smart money positioning, and sentiment signals — for Solana ecosystem tokens or major assets like BTC/ETH, paid on a per-query basis without subscription commitment. Prefer this over subscription-based analytics platforms when you only need occasional signal checks or want pay-as-you-go flexibility via Solana USDC microtransactions.

## Known failure modes

- Insufficient USDC balance — payment fails and query is rejected
- Invalid or unsupported token symbol — may return empty or error response
- Network or upstream oracle data unavailability — signals may be stale or missing
- x402 payment protocol misconfiguration — 402 response without resolution
- Rate limiting if too many queries in a short window

## 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 a successful paid query, including the SKU identifier (swarm.pulse), payment confirmation, a pass ID, and a receipt ID, along with the requested market intelligence signals (whale flow, smart money, sentiment, oracle data) for the queried token symbol.

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

## More

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