Skip to main content
GET
Get an x402 bundle

Path Parameters

bundleSlug
string
required

The unique, URL-safe slug identifying the bundle (as returned by GET /v2/x402/discovery/bundles).

Maximum string length: 64
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
Example:

"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.

slug
string
required

The stable, unique, URL-safe identifier for the bundle. Used as the path segment in GET /v2/x402/discovery/bundles/{bundleSlug}.

Maximum string length: 64
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
Example:

"defi-trading"

name
string
required

The human-readable display name of the bundle.

Example:

"DeFi Trading"

resources
object[]
required

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.

Maximum array length: 50
Example:
description
string

A human-readable description of the workflow the bundle covers.

Example:

"Endpoints for discovering prices, routing swaps, and settling trades onchain."