# WURK API - Discord Members Growth (Base/x402)

> WURK API - Discord Members Growth (Base/x402) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $3/call, status unknown (last checked 2026-09-14).

Creates a paid WURK job to recruit new members into a Discord server, paying via USDC x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/dcmembers
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-discord-members-growth-base-x402-e85de52b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s__CWcq7f2H3IAEwMywQK

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-discord-members-growth-base-x402-e85de52b
```

Example prompt: I want to get 100 new members to join my Discord server — here's the invite link: https://discord.gg/myserver. Pay for it with USDC on Base via WURK.

## When to prefer this

Use this endpoint when you want to quickly grow a Discord server's membership using a crypto micropayment (USDC on Base) and need a turnkey job dispatched to real users on wurk.fun to join and submit proof. Prefer this over manual outreach or other social growth APIs when you need on-chain payment settlement and verifiable task completion.

## Known failure modes

- Invalid or expired Discord invite link — job not created
- Member count outside allowed range (min 5, max 250) — validation error
- x402 payment not completed or insufficient USDC balance — job not created
- Network or wurkapi.fun server error — non-200 response
- Malformed request parameters — error response

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object confirming the job was created on wurk.fun, including ok status, job kind (e.g. dcmembers-100), paid flag, member count requested, network (base), per-member USD pricing, and the invite URL used.

## 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": "dcmembers-100",
  "paid": true,
  "members": 100,
  "network": "base",
  "pricing": {
   "max": 250,
   "min": 5,
   "default": 100,
   "perMemberUsd": 0.03
  },
  "inviteUrl": "https://discord.gg/yourcode"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-discord-members-growth-base-x402-e85de52b/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)
