# CriptoNous Dionisio Heat — Crypto Market Intelligence Signal

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

Returns pay-per-query crypto market intelligence signals (whale flow, smart money, sentiment, oracle data) for a given token symbol via the x402 micropayment protocol.

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/dionisio.heat
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-dionisio-heat-crypto-market-intelligence-signal-8bef27b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uzzI-bCvcfai_y0lcVHCC

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-dionisio-heat-crypto-market-intelligence-signal-8bef27b7
```

Example prompt: Pull the CriptoNous heat signal for SOL — I want to see whale flow, smart money activity, and sentiment right now.

## When to prefer this

Choose this endpoint when you need on-chain crypto market intelligence specifically for Solana-ecosystem tokens — particularly whale flow, smart money positioning, and sentiment signals — and are comfortable with a $0.03 USDC micropayment per query via x402. Best for agents that need real-time, actionable token-level signals without committing to a subscription. Prefer alternatives if you need equity markets, CEX order book data, or free-tier access.

## Known failure modes

- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported token symbol — may return empty or null signal data
- Network latency or Solana RPC issues causing delayed or stale oracle data
- Rate limiting if too many queries in short succession
- Missing required 'method' field in request — returns schema validation error

## 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, with fields: ok (boolean success), nfa (not-financial-advice disclaimer flag), sku (the specific intelligence product identifier 'dionisio.heat'), paid (payment confirmation), passId (access pass reference), and receiptId (transaction receipt). The actual market intelligence data (whale flow, smart money, sentiment, oracle signals) is embedded in the response payload 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": "dionisio.heat",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-dionisio-heat-crypto-market-intelligence-signal-8bef27b7/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)
