# EMC2 AI Pump.fun Token Launches

> EMC2 AI Pump.fun Token Launches is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.600000/call, status unknown (last checked 2026-09-15).

Returns fresh Pump.fun token launches on Solana with bonding curve progress data.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/pumpfun-launches/raw
- Price: $0.600000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-29aadf3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_95fMhQqa5zeeSDJ9RooCK

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 emc2ai-io-29aadf3e -d '<json body>'
```

Example prompt: Show me the freshest pump.fun token launches on Solana right now, including their bonding curve progress — I want to find tokens that are close to graduating.

## When to prefer this

Use this endpoint when you need real-time or near-real-time data on freshly launched Pump.fun tokens on Solana, specifically when bonding curve progress is required to identify tokens approaching graduation. Prefer over generic DEX screeners when Pump.fun-specific launch data and bonding curve mechanics are the focus.

## Known failure modes

- No recent launches found returns empty array
- Invalid query parameters return 400 error
- Bitquery upstream timeout returns 503 or gateway error
- Payment not included or insufficient USDC returns 402 Payment Required
- Rate limit exceeded returns 429

## How this service works

Fresh Pump.fun token launches with bonding curve progress (Solana only).

## Output

A list of recently launched Pump.fun tokens on Solana, each with bonding curve progress percentage, launch timestamp, token address, token name/symbol, and relevant market metrics such as volume and market cap.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  },
  "timeperiod": {
   "enum": [
    "1h",
    "4h",
    "24h",
    "7d",
    "30d"
   ],
   "type": "string",
   "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-29aadf3e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emc2ai.io](https://www.zero.xyz/host/emc2ai.io/llms.txt)
