# WURK API - Moontok Vote (Base x402)

> WURK API - Moontok Vote (Base x402) 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 a paid WURK task on wurk.fun to collect votes via a Telegram message link, paid with USDC via x402 on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/base/moontokvote
- 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-moontok-vote-base-x402-0ee94a31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GELr2etOLyXdG0KLWejis

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-moontok-vote-base-x402-0ee94a31
```

Example prompt: Can you create a paid vote-collection job on wurk.fun for this Telegram message https://t.me/mychannel/12345 — I want 100 votes and I'll pay with USDC on Base?

## When to prefer this

Use this endpoint when you need to collect votes on a specific Telegram message link and want to pay per-vote using USDC on the Base network via x402 micropayments. Prefer this over general social engagement endpoints when the target platform is specifically Telegram and the action is voting/poll participation.

## Known failure modes

- Invalid or missing t.me URL returns an error
- Insufficient USDC payment causes x402 payment failure
- Telegram message URL is inaccessible or deleted
- Network congestion on Base causes payment delay
- Amount parameter out of supported range

## 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 confirming the job was created on wurk.fun, including ok status, job kind (e.g. moontokvote-100), paid flag, number of votes ordered, network (base), and price per vote in USD.

## 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": "moontokvote-100",
  "paid": true,
  "votes": 100,
  "network": "base",
  "pricePerVoteUsd": 0.02
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-moontok-vote-base-x402-0ee94a31/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)
