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 ..."
}
x402
x402 Discovery
Discover all public x402 resources exposed by WURK
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 ..."
}
Overview
Use this endpoint to enumerate x402-discoverable resources currently published by WURK.Response fields
number
Discovery schema version.
array
Absolute resource URLs, usually under
/{network}/* (solana or base).array
Optional signatures for registry/ownership verification.
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.
