# Wurk Solana X Raid Small

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

Creates a bundled cluster of 20 likes, 10 reposts, and 10 comments on a single X (Twitter) post for approximately 2 USDC paid via x402 on Solana.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/scout/small
- 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-9-fa04dec2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OtzCoiZstS590g7u75q5o

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-9-fa04dec2
```

Example prompt: Run a small X raid on this tweet — https://x.com/user/status/123456789 — with 20 likes, 10 reposts, and 10 comments using about 2 USDC from my Solana wallet.

## When to prefer this

Choose this endpoint when you need a fixed small-scale bundled engagement package (20 likes + 10 reposts + 10 comments) for a single tweet at a predictable ~2 USDC cost on Solana via x402, rather than a custom or larger raid tier.

## Known failure modes

- 402 returned without X-PAYMENT header — expected discovery response, retry with payment
- Invalid or malformed X/Twitter post URL returns error or empty job creation
- Insufficient USDC balance on Solana causes payment failure
- Post URL points to a deleted or private tweet, causing job failures
- Payment signature mismatch or replay rejection

## How this service works

Solana X Raid (small) — one payment creates a cluster of jobs for a single X post: 20 likes (≈ 1 USDC), 10 reposts (≈ 0.5 USDC), 10 comments (≈ 0.5 USDC). Per-slot price is 0.05 USDC; total is fixed at ≈ 2 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 with individual job IDs and statuses for 20 like slots, 10 repost slots, and 10 comment slots on the specified X post, along with payment receipt details and per-slot pricing (0.05 USDC each).

## 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-9-fa04dec2/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)
