Dial x402

Discovery & Health

Machine-readable discovery endpoints and health checks.

Discovery & Health

Public endpoints for service discovery and monitoring. No authentication required.

GET /discovery/resources

Bazaar-standard resource catalog. Returns all x402-protected endpoints with pricing, network support, and metadata.

Query Parameters

ParameterTypeDefaultDescription
offsetnumber0Pagination offset
limitnumber100Results per page
typestringFilter by resource type (e.g. http)

Example

curl https://x402.dial.wtf/discovery/resources

Response

{
  "x402Version": 2,
  "provider": {
    "name": "Dial x402",
    "description": "Telephony and OSINT primitives...",
    "homepage": "https://github.com/Dial-WTF/x402-dial"
  },
  "facilitators": ["https://facilitator.openx402.ai"],
  "resources": [...],
  "total": 7
}

GET /.well-known/x402

Protocol metadata — version, supported networks, configured facilitators, discovery URL.

curl https://x402.dial.wtf/.well-known/x402
{
  "x402Version": 2,
  "provider": { "name": "Dial x402", "..." : "..." },
  "networks": ["eip155:8453"],
  "facilitators": ["https://facilitator.openx402.ai"],
  "discovery": "https://x402.dial.wtf/discovery/resources",
  "payTo": "0x..."
}

GET /api/health

Health check. Returns current status and timestamp.

curl https://x402.dial.wtf/api/health
{
  "status": "ok",
  "timestamp": "2026-03-25T00:00:00.000Z"
}

On this page