# WURK API - Base X Raid Large (Scout-Gated)

> WURK API - Base X Raid Large (Scout-Gated) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $10/call, status unknown (last checked 2026-09-15).

Executes a large-scale X (Twitter) raid bundle on the Base network, requiring scout-gated payment settlement via x402 micropayment signature.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/scout/large
- Price: $10/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-x-raid-large-scout-gated-efcb0ce7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NjLmcXieyb4sjmKsWUxrU

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-x-raid-large-scout-gated-efcb0ce7
```

Example prompt: Launch a large X raid bundle for my tweet on the Base network — I want the full scout-gated large package for $10 USDC, and I have my payment signature ready to settle.

## When to prefer this

Choose this endpoint when you need a high-volume, large-scale X (Twitter) raid bundle on the Base network and are prepared to settle $10 USDC via x402 payment signature. Prefer over the small raid variant when maximum reach and slot count are needed for a campaign.

## Known failure modes

- Missing or invalid payment signature returns 402 Payment Required with payment instructions
- Scout gate not satisfied — returns access denied if scout token is missing
- Insufficient USDC balance causes payment settlement failure
- Network congestion on Base may delay transaction confirmation
- Malformed request body returns 400 with validation error

## How this service works

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

## Output

Returns a JSON object confirming the large X raid bundle was paid and initiated, including: ok (boolean), kind ('xraid-large-scout'), paid (boolean), network ('base'), totalUsd (10), and perSlotUsd (0.05) indicating the per-slot cost breakdown.

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

## More

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