# SYNTHORA Market Pulse

> SYNTHORA Market Pulse is a paid API for AI agents from marketpulse.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a combined crypto market sentiment snapshot including the Fear & Greed Index, global market cap, BTC dominance, and momentum signals in a single call

## Facts

- Endpoint: POST https://marketpulse.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-market-pulse-bfde2265
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cJuipobqueqK7zBjE1RGm

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-market-pulse-bfde2265 -d '<json body>'
```

Example prompt: What's the current crypto market pulse for Bitcoin — give me the Fear & Greed Index, BTC dominance, global market cap, and any momentum signals right now.

## When to prefer this

Choose this endpoint when you need a holistic crypto market sentiment snapshot in a single call rather than querying Fear & Greed, market cap, and BTC dominance separately. Ideal for agents that need quick macro-level crypto context without managing multiple API integrations. The pay-per-use x402 model makes it cost-effective for infrequent or on-demand lookups.

## Known failure modes

- Upstream Alternative.me or CoinGecko API outage causes partial or empty result
- Invalid or unrecognized asset name returns no result or generic market data
- Payment failure via x402 USDC on Base results in 402 rejection before data is returned
- Rate limiting or quota exhaustion from underlying data providers causes delayed or failed response

## How this service works

Crypto Fear & Greed Index combined with global market cap, BTC dominance, and momentum signals in a single M2M call. Powered by Alternative.me and CoinGecko. Pay-per-use via x402 USDC on Base.

## Output

A structured object containing the current Fear & Greed Index value and label, global crypto market cap, Bitcoin dominance percentage, and momentum signals — all aggregated from Alternative.me and CoinGecko into a single response payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Query input (asset name, keyword, question, DAO slug, etc.)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ok": {
   "type": "boolean"
  },
  "niche": {
   "type": "string"
  },
  "result": {
   "type": "object",
   "description": "Service-specific result payload"
  }
 }
}
```

## More

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