# WURK API - Base DEX Rocket 100

> WURK API - Base DEX Rocket 100 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-15).

Creates a paid WURK quick job that sends 100 DEX rockets to a Dexscreener page using x402 micropayments on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/dex-rocket-100
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-dex-rocket-100-3e1588fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WW-5FeASjke7uImQz6NDQ

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-rocket-100-3e1588fa
```

Example prompt: Send 100 DEX rockets on WURK to this Dexscreener page for my token: https://dexscreener.com/base/0xabc123.

## When to prefer this

Use this endpoint when you want to send exactly 100 rocket engagements to a specific Dexscreener token page on Base network via automated x402 micropayment. Prefer this over Solana equivalents when the target token is on Base chain.

## Known failure modes

- Payment not confirmed — ok/paid returns false if x402 micropayment is not settled
- Invalid or missing Dexscreener URL — request rejected with validation error
- Network mismatch — job may fail if URL does not correspond to a Base network token
- Rate limiting or service unavailability — API returns error if WURK backend is overloaded

## How this service works

Base 100 Dex Rockets

## Output

Returns a JSON object confirming payment and job creation, including a boolean ok/paid flag, the job kind ('dex-rocket-100'), an internal jobId for tracking with other WURK job APIs, and the network name ('base').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the Dexscreener page where users should send a rocket."
  }
 }
}
```

## 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., dex-rocket-100)."
 },
 "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-dex-rocket-100-3e1588fa/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)
