# Wurk Solana 108 X Likes Quick Job

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

Creates a paid job to deliver 108 likes to a specified X (Twitter) post using USDC on Solana via x402 payment protocol

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xlikes/108
- Price: $2.7/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-18-7191b599
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FTctKywKmk9k3piK914PQ

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-18-7191b599
```

Example prompt: Can you buy 108 likes for my X post at https://x.com/someuser/status/1234567890 using Solana USDC — that's the wurkapi quick job for about 2.7 USDC total?

## When to prefer this

Use this endpoint when you need exactly 108 likes (≈2.7 USDC) on a single X post and want to pay programmatically with USDC on Solana via x402. Prefer this over the dynamic /solana/xlikes?amount= endpoint when you want a fixed, pre-scoped job with a known cost. Choose the raid endpoints if you also need reposts or comments in the same payment.

## Known failure modes

- Missing url query parameter — job cannot be created without a target post URL
- Missing or invalid X-PAYMENT header — returns 402 payment required with schema
- Insufficient USDC balance — payment rejected before job creation
- Invalid or inaccessible X (Twitter) post URL — job may fail to execute
- Network congestion on Solana — payment confirmation delay
- Endpoint returns 402 on first probe call by design — requires two-step flow

## How this service works

Solana 108 Likes — multi-like quick job for a single X (Twitter) post paid via x402 using USDC on Solana. Each like slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 likes via the numeric path segment (/xlikes-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/xlikes?amount=80&url=...). Requests without an explicit amount/winners default to 40 likes (≈ 1 USDC); this descriptor currently describes 108 likes for ≈ 2.7 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 (unauthenticated) call, returns a 402 payment-required response with the discovery schema and pricing. On the second call (with X-PAYMENT header and url query param), returns a JSON object containing jobId, network (solana), kind (xlikes), and winners (108) confirming the like job was 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-18-7191b599/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)
