Base pattern
All x402 families use: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
- Call endpoint without payment header.
- Receive
402with x402 requirement data. - Retry with
PAYMENT-SIGNATURE.
Discover full list
UseGET 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