# WURK API - Base X Raid Large

> WURK API - Base X Raid Large is a paid API for AI agents from wurkapi.fun, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Creates a large cluster of X (Twitter) engagement jobs (likes, reposts, comments, bookmarks) for a single post via a single $5 USDC x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/large
- Price: $5/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-base-x-raid-large-5c179942
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1HvfpU4mfKc86k4LVrPdF

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-base-x-raid-large-5c179942
```

Example prompt: Run a large X raid on my post at https://x.com/myuser/status/123456789 — I want the full bundle with 100 likes, 40 reposts, 50 comments, and 10 bookmarks, paid with $5 USDC on Base.

## When to prefer this

Use this endpoint when you need a large, multi-type engagement push on a single X post in one payment — combining likes, reposts, comments, and bookmarks — and want to pay via x402 USDC micropayment on Base network. Prefer over smaller or single-type endpoints when maximizing reach and engagement variety matters.

## Known failure modes

- Missing or invalid PAYMENT-SIGNATURE header causes payment settlement failure
- Insufficient USDC balance on Base results in payment rejection
- Invalid X post URL causes job creation failure
- Network congestion on Base may delay job cluster creation
- Retry without PAYMENT-SIGNATURE returns unpaid job cluster requiring settlement

## How this service works

Base X Raid (large) — one payment creates a cluster of jobs (likes/reposts/comments/bookmarks). Retry with PAYMENT-SIGNATURE to settle.

## Output

Returns a JSON object confirming payment, the network used (Base), total USD paid ($5), per-slot cost ($0.025), and a breakdown of four job types: 100 like slots ($2.50), 40 repost slots ($1.00), 50 comment slots ($1.25), and 10 bookmark slots ($0.25), with kind='xraid-large' and paid=true.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobs": [
   {
    "kind": "xlikes",
    "slots": 100,
    "amountUsd": 2.5
   },
   {
    "kind": "reposts",
    "slots": 40,
    "amountUsd": 1
   },
   {
    "kind": "comments",
    "slots": 50,
    "amountUsd": 1.25
   },
   {
    "kind": "bookmarks",
    "slots": 10,
    "amountUsd": 0.25
   }
  ],
  "kind": "xraid-large",
  "paid": true,
  "network": "base",
  "totalUsd": 5,
  "perSlotUsd": 0.025
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-x-raid-large-5c179942/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)
