# PumpFun Memecoin Movers AI Analysis

> PumpFun Memecoin Movers 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 AI-powered analysis of trending PumpFun memecoin movers, including dominant meta summaries, fresh token suggestions, price changes, and token details.

## Facts

- Endpoint: GET https://api.xona-agent.com/token/pumpfun-movers
- 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-27f44219
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-d3m-NLQrxY3iCVJTfnjx

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-27f44219
```

Example prompt: What are the top PumpFun memecoin movers right now? Give me the AI-generated meta summary, any fresh token suggestions, and price change details.

## When to prefer this

Choose this endpoint when you need a real-time, AI-synthesized snapshot of trending PumpFun memecoin activity on Solana, especially when you want not just raw data but an interpreted meta narrative and curated token suggestions — rather than raw on-chain token lookups or generic crypto market feeds.

## Known failure modes

- Payment required (402) if x402 USDC payment of $0.1 is not provided
- No tokens returned if PumpFun market data is temporarily unavailable
- Stale or incomplete token data if upstream PumpFun data feed is delayed
- Empty suggestions list if no notable movers are detected in the current window

## How this service works

AI-powered analysis of PumpFun memecoin movers, providing dominant meta summaries, fresh token suggestions, price changes, and token details.

## Output

Returns an AI-generated analysis object containing: a dominant meta summary describing current PumpFun trends, a list of fresh token suggestions with reasoning, detailed token information including price changes, and icon/visual descriptions for each 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-27f44219/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)
