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

> WURK API - Telegram 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 task on wurk.fun to gain new members in a Telegram group, funded via USDC x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/tgmembers
- 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-telegram-members-growth-base-x402-f643d5af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AbajBdYD2rdj4mGgS3ywT

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-telegram-members-growth-base-x402-f643d5af
```

Example prompt: Create a WURK task to get 100 new members for my Telegram group at https://t.me/mycryptocommunity — pay with USDC on Base.

## When to prefer this

Use this endpoint when you need to programmatically grow a Telegram group's membership count and want to pay via USDC on Base using x402 micropayments. Prefer this over manual outreach or other growth tools when you need a crypto-native, agent-executable workflow that creates verifiable gig tasks for real users to complete.

## Known failure modes

- Invalid or expired Telegram join link returns an error
- Insufficient USDC payment causes x402 payment failure
- Requested member count below minimum (5) or above maximum (500) rejected
- Network congestion on Base may delay payment confirmation
- Malformed request missing required join URL returns 400-level error

## 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 the job kind (e.g. 'tgmembers-100'), the Telegram join URL, member count requested, network used (base), payment confirmation, and pricing details including per-member USD cost and min/max/default member counts.

## 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": "tgmembers-100",
  "paid": true,
  "joinUrl": "https://t.me/example",
  "members": 100,
  "network": "base",
  "pricing": {
   "max": 500,
   "min": 5,
   "default": 100,
   "perMemberUsd": 0.03
  }
 }
}
```

## More

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