# CriptoNous x402 — Dionisio Heat Signal

> CriptoNous x402 — Dionisio Heat Signal is a paid API for AI agents from cripto-app-v1-production.up.railway.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/dionisio.heat
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-x402-dionisio-heat-signal-1b8486b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HaxY5RJ17m69djDdTOI_1

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-x402-dionisio-heat-signal-1b8486b8
```

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

## When to prefer this

Choose this endpoint when you need real-time on-chain crypto market intelligence — specifically whale flow, smart money positioning, sentiment, and oracle signals — for a specific token, and are willing to pay a $0.03 USDC micropayment per query via x402. It is best suited for agents operating in DeFi or crypto trading contexts on Solana. Prefer alternatives if you need free or subscription-based data, historical bulk data, or coverage beyond the token symbols supported by CriptoNous.

## Known failure modes

- Payment not included or invalid x402 header — returns 402 Payment Required
- Unsupported or unrecognized token symbol — may return empty or error response
- Endpoint temporarily unavailable on Railway hosting — returns 5xx
- Rate limiting or quota exceeded — returns 429
- Missing required method or input fields — returns 400

## 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 with ok status, NFA disclaimer flag, SKU identifier (dionisio.heat), paid confirmation, a passId, and a receiptId, along with the underlying market intelligence data (whale flow, smart money signals, sentiment, oracle signals) 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-x402-dionisio-heat-signal-1b8486b8/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)
