# Solana Intelligence API — New Tokens Feed

> Solana Intelligence API — New Tokens Feed is a paid API for AI agents from x402api.ivanskolic-creator.deno.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a live feed of the most recently launched Solana tokens, sourced from a forensic sniping bot stack

## Facts

- Endpoint: GET https://x402api.ivanskolic-creator.deno.net/new-tokens
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-intelligence-api-new-tokens-feed-f045a89b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yljjf67mExu_xLz1-kPS6

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 solana-intelligence-api-new-tokens-feed-f045a89b
```

Example prompt: Can you pull the latest 15 new tokens just launched on Solana — I want to see what's freshly hitting the market right now so I can evaluate them for sniping opportunities?

## When to prefer this

Use this endpoint when you need a real-time, continuously refreshed feed of brand-new Solana token launches — especially pump.fun graduates migrating to PumpSwap. It is purpose-built for sniping bot workflows, meaning the data is already structured for downstream rug-check and wallet-reputation calls on the same API. Prefer it over generic Solana RPC queries when you need pre-processed, alpha-relevant token events without building your own indexer.

## Known failure modes

- limit parameter exceeds max of 20 — returns error or clamps to 20
- no new tokens in the lookback window — returns empty array
- upstream Solana RPC lag causes stale data
- x402 payment failure blocks access before data is returned
- rate limiting if called too frequently without valid USDC payment

## How this service works

On-chain Solana intelligence for AI trading agents: memecoin rug check (honeypot, mint/freeze authority, sell-tax), insider/bundle detection via funding-graph, wallet reputation, live pump.fun->PumpSwap migration feed, new-pool feed, order-flow, price ticks, trending and promo-attention signals. Pay per call in USDC on Base via x402 — from $0.001/call. Built from a real Solana sniping bot's forensic stack.

## Output

A list of recently launched Solana tokens (up to 20 entries), each containing token address, name, metadata, launch timestamp, pool details, and migration status from pump.fun to PumpSwap. Useful as the first step in a snipe-and-screen pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max results (default 15, max 20)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-intelligence-api-new-tokens-feed-f045a89b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402api.ivanskolic-creator.deno.net](https://www.zero.xyz/host/x402api.ivanskolic-creator.deno.net/llms.txt)
