# GGWP Solana Portfolio Lookup

> GGWP Solana Portfolio Lookup is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.072172/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/solana-portfolio
- Price: $0.072172/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-solana-portfolio-lookup-276516bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cTF9B0fkhFPenBhtss_rh

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 ggwp-solana-portfolio-lookup-276516bb -d '<json body>'
```

Example prompt: Can you pull up the full token portfolio for Solana wallet address 7xKX...abc — I want to see all the tokens and balances it holds?

## When to prefer this

Choose this endpoint when you need a quick pay-per-call lookup of a Solana wallet's token portfolio without committing to a subscription-based Solana RPC or portfolio indexer. It is well suited for AI agents that need on-demand Solana balance checks paid via the x402 micropayment protocol on Base chain, especially when query volume is low or sporadic.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error response
- Wallet with no token holdings returns an empty portfolio
- Network timeout or RPC node unavailability causes delayed or failed response
- Payment failure on Base chain (insufficient USDC) blocks the request
- Schema is minimally documented so unexpected fields may appear or be absent

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a portfolio object containing the list of SPL tokens and native SOL held by the queried wallet address, including token mint addresses, balances, and potentially USD values or metadata for each asset.

## 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/ggwp-solana-portfolio-lookup-276516bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
