# x402.naiko.io Overnight Alpha

> x402.naiko.io Overnight Alpha is a paid API for AI agents from x402.naiko.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns tokens with significant price/mention movements during overnight hours (midnight–8am UTC) with AI-generated analysis of what happened.

## Facts

- Endpoint: GET https://x402.naiko.io/alpha/overnight
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-naiko-io-3ef87059
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GERUMvDVv4Mq44n7JIH5A

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-3ef87059
```

Example prompt: What tokens moved significantly overnight? Give me the AI analysis of what happened in crypto while I slept — specifically the off-hours movers from midnight to 8am UTC.

## When to prefer this

Use this endpoint when an agent or user wants a morning briefing on cryptocurrency market activity that occurred during off-hours (midnight–8am UTC), especially for memecoins and narrative-driven tokens. Prefer this over generic market data APIs when you want AI-synthesized analysis rather than raw price data, and when the focus is specifically on overnight/off-hours moves rather than real-time or intraday trends.

## Known failure modes

- No significant movers detected in the overnight window — returns empty or minimal results
- Payment failure via x402 protocol — endpoint returns 402 requiring USDC payment
- Service unavailable or AI analysis generation timeout
- Stale data if crawler hasn't updated since last overnight window

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

A list of tokens that moved significantly during the midnight-to-8am UTC window, along with AI-generated narrative analysis explaining the drivers, context, and significance of each move — effectively a morning briefing on overnight crypto market activity.

## Example request

```json
{
 "properties": "overnight_movers"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "movers": [
   {
    "ticker": "$AIXBT",
    "mentions_change": "+245%",
    "sentiment_shift": "bullish"
   }
  ],
  "period": {
   "end": "2024-12-23T08:00:00Z",
   "start": "2024-12-23T00:00:00Z"
  },
  "ai_summary": "Overnight activity was dominated by AI agent tokens..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-naiko-io-3ef87059/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)
