# WURK API - X Followers Growth (Base/x402)

> WURK API - X Followers 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 that incentivizes real users to follow a specified X (Twitter) account, paid via USDC x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xfollowers
- 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-x-followers-growth-base-x402-7bde660e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PXDaSnnsAuAKNzgnDiORF

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-x-followers-growth-base-x402-7bde660e
```

Example prompt: Create a WURK follower task to get 100 new followers for my X account @morningbloom_co — pay with USDC on Base.

## When to prefer this

Use this endpoint when you want to programmatically launch a paid X follower-growth campaign using on-chain USDC micropayments on Base. Prefer this over manual social media promotion tools when you need agent-driven, verifiable task creation with proof-of-follow submission built in.

## Known failure modes

- Payment not received or insufficient USDC — job not created
- Invalid or non-existent X handle provided — job may fail or target wrong account
- Follower count outside min/max range (5–1000) — rejected or clamped
- Network congestion on Base causing payment confirmation delay
- x402 payment header missing or malformed — 402 response returned before job creation

## 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, including ok:true, job kind (e.g. xfollowers-100), the target handle, profile URL, network (base), paid status, follower count requested, and per-follower pricing details (min, max, default, perFollowerUsd).

## 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": "xfollowers-100",
  "paid": true,
  "handle": "elonmusk",
  "network": "base",
  "pricing": {
   "max": 1000,
   "min": 5,
   "default": 100,
   "perFollowerUsd": 0.03
  },
  "followers": 100,
  "profileUrl": "https://x.com/elonmusk"
 }
}
```

## More

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