# Wurk Solana 53 X Likes Quick Job

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

Creates a quick job to deliver 53 likes on a single X (Twitter) post, paid via x402 using USDC on Solana for approximately 1.325 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xlikes/53
- Price: $1.325/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-14-0ef785c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QTkYV0RFn8lIy8igRqULV

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-14-0ef785c8
```

Example prompt: Buy me 53 likes on this tweet using Solana USDC — here's the post URL: https://x.com/user/status/1234567890.

## When to prefer this

Use this endpoint when you specifically need 53 likes on an X post and want to pay with USDC on the Solana network via x402. Choose this fixed-slot endpoint for predictable pricing (≈1.325 USDC) without needing to specify an amount parameter. Prefer over the dynamic ?amount= endpoints when 53 likes matches your exact need.

## Known failure modes

- Missing url query parameter returns 402 discovery response without creating a job
- Missing or invalid X-PAYMENT header causes payment failure
- Invalid X (Twitter) post URL may result in job creation failure or no delivery
- Insufficient USDC balance for 1.325 USDC payment causes rejection
- Amount outside 5–250 range is not supported on this fixed-slot endpoint

## How this service works

Solana 53 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 53 likes for ≈ 1.3250000000000002 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 jobId, network (Solana), kind (xlikes), and winners (53) confirming the like delivery job was created. The first call without payment returns a 402 discovery response with the payment schema; the second call with X-PAYMENT header and the url query param creates the job and returns the job details.

## 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-14-0ef785c8/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)
