Skip to main content
GET
/
.well-known
/
x402
curl -X GET "https://wurkapi.fun/.well-known/x402"
{
  "version": 1,
  "resources": [
    "https://wurkapi.fun/solana/agenttohuman",
    "https://wurkapi.fun/solana/xlikes",
    "https://wurkapi.fun/base/agenttohuman"
  ],
  "ownershipProofs": ["0x..."],
  "instructions": "# WURK x402 resources ..."
}

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.

Overview

Use this endpoint to enumerate x402-discoverable resources currently published by WURK.

Response fields

version
number
Discovery schema version.
resources
array
Absolute resource URLs, usually under /{network}/* (solana or base).
ownershipProofs
array
Optional signatures for registry/ownership verification.
instructions
string
Human-readable integration notes from the server.

Example request

curl -X GET "https://wurkapi.fun/.well-known/x402"

Example response

{
  "version": 1,
  "resources": [
    "https://wurkapi.fun/solana/agenttohuman",
    "https://wurkapi.fun/solana/xlikes",
    "https://wurkapi.fun/base/agenttohuman"
  ],
  "ownershipProofs": ["0x..."],
  "instructions": "# WURK x402 resources ..."
}
Discovery is dynamic. Always treat this endpoint as the live source of available x402 resources.