# CriptoNous Temis Crystal — Crypto Market Intelligence (x402)

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

Returns on-demand crypto market intelligence including whale flows, smart money signals, sentiment, and oracle data for a given token, billed per query via x402 on Solana USDC.

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/temis.crystal
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-temis-crystal-crypto-market-intelligence-x402-943362b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VJw5kni4cBjAfr46rqHRX

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-temis-crystal-crypto-market-intelligence-x402-943362b7
```

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

## When to prefer this

Choose this endpoint when you need on-chain crypto market intelligence combining whale flows, smart money activity, sentiment, and oracle signals in a single pay-per-query call using Solana USDC via x402. Prefer it over generic price APIs when you need behavioral and flow-based signals rather than raw price data, and when a micropayment model is acceptable for low-frequency, high-quality lookups.

## Known failure modes

- Insufficient USDC balance — payment fails and no data is returned
- Invalid or unsupported token symbol — may return empty or error response
- x402 payment protocol misconfiguration — 402 response without data
- Rate limiting or server-side throttling if called too frequently
- Token symbol not covered by CriptoNous data sources — missing intelligence fields

## 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 (paid, passId, receiptId), the SKU (temis.crystal), and the intelligence payload including whale flow data, smart money signals, market sentiment, and oracle signals for the requested token. The nfa flag confirms the data is for analysis only.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-temis-crystal-crypto-market-intelligence-x402-943362b7/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)
