# Wurk Quick Solana X Likes (20)

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

Delivers 20 likes to a specified X (Twitter) post, paid via x402 using USDC on Solana

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/solana/xlikes-20
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-apix402quicksolanaxlikes-20-d0cf83a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KgQOrZAXatYwtYU7b7ndu

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-apix402quicksolanaxlikes-20-d0cf83a6
```

Example prompt: Can you get 20 likes on my X post at https://x.com/myhandle/status/1234567890 using Solana USDC?

## When to prefer this

Use this endpoint when you need exactly 20 likes delivered quickly to an X (Twitter) post and want to pay with USDC on Solana via the x402 protocol. Prefer this over the 25-likes or raid endpoints when you want a small, targeted like boost without bundled reposts or comments.

## Known failure modes

- Missing or invalid X/Twitter post URL returns an error
- Payment not completed or insufficient USDC balance causes job rejection
- Post URL points to a deleted or private tweet resulting in failure
- x402 payment protocol handshake failure causes 402 response requiring retry
- Rate limiting or platform restrictions may prevent like delivery

## How this service works

Solana 20 X Likes

## Output

A job confirmation or status response indicating that 20 likes have been queued or delivered to the specified X (Twitter) post URL, processed via x402 payment on Solana.

## 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-apix402quicksolanaxlikes-20-d0cf83a6/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)
