# LensCrypt Solana NFT Portfolio Lookup

> LensCrypt Solana NFT Portfolio Lookup is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-08).

Retrieves the NFT portfolio holdings for a given Solana wallet address

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/nft/solana/portfolio/%7Bwallet%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-solana-nft-portfolio-lookup-dc2eb3c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0B7BXfcdVW2Dl3EVi_pEc

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 lenscrypt-solana-nft-portfolio-lookup-dc2eb3c7
```

Example prompt: What NFTs does the Solana wallet 9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin hold? Pull the full NFT portfolio from LensCrypt.

## When to prefer this

Use this endpoint when you need to look up NFT holdings specifically on the Solana blockchain for a given wallet address. Prefer this over Ethereum-based NFT portfolio endpoints when the target wallet is a Solana address. Useful for portfolio audits, whale tracking, or due diligence on Solana NFT holders.

## Known failure modes

- Invalid or malformed Solana wallet address returns error
- Wallet with no NFTs returns empty portfolio
- Payment failure via x402 protocol blocks request
- Rate limiting or quota exceeded returns 402 or 429
- Solana RPC downtime may cause delayed or failed response

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with the NFT portfolio for the specified Solana wallet, including collections held, individual token details, and portfolio metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-solana-nft-portfolio-lookup-dc2eb3c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
