# Axon Crypto Portfolio Advisor

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

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

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/portfolio/%7Bgoals%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-crypto-portfolio-advisor-5cc8a56f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9YJxw4urRp2KvGLTWz3DX

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-5cc8a56f
```

Example prompt: What crypto assets should I be holding? My goal is long term growth with moderate risk tolerance — give me Axon's AI-powered portfolio recommendations.

## When to prefer this

Use this endpoint when a user wants personalized, AI-generated crypto investment recommendations based on stated financial goals such as long-term growth, income, or capital preservation, and is willing to pay $1 USDC per query via x402 on Base.

## Known failure modes

- Missing x402 micropayment header results in 402 Payment Required response
- Invalid or malformed goals parameter may return generic or empty recommendations
- Network timeout from AI backend results in 500 error
- Unsupported goal strings may produce low-quality or hallucinated 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 specified goals and a set of AI-generated crypto portfolio recommendations tailored to those goals, including suggested assets or strategies.

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