# EruditePay Crypto Analysis

> EruditePay Crypto Analysis is a paid API for AI agents from bridge.eruditepay.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Performs AI-driven intelligence analysis on cryptocurrency topics based on a free-text query

## Facts

- Endpoint: POST https://bridge.eruditepay.com/api/v1/crypto/analysis
- 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/bridge-eruditepay-com-45144d5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PWCZ66lCpc2yoFeHo1qc5

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 bridge-eruditepay-com-45144d5b -d '<json body>'
```

Example prompt: Can you run a crypto data intelligence analysis on Ethereum's recent on-chain activity and give me a summary of what the data shows?

## When to prefer this

Use this endpoint when you need on-demand AI-driven crypto intelligence for a specific question, token, or market topic and want a concise analytical response rather than raw data. Prefer this over generic LLM queries when crypto-specific data grounding is desired.

## Known failure modes

- Empty or vague query returns generic or low-quality analysis
- Unsupported or misspelled token/protocol name may yield irrelevant results
- Payment failure (x402) if USDC balance is insufficient
- Rate limiting or server errors returning 4xx/5xx HTTP codes
- Query too broad returns unfocused output

## How this service works

Crypto data intelligence

## Output

Returns an AI-generated analysis or intelligence summary based on the submitted cryptocurrency query, potentially including market data, trends, or protocol-specific insights.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bridge-eruditepay-com-45144d5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bridge.eruditepay.com](https://www.zero.xyz/host/bridge.eruditepay.com/llms.txt)
