# Wurk Solana X Raid Custom (18 Likes / 10 Reposts / 10 Comments)

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

Creates a custom cluster of social engagement jobs (18 likes, 10 reposts, 10 comments) on a specified X/Twitter post, paid via x402 USDC on Solana.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xraid/custom/18/10/10/0
- Price: $0.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-6-7e54d255
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PjVQF9m6afzqyULCyRjKI

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-6-7e54d255
```

Example prompt: Boost my tweet at https://x.com/myhandle/status/123456789 with 18 likes, 10 reposts, and 10 comments using a Wurk custom X raid on Solana — if you already paid, retry with the payment signature to settle it.

## When to prefer this

Choose this endpoint when you need a specific custom combination of 18 likes, 10 reposts, and 10 comments on a single X/Twitter post in one bundled Solana x402 payment. Prefer over smaller raid endpoints (20 likes only) when multi-type engagement is needed, and over larger raids (50 likes) when a mid-size custom cluster suffices.

## Known failure modes

- Missing or invalid X/Twitter post URL returns an error or empty job cluster
- Payment not yet confirmed causes a 402 response requiring retry with PAYMENT-SIGNATURE
- Invalid or expired payment signature causes settlement failure
- Post URL is private or deleted and jobs cannot be executed
- Network timeout or Solana RPC delays cause slow settlement

## How this service works

Solana X Raid (custom) — one payment creates a custom cluster. Retry with PAYMENT-SIGNATURE to settle.

## Output

Returns a job cluster confirmation indicating that 18 like jobs, 10 repost jobs, and 10 comment jobs have been queued for the specified X/Twitter post. On retry with a valid PAYMENT-SIGNATURE header, returns settlement status confirming the engagement cluster has been funded and jobs are active.

## 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-6-7e54d255/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)
