# WURK API - Pump.fun Comments (Base x402)

> WURK API - Pump.fun Comments (Base x402) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.5/call, status down (last checked 2026-08-24).

Creates a paid WURK task that recruits human users to comment on a Pump.fun token page, paid via USDC over x402 on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/pfcomments
- Price: $2.5/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-pump-fun-comments-base-x402-eee76819
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ndnlRL_4rkPF_6WDfQjR6

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 wurk-api-pump-fun-comments-base-x402-eee76819
```

Example prompt: Get me 100 comments on this Pump.fun token page — https://pump.fun/coin/abc123 — and tell people to say something bullish about the tokenomics.

## When to prefer this

Use this endpoint when you need human-generated comments on a specific Pump.fun token page, paid via USDC micropayments on Base through the x402 protocol. Prefer this over generic social media engagement tools when targeting Pump.fun specifically and when on-chain payment settlement is required.

## Known failure modes

- Payment not received — job not created, returns payment required error
- Invalid or missing Pump.fun URL — job creation fails
- Insufficient USDC balance for x402 payment — transaction rejected
- Network congestion on Base — payment confirmation delayed
- Job created but workers fail to submit proof — partial completion

## How this service works

Base Pump.fun Comments quick endpoint. Create a paid WURK task to get comments on a Pump.fun token page. Provide a pump.fun URL (and optional amount + optional instructions), pay with USDC via x402, and the job will be created on wurk.fun for users to comment and submit proof.

## Output

Returns a JSON object confirming the job was created on wurk.fun, including ok status, job kind (e.g. pfcomments-100), paid flag, network (base), number of comments ordered, and price per comment in USD.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "kind": "pfcomments-100",
  "paid": true,
  "network": "base",
  "comments": 100,
  "pricePerCommentUsd": 0.025
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-pump-fun-comments-base-x402-eee76819/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
