# LensCrypt Solana New Tokens Feed

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

Returns a list of newly launched tokens on the Solana blockchain, useful for tracking recent token launches and early-stage opportunities.

## Facts

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

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-f50ff303
```

Example prompt: Show me the latest new tokens that just launched on Solana so I can look for early opportunities.

## When to prefer this

Choose this endpoint when you need real-time discovery of newly launched tokens on the Solana blockchain specifically, particularly for early alpha hunting, sniper detection research, or monitoring for new DeFi opportunities. It is part of LensCrypt's paid suite that accepts USDC micropayments via x402 on Base, making it suitable for agent-driven automated workflows.

## Known failure modes

- Payment required (402) if USDC payment via x402 protocol on Base is not attached
- Invalid or missing query parameters returning 400 error
- Solana data source unavailable causing 503 or empty results
- Rate limiting if too many requests are made in a short period
- Response schema is minimal ({status: ok}) so field availability may be inconsistent

## 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 launched Solana tokens, likely including token addresses, names, symbols, and launch timestamps or other metadata about each token's creation.

## 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-f50ff303/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)
