# AI Momentum Score — Trading Data API

> AI Momentum Score — Trading Data API is a paid API for AI agents from api-production-54bd.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns an AI-generated momentum score for a given asset, synthesizing price action, volume, and market signals into a single actionable metric

## Facts

- Endpoint: POST https://api-production-54bd.up.railway.app/v1/momentum-score
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-momentum-score-trading-data-api-f3ccf5ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_weAN-dpoKGDxiSHYQG21j

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 ai-momentum-score-trading-data-api-f3ccf5ed -d '<json body>'
```

Example prompt: What's the AI momentum score for ETH right now — I want to know if it has strong bullish momentum before I enter a trade.

## When to prefer this

Use this endpoint when you need a single AI-synthesized momentum signal rather than raw price data, OHLCV, or individual technical indicators. Ideal for trading bots or AI agents that want a pre-computed, high-level conviction score to inform entry/exit decisions without computing their own indicator stack.

## Known failure modes

- Unknown or unsupported ticker symbol returns a 404 or empty result
- Missing required symbol parameter returns a 400 bad request
- Payment not processed (x402 protocol failure) returns 402 Payment Required
- Upstream data unavailable causes 503 or stale score
- Rate limit exceeded returns 429

## 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

A numeric AI-generated momentum score for the requested asset, reflecting current price action, trend strength, and market signals — helping agents and traders gauge directional conviction at a glance.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-momentum-score-trading-data-api-f3ccf5ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api-production-54bd.up.railway.app](https://www.zero.xyz/host/api-production-54bd.up.railway.app/llms.txt)
