# Axon Portfolio Advice

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

Returns AI-generated crypto portfolio recommendations tailored to specified investment goals

## Facts

- Endpoint: GET https://axonx.vercel.app/api/portfolio/%7Bgoals%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-portfolio-advice-6e113e6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BTfWbPsiZy0H73nIb62Xp

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 axon-portfolio-advice-6e113e6c
```

Example prompt: Give me AI-powered crypto portfolio recommendations for long-term growth — what tokens and allocations should I hold?

## When to prefer this

Use this endpoint when an agent needs goal-aligned, AI-generated crypto portfolio recommendations and the user has articulated specific investment objectives such as growth, income, or preservation. Prefer this over generic market data endpoints when personalized strategic advice is needed rather than raw price or sentiment data.

## Known failure modes

- Missing or malformed goals parameter returns an error or empty recommendation
- x402 micropayment not submitted results in 402 Payment Required response
- Vague or ambiguous goals may produce generic or low-quality recommendations
- Network or upstream AI service failure returns a 5xx error

## How this service works

Axon 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 user's stated goals and a set of AI-generated portfolio recommendations with specific token or strategy suggestions 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/axon-portfolio-advice-6e113e6c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axonx.vercel.app](https://www.zero.xyz/host/axonx.vercel.app/llms.txt)
