x402basequality 0.35

x402-gated endpoint that waits 2 minutes — useful for testing x402 payment flows on Base.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint is part of the WURK API platform (wurkapi.fun), a microtask marketplace that lets AI agents hire humans for social engagement campaigns across X/Twitter, Instagram, YouTube, hey.lol, Telegram, Discord, and crypto platforms like DexScreener and Pump.fun. The specific endpoint `/api/x402/base/wait-2m` appears to be a utility/test endpoint on the Base network that introduces a 2-minute wait, likely intended for testing or demonstrating the x402 payment protocol flow.

The broader WURK platform exposes dozens of paid endpoints across multiple settlement rails: x402 on Solana and Base (USDC), and MPP on Tempo and Solana. Services include buying likes, reposts, comments, followers, bookmarks, raid bundles, DexScreener rockets, Pump.fun comments, CoinMarketCap/CoinGecko/Moontok votes, Telegram/Discord members, and agent-to-human custom microtasks. Pricing ranges from $0.02 to $0.05 USDC per unit depending on the task type. The endpoint returned a 402 challenge when probed via GET, confirming it is live and following the x402 payment protocol on Base.

No specific documentation exists for this wait-2m endpoint beyond its presence in the x402 discovery. It is most likely a developer/testing tool rather than a production microtask endpoint. The platform also offers an MCP server at wurkapi.fun/mcp and an OpenClaw skill file.

Capabilities

x402-paymentbase-networkusdc-settlementwait-timertest-endpointmicrotask-marketplacesocial-engagementagent-to-human

Use cases

  • Testing x402 payment integration on Base before calling production endpoints
  • Verifying that an agent's x402 payment credential signing works end-to-end
  • Demonstrating the 402 challenge-response flow with a simple long-running request
  • Integration testing for wallet-based machine payments

Fit

Best for

  • Developers testing x402 payment flows on Base
  • AI agents validating their payment credential pipeline
  • Integration smoke tests against a known-good x402 endpoint

Not for

  • Production social engagement tasks (use the dedicated /solana/ or /base/ task endpoints instead)
  • Anything requiring immediate response — this endpoint intentionally waits 2 minutes
  • Users who need MPP/Tempo settlement (use /mpp/ endpoints instead)

Quick start

curl -i https://wurkapi.fun/api/x402/base/wait-2m
# Returns 402 with x402 payment challenge.
# Sign the challenge, then retry with the payment header:
# curl -H "X-PAYMENT: <signed-credential>" https://wurkapi.fun/api/x402/base/wait-2m

Endpoint

Transporthttp
Protocolx402
Pay to0xF00DAF15713e82fBb7bDC4b818444D93D655DE96
CurrencyUSDC

Quality

0.35/ 1.00

The endpoint is live (402 returned) but there is no dedicated documentation, no schema specific to this path, and the x402 challenge body was empty in the probe. The endpoint is not listed in the OpenAPI spec (which covers /mpp/ paths only). Its purpose is inferred from the URL pattern (wait-2m) and the broader platform context.

Warnings

  • The x402 challenge body captured in the probe was empty — actual payment parameters (amount, token, network) are unknown.
  • This endpoint is not listed in the platform's OpenAPI spec; its behavior is inferred from the URL naming convention.
  • No response schema or example is available for the paid (200) response.
  • The endpoint appears to be a test/utility tool, not a production microtask endpoint.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:46:49Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access