# Vedetta Latest Signal

> Vedetta Latest Signal is a paid API for AI agents from vedetta.dethboy.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns the latest cached trading signal and crowd sentiment for a single crypto asset, instantly.

## Facts

- Endpoint: POST https://vedetta.dethboy.com/v1/latest
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vedetta-latest-signal-70f10eeb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_98key3ZVky1NDdR5iF8cO

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-latest-signal-70f10eeb -d '<json body>'
```

Example prompt: What's the latest Vedetta signal for BTC right now — including the stance, sentiment score, and whether there's a divergence flag?

## When to prefer this

Use this endpoint when you need an instant, low-latency snapshot of the latest cached signal for a specific crypto asset. Prefer this over the analyst feed or live question endpoints when you want a quick read on stance, sentiment, and divergence without waiting for live analyst processing. Best for real-time dashboards, alert triggers, or when a fast cached answer is acceptable.

## Known failure modes

- Missing required 'asset' query parameter returns an error
- Unknown or unsupported asset ticker may return null stance and narrative
- Stale signal: signal_age_minutes may be high and stale=true if data hasn't been refreshed recently
- Payment failure (x402 required): request without valid payment returns 402 status
- Rate limiting or server unavailability returns 5xx errors

## How this service works

Cheapest entry point: the latest cached analyst signal for one asset — sentiment %, stance, divergence flag, narrative — with an age timestamp (?asset=BTC). Cached-only, no freshness guarantee: for a guaranteed-fresh read use /v1/consensus. Descriptive research, not financial advice.

## Output

Returns a JSON object with the asset ticker, signal stance (bullish/bearish/neutral or null), crowd sentiment percentage (0-100), a divergence_flagged boolean, signal age in minutes, a stale boolean, a narrative string, and receipts metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vedetta-latest-signal-70f10eeb/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)
