# NeuroFi Crypto Sentiment Analysis

> NeuroFi Crypto Sentiment Analysis 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-powered sentiment analysis for a given crypto topic using MiMo V2.5 LLM and live web search

## Facts

- Endpoint: GET https://neurofi-chi.vercel.app/api/sentiment/%7Btopic%7D
- 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-crypto-sentiment-analysis-4ad636c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_swbJq8c0Xr5ejknnJbv5n

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-crypto-sentiment-analysis-4ad636c2
```

Example prompt: What's the current market sentiment around Bitcoin right now — is it bullish, bearish, or neutral?

## When to prefer this

Use this endpoint when you need real-time, AI-synthesized sentiment for a specific crypto asset or topic, especially when you want signals derived from live web content rather than static historical data. Prefer this over generic sentiment APIs when you need crypto-domain-specific analysis augmented by LLM reasoning.

## Known failure modes

- Unknown or unsupported topic returns empty or low-confidence sentiment
- Tavily web search rate limit or unavailability causes degraded analysis
- Payment not processed (402) returns no data
- Malformed topic parameter returns error
- LLM inference timeout on complex or trending topics

## 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 the queried topic and its AI-assessed sentiment label or score, e.g. {topic: 'bitcoin', sentiment: '...'}, powered by live web search and LLM analysis.

## Example request

```json
{
 "topic": "Bitcoin"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "topic": "bitcoin",
  "sentiment": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-crypto-sentiment-analysis-4ad636c2/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)
