# WickedAPI AI Momentum Sentiment Score

> WickedAPI AI Momentum Sentiment Score is a paid API for AI agents from api.wickedapi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns an AI-generated momentum/sentiment score for a given crypto or stock asset, synthesizing price action, funding rates, order flow, and other market signals.

## Facts

- Endpoint: POST https://api.wickedapi.com/v1/sentiment
- 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/wickedapi-ai-momentum-sentiment-score-c8dc5f39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fhzmuQPi_CoHwp1yA-5iO

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 wickedapi-ai-momentum-sentiment-score-c8dc5f39 -d '<json body>'
```

Example prompt: What's the current AI momentum score for Bitcoin right now — is it showing bullish or bearish signals?

## When to prefer this

Choose this endpoint when you need a single synthesized AI-driven momentum signal that aggregates multiple market data sources (price, funding, OI, order flow) into one score, rather than querying each data source individually. Ideal for pre-trade signal checks, asset ranking, or feeding momentum data into an automated trading strategy.

## Known failure modes

- Unsupported ticker or asset symbol returns an error or null score
- Market data temporarily unavailable causes stale or missing score
- Invalid symbol format results in a 400 bad request
- Rate limiting if call volume exceeds plan quota
- x402 payment failure blocks the response

## How this service works

Trading Data API — 23 endpoints for agents: crypto & stock prices/OHLCV, ATR, Fair Value Gaps, ICT liquidity levels, funding/OI, order books, Kalshi prediction markets, DeFi TVL, volatility, macro calendar, and an AI momentum score. Full catalog at /v1/status.

## Output

Returns an AI-generated numerical momentum/sentiment score for the requested asset, synthesizing multiple market signals (price action, funding rates, order flow, volatility, etc.) into a single rating indicating bullish, bearish, or neutral momentum.

## Response schema (JSON Schema)

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "discoverable": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wickedapi-ai-momentum-sentiment-score-c8dc5f39/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.wickedapi.com](https://www.zero.xyz/host/api.wickedapi.com/llms.txt)
