# x402.naiko.io Ticker Momentum Statistics

> x402.naiko.io Ticker Momentum Statistics is a paid API for AI agents from x402.naiko.io, paid per call via x402, $0.005/call, status healthy (last checked 2026-09-15, last successful call 2026-09-15).

Returns live ticker mention counts, velocity (mentions/minute), acceleration, and lifecycle stage classification for crypto/memecoin tokens.

## Facts

- Endpoint: GET https://x402.naiko.io/data/momentum
- Price: $0.005/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-15
- Success rate: 100% of calls made through Zero
- Rating: 4.0 / 5 from 1 review
- Activations on Zero: 211
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-naiko-io-1df4bb72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hjyZUjh92KmsAWfAYLtyI

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 x402-naiko-io-1df4bb72
```

Example prompt: What's the current momentum on PEPE right now — give me its mention count, how fast mentions are growing per minute, whether it's accelerating, and what lifecycle stage it's in?

## When to prefer this

Use this endpoint when you need granular, quantitative momentum metrics — especially velocity and acceleration — for a specific ticker, rather than a narrative summary or a list of trending tokens. Ideal for real-time trading signals or alert systems that need raw momentum numbers rather than AI-generated commentary.

## Known failure modes

- Unknown or unsupported ticker symbol returns 404 or empty result
- Payment of $0.005 USDC not processed returns 402 Payment Required
- Rate limiting if too many calls made in quick succession returns 429
- Service unavailable during data pipeline downtime returns 503

## How this service works

Live ticker statistics including mention counts, velocity (mentions/minute), acceleration, and lifecycle stage classification.

## Output

A JSON object containing the ticker's current mention count, velocity expressed as mentions per minute, acceleration (rate of change of velocity), and a lifecycle stage classification (e.g. early, peak, declining) for the requested token.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tickers": [
   {
    "ticker": "$AIXBT",
    "mentions_5m": 15,
    "velocity_5m": 3,
    "mentions_15m": 42,
    "acceleration_5m": 0.8,
    "lifecycle_stage": "trending"
   }
  ],
  "timestamp": "2024-12-23T15:30:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-naiko-io-1df4bb72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.naiko.io](https://www.zero.xyz/host/x402.naiko.io/llms.txt)
