# wurk/solanaxlikes20

> wurk/solanaxlikes20 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/solana/xlikes/20
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-solanaxlikes20-b1d7ea3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uAsyD0yfJJ7T86jnmz54G

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-solanaxlikes20-b1d7ea3b
```

Example prompt: Can you add 20 likes to this X post for me: https://x.com/username/status/1234567890 — pay for it using USDC on Solana.

## When to prefer this

Use this endpoint when you need to add exactly 20 likes to a single X (Twitter) post and want to pay using USDC on Solana via the x402 protocol. Prefer over raid/bundle endpoints when you only need likes (no reposts, comments, or bookmarks) and want a focused, lower-cost engagement action.

## Known failure modes

- Missing or invalid X/Twitter post URL returns an error
- Payment failure or insufficient USDC balance on Solana
- Post URL is private, deleted, or inaccessible
- Rate limiting or job queue saturation causing delayed or failed delivery
- Network issues with Solana payment settlement

## How this service works

Solana 20 Likes

## Output

A confirmation that 20 likes have been delivered (or queued for delivery) to the specified X/Twitter post URL, paid via x402 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-solanaxlikes20-b1d7ea3b/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)
