# WURK API - X Raid Medium Scout Bundle

> WURK API - X Raid Medium Scout Bundle is a paid API for AI agents from wurkapi.fun, paid per call via x402, $5/call, status unknown (last checked 2026-09-13).

Initiates or settles a medium-tier X (Twitter) raid bundle gated by scout verification on the Base network via x402 micropayment.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/scout/medium
- Price: $5/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-x-raid-medium-scout-bundle-e57b36fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BL8wUQGxjBl4NcnglTym1

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-x-raid-medium-scout-bundle-e57b36fd
```

Example prompt: Run a medium X raid on WURK for my tweet — use the Base network scout-gated bundle and settle the $5 payment with my signature.

## When to prefer this

Choose this endpoint when you need a mid-sized coordinated X (Twitter) engagement campaign on the Base blockchain with scout gating, costing $5 USDC per call at $0.05 per engagement slot, and you have a valid payment signature ready to settle via x402 protocol.

## Known failure modes

- Missing or invalid PAYMENT-SIGNATURE returns 402 Payment Required with payment details
- Scout gate not satisfied returns authorization error
- Insufficient USDC balance causes payment failure
- Invalid Base network configuration returns network error
- Duplicate payment signature may be rejected as already settled

## How this service works

Base X Raid (medium) — scout-gated bundle. Retry with PAYMENT-SIGNATURE to settle.

## Output

Returns a JSON object confirming payment settlement with fields: ok (boolean), kind ('xraid-medium-scout'), paid (boolean), network ('base'), totalUsd ($5), and perSlotUsd ($0.05) indicating the cost breakdown per engagement slot.

## 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": "xraid-medium-scout",
  "paid": true,
  "network": "base",
  "totalUsd": 5,
  "perSlotUsd": 0.05
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-x-raid-medium-scout-bundle-e57b36fd/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)
