# GGWP API Hub – Pump.fun Endpoint

> GGWP API Hub – Pump.fun Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.192406/call, status unknown (last checked 2026-09-15).

Fetches or interacts with Pump.fun token/meme coin data via a pay-per-call API on the Base blockchain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/pumpfun
- Price: $0.192406/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-pump-fun-endpoint-be9e3542
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HUTipT37WsVsjAaS3BlKA

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 ggwp-api-hub-pump-fun-endpoint-be9e3542 -d '<json body>'
```

Example prompt: Can you pull the latest data on a pump.fun token for me — I want to see its market cap, bonding curve progress, and holder count for the token with address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU?

## When to prefer this

Use this endpoint when you need real-time or recent pump.fun-specific token data including bonding curve status, holder info, or meme coin launch metadata. Prefer this over generic Solana RPC calls when you want pump.fun-structured data without building your own scraper, and when you are willing to pay per call via the x402 protocol on Base chain.

## Known failure modes

- Invalid or missing token address returns an error result
- Token not found on pump.fun returns empty or null data
- Payment failure via x402 protocol on Base chain blocks the call
- Rate limiting or network issues on the vercel deployment cause timeouts
- Malformed request body returns a schema validation error

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns an API response object containing pump.fun token data such as market cap, bonding curve progress, holder information, token metadata, and launch details, wrapped in a result object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response 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/ggwp-api-hub-pump-fun-endpoint-be9e3542/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
