# CriptoNous x402 — 24h Crypto Market Intelligence Session

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

Delivers a 24-hour session of pay-per-query crypto market intelligence including whale flow, smart money signals, sentiment analysis, and oracle data for a specified token.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/session.24h
- Price: $9/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-24h-crypto-market-intelligence-session-147a85ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7VafSpWUaEK-6wXf4W6EF

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-24h-crypto-market-intelligence-session-147a85ef
```

Example prompt: Pull me a 24-hour CriptoNous market intelligence session 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 consolidated, real-time on-chain crypto market intelligence combining whale flow, smart money tracking, sentiment, and oracle signals in a single pay-per-query call. It is best suited for agents that need actionable crypto analysis for a specific token on a 24-hour session basis and are operating with a Solana USDC payment wallet. Prefer this over generic price APIs when depth of on-chain signal (whale and smart money activity) is more important than raw price data.

## Known failure modes

- Payment failure — insufficient USDC balance on Solana results in 402 Payment Required
- Invalid token symbol — unrecognized or unsupported symbol returns an error
- Session already active — duplicate session request may return a conflict or existing pass
- Rate limiting — too many requests within a session window
- Service downtime — Railway hosting outages may cause 502/503 responses

## 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 and session creation, including the session SKU (session.24h), a pass ID, and receipt ID, along with the requested market intelligence data such as whale flow, smart money signals, market sentiment, and oracle signals for the queried token. The response includes an NFA disclaimer flag.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-x402-24h-crypto-market-intelligence-session-147a85ef/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)
