# Wurk Solana 25 X Likes Quick Job

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

Creates a quick job to deliver 25 likes on a single X (Twitter) post, paid via x402 using USDC on Solana for ~0.625 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xlikes/25
- Price: $0.625/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-2-ce6996df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n1oEDhk6wZ5e1cHYp3IT-

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-2-ce6996df
```

Example prompt: I want to buy 25 likes on this tweet — https://x.com/example/status/123456789 — and pay for it using USDC on Solana.

## When to prefer this

Use this endpoint when you need exactly 25 likes on a single X/Twitter post and want to pay with USDC on the Solana network via the x402 protocol. Prefer this over larger like-count endpoints (e.g. 40, 50, 80) when a smaller, cheaper boost (~0.625 USDC) is sufficient. Choose over raid endpoints when you only need likes and not a full engagement cluster (reposts, comments, bookmarks).

## Known failure modes

- Missing url query parameter returns error or incomplete job creation
- Missing X-PAYMENT header triggers 402 discovery response instead of job creation
- Invalid or malformed X/Twitter URL causes job rejection
- Insufficient USDC balance or payment failure results in payment error
- Invalid payment signature returns authentication error

## How this service works

Solana 25 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 25 likes for ≈ 0.625 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 (payment discovery), returns a 402 response with the payment schema and required USDC amount (~0.625 USDC for 25 likes). After supplying the X-PAYMENT header and the tweet URL, returns a job object containing jobId, network, kind, and winners (25).

## 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-2-ce6996df/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)
