# Memecoin Alpha Research API

> Memecoin Alpha Research API is a paid API for AI agents from capable-grace-production-ab1c.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Answers natural-language questions about memecoins using AI-powered sentiment, momentum, and narrative analysis from live on-chain and social data

## Facts

- Endpoint: POST https://capable-grace-production-ab1c.up.railway.app/alpha/research
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/memecoin-alpha-research-api-9c108af2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mGFuPIng5ActoIbSYRniK

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 memecoin-alpha-research-api-9c108af2 -d '<json body>'
```

Example prompt: What's the current sentiment and momentum for BONK token right now — are there any notable narratives or whale activity driving its price action?

## When to prefer this

Use this endpoint when an agent needs comprehensive AI-synthesized memecoin intelligence combining social sentiment, on-chain momentum, and narrative context in a single natural-language query. Prefer this over raw on-chain data APIs when the user wants interpreted insights rather than raw metrics, or when researching narrative-driven tokens where social signals are as important as price data.

## Known failure modes

- Missing required 'question' field returns validation error
- Ambiguous or very short questions may yield low-confidence responses with limited data
- Unknown or very new token tickers may return sparse results if not indexed
- Payment failure (x402) results in 402 status before research is executed
- Rate limiting or upstream data source outages may cause partial or failed responses

## How this service works

AI-powered memecoin research with sentiment, momentum, and trading insights. Ask any question about tokens, narratives, or market trends.

## Output

Returns a structured AI-generated research report including: a markdown-formatted narrative response with key metrics table, sentiment breakdown (bullish/bearish/neutral counts and score), hourly activity timeline, query plan with reasoning and data sources used, processing time, and metadata like model name, session ID, and verification status.

## Example request

```json
{
 "question": "What is the current sentiment and momentum for DOGE token? Are there any notable narratives driving price action?"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "question": {
   "type": "string",
   "description": "Any question about tokens, narratives, or market trends"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/memecoin-alpha-research-api-9c108af2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from capable-grace-production-ab1c.up.railway.app](https://www.zero.xyz/host/capable-grace-production-ab1c.up.railway.app/llms.txt)
