# Sna4an Solana Portfolio API

> Sna4an Solana Portfolio API is a paid API for AI agents from sna4an-crypto.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Retrieves a Solana wallet's portfolio data including token holdings, balances, and blockchain assets via a RapidAPI-backed endpoint

## Facts

- Endpoint: POST https://sna4an-crypto.vercel.app/api/solana-portfolio
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-solana-portfolio-api-b58bbf8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XMdUKcrSXvFQLfoOp4nh_

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 sna4an-solana-portfolio-api-b58bbf8e -d '<json body>'
```

Example prompt: Can you pull up the full token portfolio for Solana wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM — I want to see all their holdings and balances?

## When to prefer this

Choose this endpoint when you need to fetch portfolio or holdings data for a specific Solana wallet address, especially when working within a pay-per-call x402 micropayment context and needing Solana ecosystem data without a direct RapidAPI subscription.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error or empty result
- Invalid RapidAPI sub-endpoint path causes routing failure
- Missing required path parameter results in bad request
- RapidAPI upstream unavailability causes 502 or timeout
- Payment failure (insufficient USDC balance) blocks the request via x402 protocol
- Rate limiting from upstream RapidAPI provider

## How this service works

Cryptocurrency data, Solana ecosystem, and blockchain APIs

## Output

Returns a JSON object containing the Solana wallet's portfolio data, including token balances, asset holdings, and other blockchain account information sourced from a RapidAPI Solana data provider.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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