# GetDigitalCraft pump.fun Bonding Curve State

> GetDigitalCraft pump.fun Bonding Curve State 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-15).

Returns live bonding-curve data for a pump.fun token, including price in SOL, market cap, graduation progress, reserves, and creator address.

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/pumpfun-curve
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-pump-fun-bonding-curve-state-c5231c40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6reS_MmgCwUNJ56aTTyyq

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-bonding-curve-state-c5231c40
```

Example prompt: What's the current bonding curve state for this pump.fun token — give me its price in SOL, market cap, how far along it is toward graduation, and who created it?

## When to prefer this

Use this endpoint when you need real-time bonding-curve data specifically from pump.fun, including graduation progress and creator info, as opposed to general Solana token price feeds or DEX aggregators that don't surface pump.fun-specific curve mechanics.

## Known failure modes

- Invalid or non-existent token mint address returns an error or empty result
- Token not found on pump.fun (e.g. already graduated or incorrect address) returns no data
- Network latency or pump.fun RPC issues may cause stale or failed responses
- Missing required token address parameter returns a validation error

## How this service works

Live pump.fun bonding-curve state for a token: price in SOL, market cap, graduation progress, reserves and creator

## Output

Returns live bonding-curve state for the specified pump.fun token, including the current token price denominated in SOL, total market cap, percentage progress toward the graduation threshold, the amount of SOL and token reserves in the curve, and the creator's Solana wallet address.

## 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-bonding-curve-state-c5231c40/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)
