# sol-meme-intel Momentum Signals

> sol-meme-intel Momentum Signals is a paid API for AI agents from sol-meme-intel.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns momentum signals for a Solana meme-coin token given its mint address

## Facts

- Endpoint: GET https://sol-meme-intel.vercel.app/api/momentum
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sol-meme-intel-momentum-signals-11f74f78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uEMj7GT6W19J2UbqEaTEr

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 sol-meme-intel-momentum-signals-11f74f78
```

Example prompt: Can you check the momentum signals for the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me if it's trending up?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call momentum signal data for a specific Solana meme-coin token and want to avoid subscription costs. Ideal for agents that only need periodic spot checks rather than continuous monitoring.

## Known failure modes

- Invalid or malformed mint address returns an error
- Unknown or very new token with no data returns empty or null signals
- Payment failure (insufficient USDC balance) prevents access
- Rate limiting or server-side errors from upstream data provider
- Network timeout for recently launched tokens with sparse on-chain history

## How this service works

Real-time momentum/activity for a Solana token from DexScreener: price change 5m/1h/6h/24h, volume, buy/sell ratio, liquidity, pair age, socials. NOT a prediction. Body: { mint }.

## Output

Returns computed momentum metrics for the specified Solana token mint, including momentum score and related trading signal data indicating whether the token is gaining or losing traction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address (base58)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sol-meme-intel-momentum-signals-11f74f78/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sol-meme-intel.vercel.app](https://www.zero.xyz/host/sol-meme-intel.vercel.app/llms.txt)
