# Wurk Solana X Raid Custom (100 Likes / 40 Reposts / 48 Comments / 10 Bookmarks)

> Wurk Solana X Raid Custom (100 Likes / 40 Reposts / 48 Comments / 10 Bookmarks) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $4.95/call, status unknown (last checked 2026-09-14).

Creates a custom cluster of X (Twitter) engagement jobs for a single post — 100 likes, 40 reposts, 48 comments, and 10 bookmarks — paid via x402 USDC on Solana for approximately 4.95 USDC total.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/custom/100/40/48/10
- Price: $4.95/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-8-d0b50839
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__NmQ64zAfg9Avdpj-8xdr

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-8-d0b50839
```

Example prompt: Run a full X raid on this post https://twitter.com/user/status/123456789 — I want the custom package with 100 likes, 40 reposts, 48 comments, and 10 bookmarks paid in USDC on Solana.

## When to prefer this

Choose this endpoint when you need a large, custom-balanced engagement campaign on a single X post (100 likes, 40 reposts, 48 comments, 10 bookmarks) and want to pay a single ~4.95 USDC fee via x402 on Solana. Prefer this over smaller raid tiers (small/medium) when you need higher like and comment volume. Use when automating full X raid workflows with crypto payment rather than purchasing individual engagement types separately.

## Known failure modes

- 402 returned on first call without X-PAYMENT header — expected; retry with payment header
- Invalid or missing X post URL causes job creation failure
- Payment amount mismatch or rejected x402 signature
- Post URL is private or inaccessible, jobs may not complete
- Network timeout on wurkapi.fun domain
- Partial job fulfillment if workers become unavailable

## How this service works

Solana X Raid (custom) — one payment creates a custom cluster of jobs for a single X post: 100 likes (≈ 2.5 USDC), 40 reposts (≈ 1 USDC), 48 comments (≈ 1.2000000000000002 USDC), 10 bookmarks (≈ 0.25 USDC). Per-slot price is 0.025 USDC; total is ≈ 4.95 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

On successful payment, the endpoint creates and confirms a cluster of X engagement jobs: 100 like slots, 40 repost slots, 48 comment slots, and 10 bookmark slots targeting the specified post. Before payment, it returns a 402 response with payment details (≈4.95 USDC total at 0.025 USDC per slot) for the agent to fulfill.

## 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-8-d0b50839/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)
