# Wurk Solana 20 Comments Quick Job

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

Creates a quick job to post 20 comments on a single X (Twitter) post, paid via x402 using USDC on Solana for approximately 0.5 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/comments/20
- Price: $0.5/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-16-64b65cc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xb3gfBj6LiYUmEhSq6apF

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-16-64b65cc9
```

Example prompt: Can you post 20 comments on my X post at https://x.com/myhandle/status/1234567890 and pay for it using USDC on Solana?

## When to prefer this

Use this endpoint when you need exactly 20 comments on a single X (Twitter) post and want to pay via x402 using USDC on Solana. Prefer this fixed-slot endpoint over dynamic endpoints when you know you need exactly 20 comments without configuring amount parameters. Choose over Base/Ethereum equivalents when transacting on Solana for lower fees.

## Known failure modes

- Missing url query parameter — job not created, error returned
- Missing or invalid X-PAYMENT header — 402 payment required response returned
- Invalid X (Twitter) post URL — job creation fails with validation error
- Insufficient USDC balance — payment rejected
- Network congestion on Solana — delayed job confirmation

## How this service works

Solana 20 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 20 comments for ≈ 0.5 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

Returns a JSON object with jobId (unique identifier for the created job), network (Solana), kind (comments), and winners (number of comment slots fulfilled, i.e. 20). First unauthenticated call returns a 402 payment-required discovery response with payment schema; authenticated call with X-PAYMENT header and url query param creates the job.

## 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-16-64b65cc9/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)
