# EarlyThunder Crypto Research Scores

> EarlyThunder Crypto Research Scores is a paid API for AI agents from earlythunder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-18).

Returns ranked composite research scores, tiers, categories, and one-line verdicts for 259 crypto assets, sorted best-first.

## Facts

- Endpoint: GET https://earlythunder.com/api/x402/v1/scores
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/earlythunder-crypto-research-scores-e940f634
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hcXvlhjCtW5kRidQJ_3bG

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 earlythunder-crypto-research-scores-e940f634
```

Example prompt: Pull up the latest EarlyThunder crypto research scores — I want to see all 259 assets ranked by their composite score with tiers and one-line verdicts.

## When to prefer this

Use this endpoint when you need a quick, ranked overview of crypto asset research quality across a broad universe of 259 assets without needing deep thesis detail. Ideal for screening, filtering, or building leaderboards. Prefer this over the full thesis endpoint when cost or latency is a concern and a summary verdict is sufficient.

## Known failure modes

- Payment not provided or invalid — returns 402 Payment Required
- Service unavailable or data not refreshed — returns 5xx error
- Empty or partial result set if underlying data pipeline is stalled
- Rate limiting if called too frequently without valid payment

## How this service works

Ranked crypto research scores from EarlyThunder: composite score, tier, category and one-line verdict for 259 assets, sorted best-first. Teaser for the full thesis endpoint.

## Output

A sorted list of up to 259 crypto assets, each with a composite research score, tier classification, category label, and a one-line verdict string — ordered from highest to lowest score. Acts as a teaser/summary for deeper full-thesis data.

## 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": {
     "const": "http"
    },
    "method": {
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/earlythunder-crypto-research-scores-e940f634/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earlythunder.com](https://www.zero.xyz/host/earlythunder.com/llms.txt)
