Get an x402 bundle
Gets a single curated x402 workflow bundle by its bundle slug, including the bundle metadata and its ordered member resources joined to their full discovery metadata.
Path Parameters
The unique, URL-safe slug identifying the bundle (as returned by GET /v2/x402/discovery/bundles).
64^[a-z0-9]+(?:-[a-z0-9]+)*$"defi-trading"
Response
Successfully retrieved the bundle and its member resources.
Response containing a single curated bundle's metadata and its ordered member resources. Members are the bundle's curated endpoints joined to their full discovery metadata, in bundle-defined order. Unlike x402 protocol discovery and search responses, bundle responses omit x402Version because bundles are CDP-curated metadata, not protocol negotiation payloads.
The stable, unique, URL-safe identifier for the bundle. Used as the path segment in GET /v2/x402/discovery/bundles/{bundleSlug}.
64^[a-z0-9]+(?:-[a-z0-9]+)*$"defi-trading"
The human-readable display name of the bundle.
"DeFi Trading"
The bundle's member resources in bundle-defined order. Each entry is the full discovery metadata for a curated endpoint belonging to this bundle. Bundle membership is capped at 50 resources.
50A human-readable description of the workflow the bundle covers.
"Endpoints for discovering prices, routing swaps, and settling trades onchain."