# WURK API - Unified Vote Quick Endpoint (Base)

> WURK API - Unified Vote Quick Endpoint (Base) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Creates paid vote jobs on Base for Telegram (skeleton/moontok/majortrending), CoinGecko, and CoinMarketCap pages, at 0.025 USDC per vote unit via x402 micropayments.

## Facts

- Endpoint: GET https://wurkapi.fun/base/vote
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-unified-vote-quick-endpoint-base-8050ee1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MTKm_uV9l6bXeoJwpixAn

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-unified-vote-quick-endpoint-base-8050ee1f
```

Example prompt: Submit 100 votes to this CoinGecko coin page — https://www.coingecko.com/en/coins/mytoken — using the coingecko vote type on WURK.

## When to prefer this

Use this endpoint when you need to boost vote counts on CoinGecko or CoinMarketCap coin pages, or on Telegram-based voting platforms (skeleton, moontok, majortrending) via a unified single Base-network call with x402 USDC micropayments. Prefer over per-platform endpoints when you want one call that handles multiple vote destination types.

## Known failure modes

- Invalid or unsupported vote type returns error
- Target URL not recognized by the specified type
- Insufficient payment (x402 payment not completed)
- Amount parameter missing or out of range
- Network congestion causing job creation delay

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object with ok status, job kind string (e.g. 'vote-skeleton_vote-100'), paid flag, vote type, number of votes purchased, network (base), and price per vote in USD (0.025).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "kind": "vote-skeleton_vote-100",
  "paid": true,
  "type": "skeleton_vote",
  "votes": 100,
  "network": "base",
  "pricePerVoteUsd": 0.02
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-unified-vote-quick-endpoint-base-8050ee1f/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)
