# PumpFun Trending Tokens with AI Analysis

> PumpFun Trending Tokens with AI Analysis is a paid API for AI agents from api.xona-agent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a list of currently trending PumpFun tokens on Solana with AI-generated meta summaries, fresh token suggestions, and detailed token info including price changes and icon descriptions

## Facts

- Endpoint: GET https://api.xona-agent.com/token/pumpfun-trending
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-xona-agent-com-0e0559c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GWloaVj-ihLe4iv9aYdmv

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 api-xona-agent-com-0e0559c8
```

Example prompt: What PumpFun tokens are trending right now? Give me the AI-generated meta summary, any fresh token suggestions, and price change info for each.

## When to prefer this

Choose this endpoint when you need a real-time, AI-curated view of trending PumpFun tokens on Solana, especially when you want not just raw token data but also an AI-generated narrative about the dominant memecoin meta and intelligent suggestions for fresh tokens. Ideal for memecoin traders, analysts, or agents building Solana token dashboards.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required)
- PumpFun data temporarily unavailable (503 Service Unavailable)
- Rate limit exceeded (429 Too Many Requests)
- API key or authentication missing (401 Unauthorized)
- No trending tokens found at time of request (empty result set)

## How this service works

AI-powered list of trending PumpFun tokens with memecoin meta summaries, fresh token suggestions, and detailed token info including price changes and icons.

## Output

A structured response containing: (1) a dominant meta summary describing the overarching narrative or theme across trending PumpFun tokens, (2) a list of fresh token suggestions, and (3) detailed token information including names, symbols, price changes, and icon descriptions for each trending token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "bodyType",
    "body",
    "method"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-xona-agent-com-0e0559c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.xona-agent.com](https://www.zero.xyz/host/api.xona-agent.com/llms.txt)
