# Solana Wallet Portfolio Balance API

> Solana Wallet Portfolio Balance API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Retrieves the complete portfolio balance for a given Solana wallet address, including token holdings and values

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/solana-wallet-portfolio-balance-api
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-wallet-portfolio-balance-api-08d9ac8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lAvWSsuOMfm9qqGH_m9Lf

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-08d9ac8c -d '<json body>'
```

Example prompt: Can you pull up the full portfolio balance for my Solana wallet address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me what tokens I'm holding and their current values?

## When to prefer this

Use this endpoint when you need a quick, pay-per-use lookup of a Solana wallet's full token portfolio without setting up your own Solana RPC infrastructure. Prefer this over building a custom integration when you need occasional wallet balance checks across diverse Solana addresses, especially in agent workflows that already use USDC-on-Base micropayments.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet address with no on-chain activity may return empty portfolio
- Rate limiting or payment failure via x402/USDC may block the request
- Network or RPC node issues on Solana may cause timeouts
- Newly created wallet addresses may have incomplete data

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the Solana wallet's portfolio data, including individual token balances, quantities, and aggregated portfolio value across all SPL tokens and native SOL held by the wallet address.

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