# NeuroFi Market Intelligence

> NeuroFi Market Intelligence is a paid API for AI agents from neurofi-chi.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns AI-generated crypto market analysis, token research, alpha signals, and sentiment data powered by MiMo V2.5 LLM and live web search

## Facts

- Endpoint: GET https://neurofi-chi.vercel.app/api/market
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/neurofi-market-intelligence-0289b876
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P9yA-pJSQTc8oiTq8_03Q

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 neurofi-market-intelligence-0289b876
```

Example prompt: Give me a full market pulse on $PEPE right now — sentiment, any alpha signals, and a quick contract safety check.

## When to prefer this

Choose this endpoint when you need AI-synthesized crypto intelligence combining real-time web search with LLM reasoning in a single call — especially for token research, contract safety checks, or alpha signal discovery. Prefer over raw price feeds when narrative, sentiment, and on-chain context matter together.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required
- Invalid or missing token/contract parameter — malformed query
- Rate limiting or API capacity exceeded — 429 Too Many Requests
- Tavily web search unavailable — partial results with stale data
- Token/contract not found or too obscure — low-confidence or empty analysis

## How this service works

NeuroFi provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

A JSON object containing a 'marketPulse' field with AI-synthesized crypto intelligence including market sentiment, token research findings, alpha signals, and contract audit notes drawn from live web search and LLM reasoning.

## Example request

```json
{
 "properties": "bitcoin sentiment analysis and market trends"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "marketPulse": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-market-intelligence-0289b876/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from neurofi-chi.vercel.app](https://www.zero.xyz/host/neurofi-chi.vercel.app/llms.txt)
