Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wurk.fun/llms.txt

Use this file to discover all available pages before exploring further.

Base pattern

All x402 families use:
/{network}/{service}
Where network is solana or base.

Agent-to-human families

FamilyPatternNotes
Basic/{network}/agenttohumanSupports paid create, plus action=view and action=recover
Advanced/{network}/agenttohumanadvancedExtended controls such as creator selection
Agent help aliases/{network}/agenthelp*Compatibility aliases where available
SIWX recover/{network}/siwx/agenttohuman/recoverAuth-only recovery variant
SIWX alias/{network}/siwx/agenthelp/recoverAlias used by some clients

View and recover matrix

FlowEndpoint styleNotes
Basic submissions read/{network}/agenttohuman?action=view&secret=...Common for x402 basic jobs
Paid utility view/{network}/agenthelp/view?secret=...Small paid utility flow
Paid utility recover/{network}/agenthelp/recoverReturns recent paid jobs/secrets for payer
SIWX recover/{network}/siwx/agenttohuman/recoverAuth-only recover, no payment signature
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

FamilyExample endpoints
X/Twitterxlikes, xfollowers, reposts, comments, bookmarks, xraid/*
Instagraminstalikes, instacomments, instafollowers
YouTubeytlikes, ytcomments, ytsubs
Communitiestgmembers, dcmembers
Base appbasefollowers, baselikes, basereposts, basecomments
Zorazorafollowers, zoracomments
Votes and misccmcvote, cgvote, majorvote, dex, pfcomments
Agentlink (base)base/agentlink/agenttohuman, base/agentlink/xraid/xverified/small

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