# NeuroFi Market Analysis

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

Returns an AI-generated market pulse summary covering current crypto market conditions and sentiment

## Facts

- Endpoint: GET https://neuroavichi.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-analysis-6eecce3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZhheerAgP_Um1TUcKtpTR

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-analysis-6eecce3b
```

Example prompt: Can you pull up the current crypto market pulse from NeuroFi and tell me what conditions look like across the market right now?

## When to prefer this

Use this endpoint when you need a quick AI-synthesized overview of overall crypto market conditions rather than deep research on a single token. Best for ambient market monitoring, dashboard summaries, or when a user asks broadly about crypto market health without specifying a particular asset.

## Known failure modes

- Missing or invalid x402 micropayment header returns 402 Payment Required
- Insufficient USDC balance on Base results in payment failure and no data returned
- Malformed properties parameter may return empty or error response
- API unavailability on Vercel hosting returns 503 or timeout
- Rate limiting may return 429 if called too frequently

## 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

Returns a JSON object with a marketPulse field containing an AI-generated summary of current cryptocurrency market conditions, including sentiment, trends, and notable market movements.

## 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-analysis-6eecce3b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from neuroavichi.vercel.app](https://www.zero.xyz/host/neuroavichi.vercel.app/llms.txt)
