x402-gated endpoint on WURK that waits 1 minute — likely a test/demo endpoint for the x402 payment flow on Base.
What it does
This endpoint (`/api/x402/base/wait-1m`) is part of the WURK platform (wurkapi.fun), a microtask marketplace that lets AI agents hire humans for social engagement campaigns across X, Instagram, YouTube, Telegram, Discord, hey.lol, and crypto platforms like DexScreener and Pump.fun. WURK supports payments via the x402 protocol on both Solana and Base chains, as well as MPP on Tempo.
The specific `wait-1m` endpoint appears to be a test or utility endpoint that introduces a 1-minute wait. It returned a valid HTTP 402 challenge when probed via GET, confirming it is live and gated behind x402 payment on the Base network. However, this endpoint is not documented in the platform's OpenAPI spec (which focuses on the `/mpp/*` routes), and no dedicated documentation was found for it on the crawled pages. Its purpose — whether a keep-alive test, a demo of the x402 payment flow, or a deliberate delay service — cannot be confirmed from available material.
WURK's broader platform charges $0.02–$0.05 USDC per engagement slot depending on the task type, with payments settled in USDC on Solana or Base (x402) or via MPP on Tempo. The platform provides an OpenAPI 3.1.0 spec, an MCP server at `/mcp`, and a skill manifest at `/skill.md`.
Capabilities
Use cases
- —Testing x402 payment integration on Base before calling production endpoints
- —Verifying that an agent's x402 payment flow works end-to-end
- —Introducing a deliberate 1-minute delay as part of a workflow
Fit
Best for
- —Developers testing x402 payment credential signing on Base
- —Agents validating their payment pipeline against a low-stakes endpoint
- —Integration smoke tests for x402-compatible wallets
Not for
- —Production social engagement tasks (use the documented /mpp/* or /solana/* or /base/* task endpoints instead)
- —Any use case requiring immediate response or data retrieval
Quick start
curl -i https://wurkapi.fun/api/x402/base/wait-1m
# Returns 402 with x402 payment challenge.
# Sign the challenge, then retry with the payment header.Endpoint
Quality
The endpoint is live (402 returned), but it is not documented in the OpenAPI spec, has no description on the landing page, and its exact purpose is unclear. The x402 challenge body was empty in the probe, providing no pricing or schema details.
Warnings
- —Endpoint not listed in the platform's OpenAPI spec — purpose is inferred as a test/demo endpoint
- —x402 challenge body was empty ({}), so pricing and token details for this specific endpoint are unknown
- —No dedicated documentation found for /api/x402/base/wait-1m on any crawled page
Citations
- —WURK platform description: hire humans for microtasks and social growth workflows, pay via x402 on Solana/Base or MPP on Tempohttps://wurkapi.fun
- —The endpoint returned HTTP 402 when probed via GET, confirming it is live behind x402https://wurkapi.fun/api/x402/base/wait-1m
- —Platform supports x402 payments in USDC on Solana and Basehttps://wurkapi.fun
- —OpenAPI spec version 3.1.0 documents /mpp/* endpoints but not /api/x402/base/wait-1mhttps://wurkapi.fun
- —MCP server available at /mcp and skill manifest at /skill.mdhttps://wurkapi.fun