# Wurk Solana X Raid Large

> Wurk Solana 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 (100 likes, 40 reposts, 50 comments, 10 bookmarks) for a single post via a single ~5 USDC Solana payment using the x402 protocol.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/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-wurk-quick-jobs-solana-3-c630b640
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2YzZ_T8bGHTelONrDeFRK

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-3-c630b640
```

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

## When to prefer this

Use this endpoint when you need a high-volume, all-in-one engagement boost for a single X post — specifically the large tier with 100 likes, 40 reposts, 50 comments, and 10 bookmarks (~5 USDC total on Solana). Prefer this over the small or medium raid endpoints when you want maximum engagement impact in one payment. Choose this over individual-action endpoints when coordinating multiple engagement types simultaneously.

## Known failure modes

- 402 returned on first call without X-PAYMENT header — expected discovery response, retry with payment
- Payment amount mismatch — payment does not match the fixed ~5 USDC price
- Invalid or malformed X/Twitter post URL in query params
- Payment already used or double-spend detected
- Network or Solana RPC issues causing payment confirmation failure
- Job cluster creation failure after payment — contact provider for refund

## How this service works

Solana X Raid (large) — one payment creates a cluster of jobs for a single X post: 100 likes (≈ 2.5 USDC), 40 reposts (≈ 1 USDC), 50 comments (≈ 1.25 USDC), 10 bookmarks (≈ 0.25 USDC). Per-slot price is 0.025 USDC; total is fixed at ≈ 5 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

A confirmed job cluster record indicating that 100 like slots, 40 repost slots, 50 comment slots, and 10 bookmark slots have been created for the target X post, totaling approximately 5 USDC charged via Solana x402 payment.

## 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-3-c630b640/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)
