# NeuroFi Token Research API

> NeuroFi Token Research API 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 token research including market analysis, alpha signals, contract audits, and sentiment analysis for a given token

## Facts

- Endpoint: GET https://neurofi-chi.vercel.app/api/research/%7Btoken%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-token-research-api-b1bedaa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y7VaLcAYvHpvFtIEMbcWY

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-token-research-api-b1bedaa1
```

Example prompt: Can you give me a full AI-powered research report on Solana — including market analysis, sentiment, alpha signals, and any contract audit findings?

## When to prefer this

Choose this endpoint when you need a multi-dimensional AI-synthesized research report on a specific crypto token combining live web data (via Tavily) with LLM reasoning — particularly useful for alpha generation, pre-investment due diligence, sentiment checks, or quick contract risk assessment without manually aggregating sources.

## Known failure modes

- Invalid or unrecognized token name returns an error or empty analysis
- Payment of 0.5 USDC not received results in 402 Payment Required response
- Token data unavailable from web search sources returns partial or low-confidence analysis
- Rate limiting or upstream LLM/Tavily API failure returns 5xx error
- Malformed token parameter in URL path returns 400 Bad Request

## 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 token identifier and a comprehensive AI-generated analysis covering market conditions, alpha signals, sentiment analysis, and contract audit findings for the requested cryptocurrency.

## Example request

```json
{
 "token": "ethereum"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "bitcoin",
  "analysis": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-token-research-api-b1bedaa1/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)
