# CriptoNous Temis Audit — Crypto Market Intelligence

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

Returns on-chain audit-grade market intelligence for a crypto token including whale flows, smart money signals, sentiment, and oracle data, paid per query via x402/USDC.

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/temis.audit
- Price: $2.5/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-audit-crypto-market-intelligence-6d0a8416
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XuRHNNBlmF_ibG6Qm7pPz

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-audit-crypto-market-intelligence-6d0a8416
```

Example prompt: Pull a CriptoNous Temis audit on SOL — I want to see whale flows, smart money signals, and oracle sentiment right now.

## When to prefer this

Choose this endpoint when you need pay-per-query on-chain audit intelligence — specifically whale flow tracking, smart money positioning, oracle-grade signals, and sentiment — for a specific crypto token on Solana, without committing to a subscription. Ideal for agents that need occasional, high-signal market audits rather than continuous data streams.

## Known failure modes

- Insufficient USDC balance — payment fails and query is not processed
- Invalid or unsupported token symbol returns empty or error result
- Network timeout on Solana payment rail causing transaction failure
- Malformed query params result in schema validation error
- Service unavailability returns non-200 response with no audit data

## 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: true), the SKU identifier (temis.audit), a pass ID, a receipt ID, and a non-financial-advice (nfa: true) flag, along with the underlying audit data covering whale flows, 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": "temis.audit",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

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