# CriptoNous x402 — Temis Audit Crypto Intelligence

> CriptoNous x402 — Temis Audit Crypto Intelligence is a paid API for AI agents from cripto-app-v1-production.up.railway.app, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-14).

Returns a crypto market audit signal (whale flow, smart money, sentiment, oracle data) for a given token, paid per-query via x402 on Solana USDC.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/temis.audit
- Price: $2.5/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-temis-audit-crypto-intelligence-fcb1eb33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0OBJxxPFRoEMNRI46g9Bg

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-temis-audit-crypto-intelligence-fcb1eb33
```

Example prompt: Pull a CriptoNous temis audit for SOL — I want to see the whale flow, smart money, and oracle signals for it right now.

## When to prefer this

Choose this endpoint when you need a consolidated crypto market intelligence audit — combining whale flow, smart money positioning, sentiment, and oracle signals — for a specific token, and are willing to pay $2.50 USDC per query. Prefer this over free endpoints when signal quality and on-chain depth matter. Best suited for per-decision, high-stakes queries rather than high-frequency polling.

## Known failure modes

- Payment failure if insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported token symbol — may return error or empty signal
- Network unavailability of the Railway-hosted service — returns 5xx
- Missing required input fields — returns 400 Bad Request
- Token symbol not recognized in oracle/whale data — returns empty or null signal 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

A JSON object confirming payment and returning audit metadata including: ok status, nfa disclaimer flag, SKU identifier (temis.audit), paid confirmation, a passId, and a receiptId. The actual market intelligence signal (whale flow, sentiment, oracle data) is embedded in or linked from this response payload.

## 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-x402-temis-audit-crypto-intelligence-fcb1eb33/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)
