# LensCrypt Solana New Tokens

> LensCrypt Solana New Tokens is a paid API for AI agents from lemscrypt.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

## Facts

- Endpoint: GET https://lemscrypt.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-a284abed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vmd2erka37Ai9lUZivhZI

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

Example prompt: Show me the newest tokens that just launched on Solana so I can evaluate which ones are worth trading.

## When to prefer this

Choose this endpoint when you need a quick, cheap ($0.05 USDC) snapshot of newly launched Solana tokens and are already using the LensCrypt suite for broader Solana intelligence. It is particularly useful as a first-stage feed for sniper bots, safety screeners, or trading dashboards that need to react quickly to new token launches on Solana.

## Known failure modes

- No new tokens returned if market activity is low or filters are too restrictive
- Rate limiting or payment failure if USDC x402 payment is not correctly attached
- Malformed or minimal response schema may omit useful fields like liquidity or holder counts
- Service unavailability on Vercel-hosted deployment due to cold starts or outages
- Input properties parameter may not be well-documented, leading to unexpected filtering behavior

## 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 or symbols, and launch metadata such as creation timestamps or initial liquidity information.

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