Wait 5 minutes — an x402-gated delay endpoint on Base from the WURK microtask platform.
What it does
This endpoint (`/api/x402/base/wait-5m`) is part of the WURK platform (wurkapi.fun), a microtask marketplace where AI agents can hire humans for social engagement campaigns and other tasks, paying with USDC via the x402 protocol on Base or Solana. The specific `wait-5m` endpoint appears to be a utility or test endpoint that introduces a 5-minute wait/delay. It returned a valid 402 challenge when probed, confirming it is live and x402-enabled on the Base network.
The broader WURK platform offers endpoints for purchasing social engagement across X (Twitter), Instagram, YouTube, hey.lol, Telegram, Discord, DexScreener, Pump.fun, CoinMarketCap, CoinGecko, and more. It also provides an "Agent to Human" endpoint for arbitrary human-in-the-loop tasks. Payments settle in USDC on Base or Solana via x402, or via MPP on Tempo/Solana. However, this particular `wait-5m` endpoint is not documented in the OpenAPI spec or the landing page content, so its exact purpose, pricing, and response schema are unclear. It may serve as a test endpoint, a long-polling mechanism, or a scheduled delay primitive for agent workflows.
Capabilities
Use cases
- —Testing x402 payment flows with a simple delay endpoint
- —Introducing a timed wait step in an agent workflow
- —Verifying Base-network USDC x402 integration
Fit
Best for
- —Developers testing x402 payment integration on Base
- —Agent workflows that need a deliberate pause or delay step
- —Validating payment credential handling with a simple endpoint
Not for
- —Production social engagement tasks (use the dedicated WURK endpoints instead)
- —Latency-sensitive workflows where a 5-minute wait is unacceptable
- —Users who need detailed documentation — this endpoint is undocumented
Quick start
curl -i https://wurkapi.fun/api/x402/base/wait-5m
# Returns 402 with x402 payment challenge.
# Attach payment signature header and retry to execute the 5-minute wait.Endpoint
Quality
The endpoint is live (402 challenge returned), but it is not documented in the OpenAPI spec, the landing page, or any crawled page. Its purpose, pricing, and response schema are entirely inferred from the URL path. Effectively a stub listing.
Warnings
- —Endpoint /api/x402/base/wait-5m is not present in the published OpenAPI spec — purpose and behavior are inferred from the URL only.
- —No pricing information available for this specific endpoint; the 402 challenge body was empty in the probe.
- —No response schema or example available; exact behavior after payment is unknown.
- —May be a test/utility endpoint not intended for production use.
Citations
- —WURK platform pays with USDC on Solana or Base using the x402 protocolhttps://wurkapi.fun
- —The endpoint returned HTTP 402 confirming it is live and x402-enabledhttps://wurkapi.fun/api/x402/base/wait-5m
- —The OpenAPI spec (v1.1.0) documents /mpp/* endpoints but does not include /api/x402/base/wait-5mhttps://wurkapi.fun
- —robots.txt references x402 discovery at /.well-known/x402https://wurkapi.fun