# CriptoNous Hermes Pulse — Crypto Market Intelligence Signal

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

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

## Facts

- Endpoint: GET https://app.criptonous.com/x402/resource/hermes.pulse
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-hermes-pulse-crypto-market-intelligence-signal-9942629c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LJIGunkjU3b0Gl2TuUUYU

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-9942629c
```

Example prompt: Pull the Hermes Pulse signal for SOL right now — I want to see whale flow, smart money positioning, and market sentiment in one shot.

## When to prefer this

Choose this endpoint when you need a single, aggregated on-chain intelligence signal for a specific crypto token that combines whale flow, smart money positioning, sentiment, and oracle data in one pay-per-query call — ideal for agents that need real-time crypto market context without a subscription, paying only $0.02 USDC per query via x402 on Solana.

## Known failure modes

- Payment failure if USDC balance is insufficient on Solana — returns 402 Payment Required
- Invalid or unsupported token symbol returns an error or empty signal
- Network latency or Solana congestion may delay response
- Missing required parameters (type, method) returns a 400 Bad Request
- Rate limiting if too many queries are fired in quick succession

## 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 containing the pulse analysis for the queried token, including whale flow data, smart money signals, market sentiment readings, and oracle indicators, along with a pass ID and receipt ID for the transaction.

## 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-9942629c/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)
