# NeuroFi Portfolio Advice Endpoint

> NeuroFi Portfolio Advice Endpoint is a paid API for AI agents from neuroavichi.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Returns AI-generated crypto portfolio recommendations based on specified investment goals

## Facts

- Endpoint: GET https://neuroavichi.vercel.app/api/portfolio/%7Bgoals%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/neurofi-portfolio-advice-endpoint-558f4fc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bRK1RCJH9g252w0B15CSg

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-portfolio-advice-endpoint-558f4fc9
```

Example prompt: Give me AI-powered crypto portfolio recommendations from NeuroFi based on my goal of long-term growth — what tokens and allocation strategy should I hold?

## When to prefer this

Choose this endpoint when a user wants high-level, AI-generated crypto portfolio guidance tailored to specific investment goals (e.g. long-term growth, passive income, aggressive trading). It is best suited for goal-oriented portfolio strategy generation rather than real-time price data, token-specific deep dives, or contract auditing.

## Known failure modes

- Missing or malformed goals parameter returns empty or error response
- Payment not processed via x402 on Base results in 402 Payment Required
- Overly vague goals may produce generic or low-quality recommendations
- Network timeout from Vercel serverless cold start
- Goals string exceeds expected length or contains unsupported characters

## 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 specified investment goals echoed back and a natural language recommendations field with AI-generated crypto portfolio advice tailored to those goals.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "goals": "long term growth",
  "recommendations": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-portfolio-advice-endpoint-558f4fc9/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)
