# LensCrypt Solana New Tokens Feed

> LensCrypt Solana New Tokens Feed is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a list of newly launched tokens on the Solana blockchain, enabling discovery of fresh token launches in near-real-time.

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/solana/new-tokens
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-solana-new-tokens-feed-ff8573c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kA5IvzVGthEx1vk1kARi_

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-new-tokens-feed-ff8573c7
```

Example prompt: Can you pull up the latest newly launched tokens on Solana right now? I want to see what's just been deployed so I can evaluate any early opportunities.

## When to prefer this

Choose this endpoint when you specifically need newly launched Solana tokens and want a simple paid REST call with USDC micropayment via x402. Prefer this over generic block explorers when you need structured, aggregated new-token data without parsing raw RPC responses yourself.

## Known failure modes

- No properties filter provided may return overly broad or unfiltered results
- Vercel cold-start latency may cause occasional slow responses
- Payment failure via x402 protocol blocks access with a 402 error
- Malformed properties parameter returns error or empty result set
- Data freshness lag if underlying on-chain indexer is delayed

## 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

A JSON response containing a list of newly created tokens on the Solana blockchain, likely including token addresses, names/symbols, creation timestamps, and potentially liquidity or DEX listing details for each token.

## 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-new-tokens-feed-ff8573c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptuluns.vercel.app](https://www.zero.xyz/host/cryptuluns.vercel.app/llms.txt)
