# GetDigitalCraft - pump.fun Creator Vault Fee Tracker

> GetDigitalCraft - pump.fun Creator Vault Fee Tracker is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns lifetime creator-vault fees earned by a pump.fun creator, reflecting only coins that actually traded and generated fees

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/pumpfun-creator
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-pump-fun-creator-vault-fee-tracker-2703f937
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-0iyGqVi7AO-LCUWP7Jul

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-creator-vault-fee-tracker-2703f937
```

Example prompt: How much has this pump.fun creator earned in lifetime vault fees? Their wallet address is 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I only want to see fees from coins that actually traded.

## When to prefer this

Use this endpoint when you need to evaluate a pump.fun creator's credibility and track record based on actual trading-derived vault fee earnings, rather than just the number of coins they've launched. Ideal for due diligence workflows, token vetting bots, or analytics dashboards that surface legitimate creators versus rug-pull risks on Solana.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Creator address with no pump.fun activity returns zero or empty fee data
- pump.fun API downtime or rate limiting may cause timeout or empty response
- Non-creator addresses (e.g. trader wallets) may return zero fees

## How this service works

Track record for a pump.fun creator: lifetime creator-vault fees earned, which only accrue from coins that actually traded

## Output

Returns the lifetime creator-vault fees earned by the specified pump.fun creator address, reflecting only fees that accrued from coins that actually had trading activity — giving a signal of real creator track record rather than just launch count.

## 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-creator-vault-fee-tracker-2703f937/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)
