# Wurk Solana X Raid Custom (50 Likes / 20 Reposts / 23 Comments / 5 Bookmarks)

> Wurk Solana X Raid Custom (50 Likes / 20 Reposts / 23 Comments / 5 Bookmarks) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.45/call, status unknown (last checked 2026-09-14).

Creates a custom cluster of X (Twitter) engagement jobs — 50 likes, 20 reposts, 23 comments, and 5 bookmarks — for a single post, paid via x402 USDC on Solana for approximately 2.45 USDC total.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/custom/50/20/23/5
- Price: $2.45/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-7-1858c7bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pMFQsCx1DmX9j9guDYJ_m

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-7-1858c7bc
```

Example prompt: Boost my tweet at https://x.com/example/status/123456789 with 50 likes, 20 reposts, 23 comments, and 5 bookmarks using Solana USDC — it'll cost about 2.45 USDC total.

## When to prefer this

Choose this endpoint when you need a pre-packaged custom mix of 50 likes, 20 reposts, 23 comments, and 5 bookmarks on a single X post in one payment transaction using USDC on Solana via the x402 protocol. Prefer it over the small/medium raid variants when you specifically want this exact 50/20/23/5 distribution without needing to call separate endpoints for each engagement type.

## Known failure modes

- 402 on first call without X-PAYMENT header — expected; retry with payment
- Payment insufficient or malformed — jobs not created
- Invalid or inaccessible X post URL — endpoint may reject or jobs may fail silently
- Solana network congestion causing payment confirmation delay
- Post already deleted or private — engagement jobs may fail after creation

## How this service works

Solana X Raid (custom) — one payment creates a custom cluster of jobs for a single X post: 50 likes (≈ 1.25 USDC), 20 reposts (≈ 0.5 USDC), 23 comments (≈ 0.5750000000000001 USDC), 5 bookmarks (≈ 0.125 USDC). Per-slot price is 0.025 USDC; total is ≈ 2.45 USDC (sum of slots × 0.025). 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 confirmation that the engagement job cluster has been created, including job IDs or status for each of the four engagement types (50 likes, 20 reposts, 23 comments, 5 bookmarks) against the specified X post URL. The initial call without payment returns a 402 with payment details; the retry with X-PAYMENT header confirms payment and activates the jobs.

## 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-7-1858c7bc/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)
