# Wurk Solana X Raid Medium

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

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/medium
- Price: $2/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-2-9c74529a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nQVU__GKgyo4L-FkbFFm1

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-2-9c74529a
```

Example prompt: Run a medium X raid on this tweet — https://twitter.com/user/status/123456789 — boosting it with 50 likes, 20 reposts, 25 comments, and 5 bookmarks using about 2.5 USDC from my Solana wallet.

## When to prefer this

Use this endpoint when you need a medium-sized, balanced engagement boost on a single X/Twitter post and want to pay ~2.5 USDC in one transaction via Solana. Prefer over the small raid (wurk-quick-jobs-solana) when you need more than 20 likes or 10 reposts. Prefer over custom raids when the fixed medium bundle (50 likes, 20 reposts, 25 comments, 5 bookmarks) matches your needs without configuration.

## Known failure modes

- 402 returned on first call without X-PAYMENT header — expected, retry with payment
- Invalid or malformed X/Twitter post URL returns error
- Insufficient USDC balance causes payment failure
- Post URL not publicly accessible causes job creation failure
- Network timeout during job cluster creation

## How this service works

Solana X Raid (medium) — one payment creates a cluster of jobs for a single X post: 50 likes (≈ 1.25 USDC), 20 reposts (≈ 0.5 USDC), 25 comments (≈ 0.625 USDC), 5 bookmarks (≈ 0.125 USDC). Per-slot price is 0.025 USDC; total is fixed at ≈ 2.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 is created containing distributed engagement tasks: 50 like slots, 20 repost slots, 25 comment slots, and 5 bookmark slots targeting the specified X/Twitter post. The response confirms payment and job creation with a total cost of approximately 2.5 USDC at 0.025 USDC per slot.

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