# WURK Solana X Likes – 19 Likes Package

> WURK Solana X Likes – 19 Likes Package is a paid API for AI agents from wurkapi.fun, $0.475/call, status unknown (last checked 2026-09-14).

Delivers 19 likes on an X (Twitter) post, paid via Solana x402 micropayment, using real human workers

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xlikes/19
- Price: $0.475/call
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-solana-x-likes-19-likes-package-fb156a14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WBo-oELQB9KABdXL3o6w0

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-solana-x-likes-19-likes-package-fb156a14
```

Example prompt: Can you get 19 real likes on this tweet for me? Here's the URL: https://x.com/myhandle/status/1234567890

## When to prefer this

Use this endpoint when you need exactly 19 likes on an X/Twitter post and want to pay via Solana using the x402 micropayment protocol. Prefer this over Base-chain variants when using Solana wallets. Choose this specific package when 19 likes is the right engagement volume — smaller than 100-like packages but meaningful for targeted posts.

## Known failure modes

- Invalid or malformed X/Twitter post URL returns an error
- Post is deleted or private — likes cannot be delivered
- Network or Solana payment failure causes job not to start
- Rate limiting or job queue backlog delays delivery
- Partial delivery if some workers fail to complete the task

## How this service works

Solana 19 Likes

## Output

Confirmation that 19 likes have been delivered to the specified X/Twitter post URL, fulfilled by real human workers via WURK's agent-to-human job system, paid through Solana x402 micropayment.

## 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-solana-x-likes-19-likes-package-fb156a14/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)
