# Overnight Memecoin Research Endpoint

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

Provides AI-powered overnight research, sentiment analysis, momentum signals, and trading insights for memecoins via a paid POST request.

## Facts

- Endpoint: GET https://capable-grace-production-ab1c.up.railway.app/alpha/overnight
- 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/overnight-memecoin-research-endpoint-73dc6d1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fBc2OyCg4nVhrcGDmhRg

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 overnight-memecoin-research-endpoint-73dc6d1d
```

Example prompt: What's the overnight sentiment and momentum outlook for PEPE — is there any notable trading signal I should know about going into tomorrow?

## When to prefer this

Choose this endpoint when you need AI-powered overnight research specifically on memecoins, including sentiment, momentum, and trading signals. Prefer this over general crypto APIs when the user wants qualitative AI analysis rather than raw price data, and when the target asset is a memecoin or low-cap meme token.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Invalid or unrecognized memecoin ticker — may return empty or low-confidence result
- Malformed POST body — returns 400 Bad Request
- Service unavailable on Railway hosting — returns 502 or 503
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Get tokens that moved significantly during off-hours (midnight to 8am UTC) with AI-generated analysis of what happened while you slept.

## Output

Returns an AI-generated research summary covering sentiment, momentum, and trading insights for the queried memecoin, including directional signals and relevant context gathered overnight.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "hours": {
       "type": "integer",
       "default": 12,
       "maximum": 24,
       "minimum": 6,
       "description": "Lookback hours"
      },
      "top_n": {
       "type": "integer",
       "default": 10,
       "maximum": 20,
       "minimum": 5,
       "description": "Number of top movers to return"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/overnight-memecoin-research-endpoint-73dc6d1d/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)
