# Axon Crypto Portfolio Advisor

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

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

## Facts

- Endpoint: GET https://axixixia.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-crypto-portfolio-advisor-e4fbf0e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vWR0Wy6FljLvfNKm14jmY

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-crypto-portfolio-advisor-e4fbf0e2
```

Example prompt: Can you give me AI-powered crypto portfolio recommendations for long-term growth goals using Axon?

## When to prefer this

Choose this endpoint when a user wants AI-generated, goal-driven crypto portfolio advice without needing to specify individual tokens. It is especially useful when the user has a high-level objective (e.g., 'long-term growth', 'passive income') and wants actionable allocation recommendations. Prefer over generic market data endpoints when personalized strategy generation is the priority.

## Known failure modes

- Missing or malformed goals parameter returns an error or empty recommendations
- Payment not fulfilled via x402 on Base results in 402 Payment Required
- Invalid URL path encoding for goals causes a routing error
- AI model unavailable leads to 500 Internal Server Error
- Ambiguous or very short goals string may produce generic or low-quality recommendations

## 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 echoed back alongside a set of AI-generated portfolio recommendations, which may include suggested tokens, allocation strategies, and rationale 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-crypto-portfolio-advisor-e4fbf0e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axixixia.vercel.app](https://www.zero.xyz/host/axixixia.vercel.app/llms.txt)
