# CriptoNous x402 — Temis Crystal Crypto Market Intelligence

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

Returns pay-per-query crypto market intelligence (whale flow, smart money, sentiment, oracle signals) for a given token symbol via the temis.crystal SKU.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/temis.crystal
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-x402-temis-crystal-crypto-market-intelligence-74e712cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__mFBloL1MFBNdfF73_Bzs

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-crystal-crypto-market-intelligence-74e712cb
```

Example prompt: Pull the temis.crystal market intelligence report for SOL — I want to see whale flow, smart money signals, and sentiment right now.

## When to prefer this

Choose this endpoint when you need on-chain crypto market intelligence (whale flows, smart money positioning, oracle signals, sentiment) for a specific token on a pay-per-query basis via the x402 micropayment protocol. Prefer it over free aggregators when you need curated signals rather than raw price data, and over subscription APIs when usage is sporadic enough that per-query pricing at $0.15 USDC is more economical.

## Known failure modes

- Payment failure or insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported token symbol — may return empty or error response
- Network/host unavailability on Railway deployment — returns 5xx error
- Missing required 'input' object in request body — returns 400 validation error
- Rate limiting or access restriction — returns 429 or 403

## 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 (temis.crystal), a passId, a receiptId, an NFA disclaimer flag, and the market intelligence payload containing whale flow, smart money signals, sentiment analysis, and oracle signals for the queried 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.crystal",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

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