# Wurk Solana 40 Comments Quick Job

> Wurk Solana 40 Comments Quick Job is a paid API for AI agents from wurkapi.fun, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Creates a bulk 40-comment engagement job for a single X (Twitter) post, paid via x402 protocol using USDC on Solana for approximately 1 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/comments/40
- Price: $1/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-21-432080dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_13zzePkNj9Ewp9QDQHHIr

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-21-432080dc
```

Example prompt: Use Wurk to buy 40 comments for this X post — https://x.com/user/status/1234567890 — and pay with USDC on Solana via x402.

## When to prefer this

Choose this endpoint when you need exactly 40 comments on an X/Twitter post and want to pay with USDC on Solana via the x402 protocol. It is the default fixed-slot variant; prefer it over the dynamic ?amount= endpoints when 40 comments (≈1 USDC) fits your campaign. Use sibling endpoints for different comment counts (5–250) or combined engagement raids (likes + reposts + comments).

## Known failure modes

- Missing url query parameter on paid call — job not created, schema-only response returned
- Invalid or expired X-PAYMENT header — payment rejected, 402 re-issued
- Insufficient USDC balance on Solana — payment fails before job creation
- Invalid or inaccessible X/Twitter URL — job creation may fail or produce no results
- Network congestion on Solana causing payment settlement delays

## How this service works

Solana 40 Comments — multi-comment quick job for a single X (Twitter) post paid via x402 using USDC on Solana. Each comment slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 comments via the numeric path segment (/comments-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/comments?amount=80&url=...). Requests without an explicit amount/winners default to 40 comments (≈ 1 USDC); this descriptor currently describes 40 comments for ≈ 1 USDC. First call (without X-PAYMENT and usually without url) returns this 402 discovery with schema; second call with X-PAYMENT and url creates the job and returns jobId, network, kind and winners.

## Output

On the first call (without payment), returns a 402 payment-required response with payment discovery schema including cost (~1 USDC) and instructions. On the second call (with X-PAYMENT header and url query param), returns a JSON object containing jobId, network (Solana), kind (comments), and winners (40), confirming the comment job has been created.

## 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-21-432080dc/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)
