# GetDigitalCraft pump.fun Complete Launch Report

> GetDigitalCraft pump.fun Complete Launch Report is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns a comprehensive pump.fun token report in a single call: bonding-curve price, graduation progress, rug-risk score with flagged issues, creator track record, and mint/freeze authority status

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/pumpfun-report
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-pump-fun-complete-launch-report-64881702
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O8bdqP9N6sIEGqYn-6rKQ

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 getdigitalcraft-pump-fun-complete-launch-report-64881702
```

Example prompt: Can you pull the full pump.fun launch report for token mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I want to see the bonding-curve price, how far along graduation is, the rug-risk score with any flagged issues, the creator's history, and whether mint or freeze authority is still active?

## When to prefer this

Choose this endpoint when you need a holistic pump.fun token safety and market snapshot in one call, replacing five separate API round trips. It is ideal when an agent needs to quickly evaluate a new pump.fun launch for rug risk, graduation proximity, and creator reputation simultaneously, especially in time-sensitive trading or listing decisions. Prefer it over the standalone rug-risk checklist sibling endpoint when you also need bonding-curve price data and creator track record.

## Known failure modes

- Invalid or non-existent mint address returns an error or empty report
- Token not listed on pump.fun returns no data
- Network timeout or upstream Solana RPC unavailability causes failure
- Payment of $0.25 USDC not completed results in 402 rejection
- Rate limiting if called too frequently

## How this service works

Complete pump.fun launch report in one call: bonding-curve price and graduation progress, rug-risk score with severity-tagged flags, creator track record, and mint authorities. Replaces five separate calls and the round trips between them

## Output

A consolidated JSON report covering: bonding-curve current price and graduation percentage, a numerical rug-risk score with severity-tagged individual flags (e.g. mint authority live, freeze authority live, dev holdings percentage, curve progress), the creator wallet's historical launch track record (number of prior tokens, rug rate), and the current status of mint and freeze authorities for the 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",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/getdigitalcraft-pump-fun-complete-launch-report-64881702/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
