# SYNTHORA Crypto Pulse

> SYNTHORA Crypto Pulse is a paid API for AI agents from trading-pulse.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a composite crypto market intelligence verdict with sentiment, leverage, and price signals plus explicit conflicting-signal analysis, paid via x402 micropayment.

## Facts

- Endpoint: POST https://trading-pulse.hergertsynthora.com/service
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-crypto-pulse-99c0c2ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sw-JPcm1UBDzPuRM0xZox

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 synthora-crypto-pulse-99c0c2ff -d '<json body>'
```

Example prompt: What's the current crypto pulse verdict? Give me the composite score along with any conflicting signals between sentiment, leverage, and price — use the summary mode.

## When to prefer this

Choose this endpoint when you need a synthesized, multi-dimensional crypto market intelligence score rather than a raw feed — especially when you want conflicting signal detection (e.g. bullish sentiment vs bearish leverage) surfaced automatically. Ideal for agents making pre-trade decisions or generating market briefings who need a verdict with supporting evidence, not just raw data. The low per-call cost ($0.03 USDC) makes it suitable for frequent polling.

## Known failure modes

- Payment failure: x402 micropayment not completed or wallet has insufficient USDC on Base — returns payment required error
- Invalid op value: providing a value outside summary/raw/help enum returns a validation error
- Service unavailability: 24/7 intel feed temporarily offline returns a 5xx error
- Stale data: underlying data sources may lag during extreme market events

## How this service works

Crypto pulse verdict from a 24/7 intel specialist: composite score, field-by-field evidence and explicit CONFLICTING signals (sentiment vs leverage vs price). Signed x402 call. 0.03 USDC on Base.

## Output

A JSON object containing a composite crypto market score, field-by-field evidence for each signal dimension (sentiment, leverage, price), and explicit flags for conflicting signals where indicators disagree with each other.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "op": {
   "enum": [
    "summary",
    "raw",
    "help"
   ],
   "type": "string",
   "description": "Operation"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "crypto-pulse",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-crypto-pulse-99c0c2ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trading-pulse.hergertsynthora.com](https://www.zero.xyz/host/trading-pulse.hergertsynthora.com/llms.txt)
