# WURK API - Base DEX Rockets Micropayment

> WURK API - Base DEX Rockets Micropayment is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.8/call, status unknown (last checked 2026-09-14).

Triggers a cluster of 40 Base-network DEX rocket engagements for a given URL, paid via x402 micropayment in USDC on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/dex
- Price: $0.8/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-base-dex-rockets-micropayment-4ab24eb2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9q6YQxRqX2Em6kp5Zzyo0

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-dex-rockets-micropayment-4ab24eb2
```

Example prompt: Launch 40 DEX rockets on Base for this token URL https://example.com/token/abc — pay the $1 USDC fee via x402 and confirm the job is running.

## When to prefer this

Use this endpoint when you need to trigger a DEX rocket engagement campaign specifically on the Base network for a crypto token or project URL, paying exactly $1 USDC (default 40 slots at $0.025/slot) via the x402 micropayment protocol. Prefer this over sibling endpoints when the target is a Base DEX listing rather than X/Twitter, Instagram, or CoinGecko.

## Known failure modes

- Payment not completed — job pay URL returned but x402 payment not submitted, resulting in unpaid job
- Invalid or missing URL parameter — endpoint returns error without a target URL
- Slot count out of range — requesting fewer than 5 or more than 250 slots returns validation error
- Insufficient USDC balance on Base — payment fails if wallet lacks funds
- Network congestion — Base chain delays may slow payment settlement

## 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 and paid, with fields: ok (boolean), kind ('dex-rocket-40'), paid (boolean), network ('base'), rockets (count, default 40), and pricing details including perSlotUsd ($0.025), defaultSlots (40), minSlots (5), maxSlots (250), and defaultAmountUsd ($1).

## 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": "dex-rocket-40",
  "paid": true,
  "network": "base",
  "pricing": {
   "maxSlots": 250,
   "minSlots": 5,
   "perSlotUsd": 0.02,
   "defaultSlots": 40,
   "defaultAmountUsd": 0.8
  },
  "rockets": 40
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-dex-rockets-micropayment-4ab24eb2/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)
