# Wurk Solana X Raid Large

> Wurk Solana X Raid Large is a free API for AI agents from wurkapi.fun, Free, status unknown (last checked 2026-09-15).

Creates a large cluster of X (Twitter) engagement jobs — 100 likes, 40 reposts, 50 comments, and 10 bookmarks — for a single post via a single ~10 USDC Solana payment using x402.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/scout/large
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-wurk-quick-jobs-solana-11-6ec0710f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U9Nsup4kUax-hJ9K4bskr

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-wurk-quick-jobs-solana-11-6ec0710f
```

Example prompt: Run a large X raid on this tweet — https://twitter.com/example/status/123456789 — I want 100 likes, 40 reposts, 50 comments, and 10 bookmarks, paying ~10 USDC on Solana.

## When to prefer this

Use this endpoint when you need a large, all-in-one X engagement package (100 likes + 40 reposts + 50 comments + 10 bookmarks) for a single post and want to pay ~10 USDC in one shot on Solana via x402. Prefer over the small or custom raid endpoints when the full large package is needed without custom configuration.

## Known failure modes

- 402 returned on first call without X-PAYMENT header — expected; retry with payment
- Payment insufficient or malformed X-PAYMENT header — payment rejected
- Invalid or inaccessible X/Twitter post URL — job creation fails
- Solana transaction not confirmed — jobs not created
- Rate limiting or server unavailability at wurkapi.fun

## How this service works

Solana X Raid (large) — one payment creates a cluster of jobs for a single X post: 100 likes (≈ 5 USDC), 40 reposts (≈ 2 USDC), 50 comments (≈ 2.5 USDC), 10 bookmarks (≈ 0.5 USDC). Per-slot price is 0.05 USDC; total is fixed at ≈ 10 USDC. Flow: call without X-PAYMENT returns 402 discovery; retry the exact same URL with X-PAYMENT to confirm payment and create/confirm the jobs.

## Output

Returns a job cluster confirmation indicating that 100 like slots, 40 repost slots, 50 comment slots, and 10 bookmark slots have been created for the specified X post, along with job IDs and status. First call without payment returns a 402 payment-required response with pricing details; retrying with the X-PAYMENT header confirms payment and creates the jobs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "X / Twitter post URL"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-wurk-quick-jobs-solana-11-6ec0710f/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)
