# Solana Wallet Portfolio Balance API

> Solana Wallet Portfolio Balance API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.086048/call, status unknown (last checked 2026-09-14).

Retrieves the total portfolio balance and token holdings for a given Solana wallet address

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/solana-wallet-portfolio-balance-api
- Price: $0.086048/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-wallet-portfolio-balance-api-4f8f1804
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mowmTeNtoZYbWg2ZWgLft

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 solana-wallet-portfolio-balance-api-4f8f1804 -d '<json body>'
```

Example prompt: What's the total portfolio balance and token breakdown for Solana wallet 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM right now?

## When to prefer this

Use this endpoint when you need a comprehensive portfolio balance snapshot for a Solana wallet address, including all SPL token holdings and their values. Prefer this over Ethereum or EVM-based portfolio APIs when the target wallet is specifically on the Solana blockchain.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet address not found on-chain returns empty or zero balance
- Network congestion on Solana RPC may cause timeouts
- Payment failure via x402 protocol results in 402 response and no data
- Rate limiting may occur for high-frequency calls

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a structured object containing the wallet's total portfolio balance (likely in USD), a list of token holdings with individual balances and values, and aggregated asset data for the specified Solana wallet address.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-wallet-portfolio-balance-api-4f8f1804/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
