# ApexAPI Crypto Portfolio Analyzer

> ApexAPI Crypto Portfolio Analyzer is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.067171/call, status unknown (last checked 2026-09-14).

Analyzes and returns portfolio data for a given crypto-related query, such as holdings, valuations, or asset breakdowns

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/crypto/portfolio
- Price: $0.067171/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-crypto-portfolio-analyzer-a8605c1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6sjauo-6A2TqPxLo18J0X

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 apexapi-crypto-portfolio-analyzer-a8605c1d -d '<json body>'
```

Example prompt: Can you pull up a portfolio analysis for Bitcoin, Ethereum, and Solana holdings and show me the current valuation breakdown?

## When to prefer this

Use this endpoint when you need to retrieve or analyze crypto portfolio composition and valuation data without setting up API keys, paying per call in USDC on Base via x402 protocol. Prefer this over manual blockchain queries when a quick structured portfolio summary is needed.

## Known failure modes

- Invalid or missing query parameter returns an error or empty response
- Unsupported asset or wallet address results in no data returned
- Payment failure in USDC on Base blocks the request entirely
- Rate limiting or upstream data source unavailability causes timeout or 503
- Malformed query string may return generic or partial portfolio data

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a structured object containing portfolio data such as asset holdings, token quantities, current valuations, and allocation breakdowns for the queried crypto assets or wallet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-crypto-portfolio-analyzer-a8605c1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
