Dial x402

Bazaar Resource Catalog

Returns the full Bazaar-compatible resource catalog with pricing, schemas, and provider metadata. Used by x402 facilitators and AI agents to discover available services.

Returns the full Bazaar-compatible resource catalog with pricing, schemas, and provider metadata. Used by x402 facilitators and AI agents to discover available services.

GET
/discovery/resources

Query Parameters

offset?integer

Pagination offset

limit?integer

Max results (default 100)

Response Body

application/json

curl -X GET "https://x402.dial.wtf/discovery/resources"
{
  "x402Version": 0,
  "provider": {},
  "facilitators": [
    "string"
  ],
  "resources": [],
  "total": 0
}