# Vedetta Market Pulse

> Vedetta Market Pulse is a paid API for AI agents from vedetta.dethboy.com, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Returns a live, market-wide crypto regime read: overall sentiment score, regime ID, macro anchor, and the top narrative driving the entire crypto market right now.

## Facts

- Endpoint: GET https://vedetta.dethboy.com/v1/pulse
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vedetta-market-pulse-e799653b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XmVOGoVlsII_xaIcee0uU

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 vedetta-market-pulse-e799653b
```

Example prompt: What's the current crypto market regime and the top narrative driving it right now — give me the live Vedetta pulse read with sentiment score and macro anchor.

## When to prefer this

Choose this endpoint when you need a single, holistic view of the entire crypto market's current regime and narrative — not a per-asset signal. It is the right choice for setting market context before making asset-level decisions, gating trading strategies on macro conditions, or producing a market-wide briefing. Prefer it over per-asset endpoints when the question is about the broad environment rather than any specific coin.

## Known failure modes

- Payment failure: x402 payment not completed or insufficient USDC balance, returns 402 status
- Service unavailability: analyst desk offline or data feed disrupted, returns 503
- Rate limiting: too many calls in a short window, returns 429
- Malformed request: incorrect HTTP method used (only GET/HEAD/DELETE accepted), returns 405

## How this service works

Market-wide crypto regime read in one call: overall sentiment score, regime id, macro anchor and the top narrative driving the whole market right now. Live analyst read, not a cached aggregate. Descriptive research, not financial advice.

## Output

A single structured object containing: overall market sentiment score (numeric), a regime ID classifying the current market environment, a macro anchor describing the prevailing macro backdrop, and the top narrative currently driving the entire crypto market — sourced from a live analyst read rather than a cached aggregate.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "schema": "daily_pulse_v1",
  "stance": "bullish",
  "quality": "structured",
  "summary": "Market-wide regime read from the desk.",
  "regime_id": "capex-vs-margin",
  "disclaimer": "Descriptive market intelligence, not financial advice.",
  "macro_anchor": "$SPX: 6110",
  "sentiment_pct": 74,
  "top_narrative": "AI",
  "sentiment_score": 0.48
 }
}
```

## More

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