# Wurk Solana X Raid Small

> Wurk Solana X Raid Small is a paid API for AI agents from wurkapi.fun, paid per call via x402, $1/call, 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 1 USDC via Solana x402 payment

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/small
- Price: $1/call
- Payment: x402
- 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-71c84ed9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_npHHCC7EBZGlyp34jubJH

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-71c84ed9
```

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 1 USDC on Solana.

## When to prefer this

Choose this endpoint when you need a fixed, affordable all-in-one X engagement bundle (likes + reposts + comments) for a single post, paid via Solana USDC through the x402 protocol. Prefer this over individual engagement endpoints when you want balanced engagement across all three interaction types at approximately 1 USDC total. Use the custom raid variants if you need different quantities or a larger campaign.

## Known failure modes

- 402 returned on first call without payment header — expected behavior, retry with X-PAYMENT header
- Invalid or non-existent X/Twitter post URL results in job creation failure
- Insufficient USDC balance causes payment rejection
- Malformed X-PAYMENT header causes 400 or 402 error
- Post already deleted or private may result in job execution failures after confirmation

## How this service works

Solana X Raid (small) — one payment creates a cluster of jobs for a single X post: 20 likes (≈ 0.5 USDC), 10 reposts (≈ 0.25 USDC), 10 comments (≈ 0.25 USDC). Per-slot price is 0.025 USDC; total is fixed at ≈ 1 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 creation response indicating that 20 like jobs, 10 repost jobs, and 10 comment jobs have been scheduled for the specified X post. On initial call without payment, returns a 402 with payment details; after retry with X-PAYMENT header, returns job cluster confirmation at approximately 1 USDC total (0.5 USDC likes + 0.25 USDC reposts + 0.25 USDC comments).

## 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-71c84ed9/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)
