# CriptoNous Hermes Pulse — Crypto Market Intelligence Signal

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

Returns a real-time composite market intelligence pulse for a crypto token, including whale flow, smart money signals, sentiment, and oracle data, paid per-query via x402 on Solana USDC.

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/hermes.pulse
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-hermes-pulse-crypto-market-intelligence-signal-7cf4ebd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2JRyedxxZ99xT0Zhn-16S

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-hermes-pulse-crypto-market-intelligence-signal-7cf4ebd1
```

Example prompt: What's the current hermes pulse for SOL — give me the whale flow, smart money signals, and sentiment right now.

## When to prefer this

Choose this endpoint when you need a real-time, multi-dimensional crypto market intelligence signal (whale flow + smart money + sentiment + oracle) for a specific token in a single pay-per-query call. Prefer it over general-purpose crypto price APIs when the goal is on-chain behavioral intelligence rather than just price or volume. Best suited for agents conducting pre-trade analysis, monitoring unusual activity, or building signal-driven decision workflows on Solana USDC infrastructure.

## Known failure modes

- Payment failure or insufficient USDC balance — endpoint returns 402 or payment error
- Invalid or unsupported token symbol — endpoint may return empty or error response
- Service unavailability on Railway deployment — 502/503 errors possible
- Missing required method or type fields in request body — 400 bad request
- Rate limiting or quota exceeded — too many requests in a short window

## 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 response confirming payment and containing the composite market intelligence pulse for the requested token, including indicators for whale flow, smart money positioning, sentiment score, and oracle signals. Response includes a receipt ID, pass ID, and 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": "hermes.pulse",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-hermes-pulse-crypto-market-intelligence-signal-7cf4ebd1/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)
