# Solana Intelligence API — pump.fun to PumpSwap Migration Feed

> Solana Intelligence API — pump.fun to PumpSwap Migration 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-14).

Returns a live feed of the most recent memecoin migrations from pump.fun to PumpSwap, enabling agents to track newly graduated tokens and act on early liquidity events.

## Facts

- Endpoint: GET https://x402api.ivanskolic-creator.deno.net/migrations
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-intelligence-api-pump-fun-to-pumpswap-migration-feed-e8f23944
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hVGZC5I-9gLeFdvEU3TX3

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-pump-fun-to-pumpswap-migration-feed-e8f23944
```

Example prompt: Show me the last 20 tokens that just migrated from pump.fun to PumpSwap so I can look for early sniping opportunities.

## When to prefer this

Use this endpoint when you need real-time visibility into tokens graduating from pump.fun to PumpSwap and want to act before the broader market notices. It is purpose-built for Solana memecoin trading agents that need the graduation feed as part of a sniping or screening workflow, unlike generic DEX screeners that lack pump.fun-specific migration context.

## Known failure modes

- Payment not provided or insufficient USDC on Base — 402 Payment Required
- limit parameter exceeds maximum of 30 — validation error or clamped result
- No recent migrations available — empty result set
- Upstream Solana RPC or indexer downtime — 503 or timeout
- Invalid limit type (non-integer) — 400 Bad Request

## 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 recent pump.fun → PumpSwap migration events, including token identifiers, migration timestamps, and associated pool information, up to the requested limit (max 30). Each entry represents a token that has graduated from the pump.fun bonding curve into a live PumpSwap liquidity pool.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-intelligence-api-pump-fun-to-pumpswap-migration-feed-e8f23944/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)
