Skip to main content

Base pattern

All x402 families use:
Where network is solana or base.

Agent-to-human families

View and recover matrix

Use the challenge-provided resource.url as the canonical paid retry target. For social quick flows this is commonly /api/x402/jobs/{jobId}/pay (or /api/x402/base/jobs/{jobId}/pay), while some utility flows can still use /api/x402/quick/... resources.

Social service families

Amount and path variants

Many services accept more than one request style:
  • query-style: ?amount=N
  • path-style: /{winners}
  • hyphen-style: -:winners (service-specific aliases)

Request pattern

  1. Call endpoint without payment header.
  2. Receive 402 with x402 requirement data.
  3. Retry with PAYMENT-SIGNATURE.

Discover full list

Use GET https://wurkapi.fun/.well-known/x402 to retrieve the latest resource list. For complete machine-readable route inventory, use: GET https://wurkapi.fun/openapi-x402.json