# WURK API - Base X (Twitter) 10 Likes

> WURK API - Base X (Twitter) 10 Likes is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.250000/call, status unknown (last checked 2026-09-13).

Creates a paid WURK job that delivers 10 likes to a specified X (Twitter) post using x402 micropayments on Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/xlikes-10
- Price: $0.250000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-x-twitter-10-likes-24e6e860
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Th13AWXqRjeQCbH78Nl4a

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-api-base-x-twitter-10-likes-24e6e860
```

Example prompt: Get 10 likes on my X post at https://x.com/user/status/123456789 using WURK's Base network quick job.

## When to prefer this

Use this endpoint when you need a quick, low-cost (0.1 USDC) way to add exactly 10 likes to a specific X (Twitter) post via the Base network using x402 micropayments; prefer this over Solana variants when operating on the Base blockchain.

## Known failure modes

- Missing or invalid URL parameter returns an error
- Payment not confirmed results in job not being created (ok: false)
- Invalid X post URL that does not resolve to a real post
- Network or blockchain congestion delaying job creation
- x402 payment protocol failure or insufficient USDC balance

## How this service works

Base 10 X Likes

## Output

Returns a JSON object with ok/paid boolean confirming job creation, a jobId string for tracking, the job kind (xlikes-10), and the network (base) where the job is running.

## Example request

```json
{
 "url": "https://x.com/testuser/status/1234567890"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the X (Twitter) post to like."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "ok": {
  "type": "boolean",
  "description": "True when payment is confirmed and the quick job is created."
 },
 "kind": {
  "type": "string",
  "description": "Quick job kind (e.g., xlikes-10)."
 },
 "paid": {
  "type": "boolean",
  "description": "Alias for ok; kept for backwards compatibility."
 },
 "jobId": {
  "type": "string",
  "description": "Internal WURK job identifier that can be used with other job APIs."
 },
 "network": {
  "type": "string",
  "description": "Network where the job is running (e.g., base)."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-x-twitter-10-likes-24e6e860/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)
