# Vealth Sentiment Pulse

> Vealth Sentiment Pulse is a paid API for AI agents from vealth.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns crypto market sentiment signals including fear/greed index, trending assets, and momentum indicators for a given focus area

## Facts

- Endpoint: POST https://vealth.net/.well-known/vealth/cdp/sentiment-pulse
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vealth-sentiment-pulse-cc2caec7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1uA_CuSARE4S6fnPdO5-t

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 vealth-sentiment-pulse-cc2caec7 -d '<json body>'
```

Example prompt: What's the current fear/greed sentiment and momentum signals for Bitcoin right now — is the market leaning bullish or bearish?

## When to prefer this

Use this endpoint when you need a fast, single-call snapshot of crypto market sentiment including fear/greed levels and momentum signals — especially when you want a quantified sentiment score rather than raw social data or news headlines. Prefer over general news APIs when you need structured trading-relevant sentiment signals with CDP payment settlement.

## Known failure modes

- Invalid or missing focus field returns an error or empty response
- Payment not settled results in HTTP 402 response
- Ambiguous focus string may return generic market-wide sentiment rather than asset-specific data
- Rate limiting or quota exceeded may block repeated calls

## How this service works

sentiment-pulse (CDP-settled mirror) — Crypto market sentiment — fear/greed, trending, momentum signals

## Output

Returns structured crypto market sentiment data including a fear/greed reading, trending asset signals, and momentum indicators relevant to the provided focus topic or asset.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vealth-sentiment-pulse-cc2caec7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vealth.net](https://www.zero.xyz/host/vealth.net/llms.txt)
