# Pump.fun Graduation Token Tracker

> Pump.fun Graduation Token Tracker is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.750000/call, status unknown (last checked 2026-09-14).

Identifies tokens graduating from the Pump.fun bonding curve to a DEX on Solana

## Facts

- Endpoint: POST https://api.relai.fi/relay/1769629274857/x402/bitquery/pumpfun-graduation
- Price: $0.750000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pump-fun-graduation-token-tracker-9e14d23c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fLLL8qI0Mlgewk3wTv7E

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 pump-fun-graduation-token-tracker-9e14d23c -d '<json body>'
```

Example prompt: Show me the latest 20 tokens graduating from the Pump.fun bonding curve to a DEX on Solana right now.

## When to prefer this

Use this endpoint when you need real-time or recent data on Pump.fun tokens graduating to DEX on Solana — ideal for trading bots, token discovery tools, or DeFi dashboards monitoring new Solana token listings. Prefer this over general Solana token APIs when specifically tracking the Pump.fun bonding curve lifecycle.

## Known failure modes

- Invalid limit value returns error
- Unsupported chain returns error
- Network timeout from Bitquery upstream
- No graduation events in the requested time period returns empty list
- Rate limiting or payment failure returns 402

## How this service works

Identify tokens graduating from Pump.fun bonding curve to DEX. Supported chains: solana. Default chain: solana. Required params: none (chain/limit/timeperiod are optional and defaulted).

## Output

A list of Solana tokens that have recently graduated from the Pump.fun bonding curve to a decentralized exchange, including token identifiers and relevant graduation metadata, up to the specified limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pump-fun-graduation-token-tracker-9e14d23c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
