# httpay.xyz Crypto Market Mood Analyzer

> httpay.xyz Crypto Market Mood Analyzer is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Analyzes current cryptocurrency market sentiment and returns a mood/sentiment score for the overall crypto market

## Facts

- Endpoint: POST https://httpay.xyz/api/market-mood
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-67dd1720
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8aWPTk_dhKg6NANib7Z83

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 httpay-xyz-67dd1720 -d '<json body>'
```

Example prompt: What's the current crypto market mood right now — is sentiment bullish, bearish, or neutral, and how strong is the signal?

## When to prefer this

Use this endpoint when an agent needs a quick, paid, real-time snapshot of overall crypto market sentiment — especially in a workflow that combines sentiment with price action, MEV risk scoring, or liquidation monitoring. Prefer over free alternatives when freshness and reliability matter, or when operating in an agentic pipeline on the Base network that already handles x402 micropayments.

## Known failure modes

- Market data source unavailable — upstream data feed timeout
- Invalid request body format returns 400 error
- Payment not processed or insufficient USDC balance returns 402
- Rate limiting if too many requests in short period
- Stale or incomplete sentiment data if underlying feeds are delayed

## How this service works

Current crypto market sentiment analysis

## Output

Returns a sentiment/mood classification for the current cryptocurrency market, likely including a label (e.g. bullish, bearish, neutral, fearful, greedy) and supporting metrics or a confidence score indicating the strength of the market mood signal.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Current crypto market sentiment analysis"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-67dd1720/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
