# Pump.fun Token Analysis

> Pump.fun Token Analysis is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-13).

Analyzes Pump.fun token data and provides AI-driven insights on memecoins and token launches

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/pump-fun-analysis
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pump-fun-token-analysis-cc674b94
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gr62am_NbrJPGuujnB9rL

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-token-analysis-cc674b94 -d '<json body>'
```

Example prompt: Can you run a Pump.fun analysis on this token and tell me if it looks legit or like a rug pull risk?

## When to prefer this

Use this endpoint when you need AI-powered analysis of Pump.fun memecoin token launches on Solana, particularly for quick due diligence, rug pull risk assessment, or token quality scoring before trading or investing.

## Known failure modes

- Missing or malformed input token data returns an error
- Invalid token address or unsupported token returns no result
- Payment not received results in 402 response
- Pump.fun API unavailability causes upstream failure
- Ambiguous or empty result object if token has no indexable data

## How this service works

Generated by create next app

## Output

Returns an analysis result object containing AI-generated insights about a Pump.fun token, potentially including risk signals, token metrics, and evaluation data.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pump-fun-token-analysis-cc674b94/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
