# Solana Fresh Launches Feed — pump.fun New Coin Discovery

> Solana Fresh Launches Feed — pump.fun New Coin Discovery is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns a real-time feed of the newest pump.fun token launches on Solana, filterable by age, market cap, and count.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/sol/launches
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-fresh-launches-feed-pump-fun-new-coin-discovery-5ca36dd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gb_lrmiq7WCAvSW7j8ciU

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-fresh-launches-feed-pump-fun-new-coin-discovery-5ca36dd3 -d '<json body>'
```

Example prompt: Show me the 30 newest pump.fun token launches from the last 15 minutes that have at least a $5,000 market cap — I want to scout early sniping opportunities on Solana.

## When to prefer this

Use this endpoint when you need the very freshest pump.fun token launches on Solana for sniping, early entry scanning, or new-pair monitoring. It is purpose-built for real-time Solana launch discovery with age and market cap filters, making it ideal for automated trading agents that need to act within minutes of launch. Prefer this over general token search endpoints when recency and pump.fun-specific coverage are the priority.

## Known failure modes

- No launches found matching filters — returns empty list if minMcapUsd is too high or maxAgeMin too narrow
- Limit exceeds 50 — clamped or rejected with validation error
- Payment failure — x402 payment not settled, returns 402 status
- Service unavailable — Railway deployment downtime returns 5xx
- Stale data — real-time feed may lag by seconds during high Solana congestion

## How this service works

Freshest Solana token launches from pump.fun: newest coins with age (seconds), USD market cap, SOL raised on the bonding curve, reply count, live flag, and socials. Send { limit?, maxAgeMin?, minMcapUsd? }. The real-time new-token radar for Solana sniper agents — pair with sol/rug-check before aping.

## Output

A list of recently launched pump.fun tokens on Solana, each including token name, address, market cap in USD, and launch timestamp, ordered by recency. Up to 50 results depending on the limit parameter, filtered to the specified age window and minimum market cap.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-fresh-launches-feed-pump-fun-new-coin-discovery-5ca36dd3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
