# wurk/solanaxlikes5

> wurk/solanaxlikes5 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.125/call, status unknown (last checked 2026-09-14).

Delivers 5 likes to a specified X (Twitter) post, paid via Solana on-chain using the x402 payment protocol

## Facts

- Endpoint: GET https://wurkapi.fun/solana/xlikes/5
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-solanaxlikes5-d119326a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kMFEcR_jkgb3Vg6beN2Vv

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-solanaxlikes5-d119326a
```

Example prompt: Add 5 likes to this tweet for me using Solana: https://x.com/example/status/1234567890

## When to prefer this

Choose this endpoint when you need exactly 5 likes delivered to an X/Twitter post and are paying with Solana via the x402 protocol. Prefer this over the 20-likes variant when only a small engagement boost is needed or budget is limited. Use this for low-cost, quick social proof on a single tweet.

## Known failure modes

- Missing or invalid X/Twitter post URL returns a validation error
- Payment not completed or Solana transaction not confirmed results in job not being created
- Post URL is private, deleted, or inaccessible causing delivery failure
- Rate limiting or platform-side restrictions on the target account prevent like delivery
- Network timeout on the wurkapi.fun side returning no response

## How this service works

Solana 5 Likes

## Output

Returns a job confirmation indicating that 5 likes have been queued or delivered to the specified X/Twitter post URL, likely including a job ID or status confirming the engagement action was initiated.

## 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-solanaxlikes5-d119326a/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)
