# Wurk Solana X Raid Medium

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

Creates a medium-sized cluster of X (Twitter) engagement jobs (50 likes, 20 reposts, 25 comments, 5 bookmarks) for a single post, paid via x402 USDC on Solana for approximately 5 USDC total.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/scout/medium
- 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-10-aad1e876
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YUD2PleS159axj2roH5NW

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-10-aad1e876
```

Example prompt: Run a medium X raid on this tweet — https://x.com/example/status/123456789 — with 50 likes, 20 reposts, 25 comments, and 5 bookmarks using Solana USDC for about 5 USDC total.

## When to prefer this

Choose this endpoint when you need a medium-scale, bundled X engagement campaign (50 likes + 20 reposts + 25 comments + 5 bookmarks) in a single payment of ~5 USDC on Solana. Prefer over the small raid when you need more social signal, and over custom raids when you want a fixed, predictable package. Best for moderate promotion pushes where a single consolidated payment via x402 is preferred over managing individual job types.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions — expected on first call
- Invalid or expired payment header returns payment rejected error
- Malformed or inaccessible X post URL returns validation error
- Solana network congestion may delay payment confirmation
- Duplicate payment signature may result in idempotency conflict

## How this service works

Solana X Raid (medium) — one payment creates a cluster of jobs for a single X post: 50 likes (≈ 2.5 USDC), 20 reposts (≈ 1 USDC), 25 comments (≈ 1.25 USDC), 5 bookmarks (≈ 0.25 USDC). Per-slot price is 0.05 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 cluster of engagement jobs is created for the specified X post: 50 like slots, 20 repost slots, 25 comment slots, and 5 bookmark slots. The response confirms job creation and payment settlement. Initial call without payment returns a 402 discovery response; retry with X-PAYMENT header completes the transaction.

## 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-10-aad1e876/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)
